Overview

Namespaces

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

Classes

  • Campaign
  • ClickThroughDetails
  • MessageFooter
  • Schedule
  • TestSend
  • Overview
  • Namespace
  • Class

Class Schedule

Represents a campaign Schedule in Constant Contact

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

Factory method to create a Schedule object from an array

Factory method to create a Schedule object from an array

Parameters

$props
  • associative array of initial properties to set

Returns

Ctct\Components\EmailMarketing\Schedule
public string
# toJson( )

Create json used for a POST/PUT request, also handles removing attributes that will cause errors if sent

Create json used for a POST/PUT request, also handles removing attributes that will cause errors if sent

Returns

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

unique id of the schedule

unique id of the schedule

#
public string $scheduled_date

The scheduled start date/time in ISO 8601 format

The scheduled start date/time in ISO 8601 format

#
API documentation generated by ApiGen