Class shardimage\shardimagephp\models\image\Image

Inheritanceshardimage\shardimagephp\models\image\Image » shardimage\shardimagephpapi\base\BaseObject

Public Methods

Hide inherited methods

MethodDescriptionDefined By
__construct() Creates the object, populates the properties and calls the "init" method. shardimage\shardimagephpapi\base\BaseObject
__get() Returns the value of a non-defined property, it there is a getter method. shardimage\shardimagephpapi\base\BaseObject
__isset() Does the non-defined property with a getter exist and is it not NULL? shardimage\shardimagephpapi\base\BaseObject
__set() Sets the value of a non-defined property, if there is a setter method. shardimage\shardimagephpapi\base\BaseObject
__unset() Sets the value of a non-defined property to NULL, if there is a setter. shardimage\shardimagephpapi\base\BaseObject
init() shardimage\shardimagephp\models\image\Image
toArray() Converts the object an array. shardimage\shardimagephpapi\base\BaseObject

Protected Methods

Hide inherited methods

MethodDescriptionDefined By
ensureClass() Creates an object from the given parameters. shardimage\shardimagephpapi\base\BaseObject

Property Details

$bodies public property
public $bodies null
$cloudId public property
public $cloudId null
$createdAt public property
public $createdAt null
$dimensions public property
$eyes public property
public $eyes null
$faces public property
public $faces null
$format public property
public $format null
$metadata public property
public $metadata null
$metadataXml public property
public $metadataXml null
$mimeType public property
public $mimeType null
$object public property
$orientation public property
public $orientation null
$perceptualHash public property
public $perceptualHash null
$publicId public property
public $publicId null
$tags public property
public $tags null

Method Details

init() public method

public void init ( )