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 Note

Represents a Contact Note

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

Factory method to create a Note object from an array

Factory method to create a Note object from an array

Parameters

$props
  • Associative array of initial properties to set

Returns

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

Id of the note

Id of the note

#
public string $note

Content of the note

Content of the note

#
public string $created_date

Date the note was created

Date the note was created

#
API documentation generated by ApiGen