Copied!
  • property int $id Identifies the MyLibrary file.
  • property string $name The file name.
  • property int $height The image height.
  • property int $width The image width.
  • property int $size The image size.
  • property string $url The image URL.
  • property string $description The image description.
  • property string $folder The image folder
  • property string $source The application that uploaded this image.
  • property string $type The image format.
  • property string $status THe image status.
  • property \PHPFUI\ConstantContact\Definition\Thumbnail $thumbnail
  • property bool $image Boolean indicating if this file is an image.
  • property int $folder_id Identifies a folder in MyLibrary.
  • property string $external_url The external url for the file.
  • property string $modified_date Identifies the time a user last modified the file.
  • property string $added_date Identifies the time a user originally added the file to MyLibrary.
  • property string $external_file_id External identifier for the file.
CloneableInstantiable
Methods
public PHPFUI\ConstantContact\Definition\Base::__construct(array $initialValues = [])
public PHPFUI\ConstantContact\Definition\Base::__get(string $field) : ?mixed
 

Unset fields will return null

public PHPFUI\ConstantContact\Definition\Base::__set(string $field, ?mixed $value)
 
  • return mixed value being set to allow for assignment chaining
public PHPFUI\ConstantContact\Definition\Base::getData() : array
 
  • return array representation of data
public PHPFUI\ConstantContact\Definition\Base::getfields() : array
 
  • return array all the valid fields for the object. Index is field name and value is the type.
public PHPFUI\ConstantContact\Definition\Base::getJSON() : string
 
  • return string pretty print JSON
Properties
protected static array $fields = ['id' => 'int', 'name' => 'string', 'height' => 'int', 'width' => 'int', 'size' => 'int', 'url' => 'string', 'description' => 'string', 'folder' => 'string', 'source' => 'string', 'type' => 'string', 'status' => 'string', 'thumbnail' => '\PHPFUI\ConstantContact\Definition\Thumbnail', 'image' => 'bool', 'folder_id' => 'int', 'external_url' => 'string', 'modified_date' => 'string', 'added_date' => 'string', 'external_file_id' => 'string']
protected static array PHPFUI\ConstantContact\Definition\Base::$maxLength = []
 
  • var array<string,int> maximum allowed values. Arrays are size, int and float are values, strings are length.
protected static array PHPFUI\ConstantContact\Definition\Base::$minLength = []
 
  • var array<string,int> minimum allowed values. Arrays are size, int and float are values, strings are length.
protected static array PHPFUI\ConstantContact\Definition\Base::$requiredFields = []
 
  • var string[] required fields.
Properties
protected static array $fields = ['id' => 'int', 'name' => 'string', 'height' => 'int', 'width' => 'int', 'size' => 'int', 'url' => 'string', 'description' => 'string', 'folder' => 'string', 'source' => 'string', 'type' => 'string', 'status' => 'string', 'thumbnail' => '\PHPFUI\ConstantContact\Definition\Thumbnail', 'image' => 'bool', 'folder_id' => 'int', 'external_url' => 'string', 'modified_date' => 'string', 'added_date' => 'string', 'external_file_id' => 'string']
protected static array PHPFUI\ConstantContact\Definition\Base::$maxLength = []
 
  • var array<string,int> maximum allowed values. Arrays are size, int and float are values, strings are length.
protected static array PHPFUI\ConstantContact\Definition\Base::$minLength = []
 
  • var array<string,int> minimum allowed values. Arrays are size, int and float are values, strings are length.
protected static array PHPFUI\ConstantContact\Definition\Base::$requiredFields = []
 
  • var string[] required fields.
© 2024 Bruce Wells
Search Namespaces \ Classes
Configuration