Class shardimage\shardimagephp\models\image\Image
Inheritance | shardimage\shardimagephp\models\image\Image » shardimage\shardimagephpapi\base\BaseObject |
---|
Public Properties
Public Methods
Method | Description | Defined 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
Method | Description | Defined By |
---|---|---|
ensureClass() | Creates an object from the given parameters. | shardimage\shardimagephpapi\base\BaseObject |
Constants
Constant | Value | Description | Defined By |
---|---|---|---|
FORMAT_JPEG | 'jpg' | shardimage\shardimagephp\models\image\Image | |
FORMAT_PNG | 'png' | shardimage\shardimagephp\models\image\Image | |
ORIENTATION_BOTTOM_LEFT | 4 | shardimage\shardimagephp\models\image\Image | |
ORIENTATION_BOTTOM_RIGHT | 3 | shardimage\shardimagephp\models\image\Image | |
ORIENTATION_LEFT_BOTTOM | 8 | shardimage\shardimagephp\models\image\Image | |
ORIENTATION_LEFT_TOP | 5 | shardimage\shardimagephp\models\image\Image | |
ORIENTATION_RIGHT_BOTTOM | 7 | shardimage\shardimagephp\models\image\Image | |
ORIENTATION_RIGHT_TOP | 6 | shardimage\shardimagephp\models\image\Image | |
ORIENTATION_TOP_LEFT | 1 | shardimage\shardimagephp\models\image\Image | |
ORIENTATION_TOP_RIGHT | 2 | shardimage\shardimagephp\models\image\Image |