Overview

Namespaces

  • Ctct
    • Auth
    • Components
      • Account
      • Activities
      • Contacts
      • EmailMarketing
      • Library
      • Tracking
    • Exceptions
    • Services
    • Util
    • WebHooks

Classes

  • Address
  • Contact
  • ContactList
  • CustomField
  • EmailAddress
  • Note
  • Overview
  • Namespace
  • Class

Class CustomField

Represents a single Custom Field for a Contact

Ctct\Components\Component
Extended by Ctct\Components\Contacts\CustomField
Namespace: Ctct\Components\Contacts
Package: Components\Contacts
Author: Constant Contact
Located at Components/Contacts/CustomField.php
Methods summary
public static Ctct\Components\Contacts\CustomField
# create( array $props )

Factory method to create a CustomField object from an array

Factory method to create a CustomField object from an array

Parameters

$props
  • Associative array of initial properties to set

Returns

Ctct\Components\Contacts\CustomField
Methods inherited from Ctct\Components\Component
getValue()
Properties summary
public string $name

Name of the custom field

Name of the custom field

#
public string $value

Value of the custom field

Value of the custom field

#
API documentation generated by ApiGen