Class shardimage\shardimagephp\models\image\ViewParams

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

Public Properties

Hide inherited properties

PropertyTypeDescriptionDefined By
$projection shardimage\shardimagephp\models\image\ViewParams

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
toArray() shardimage\shardimagephp\models\image\ViewParams

Protected Methods

Hide inherited methods

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

Constants

Hide inherited constants

ConstantValueDescriptionDefined By
PROJECTION_NO_DIMENSIONS 'noDimensions' shardimage\shardimagephp\models\image\ViewParams
PROJECTION_NO_EXIF 'noExif' shardimage\shardimagephp\models\image\ViewParams
PROJECTION_NO_OBJECT 'noObject' shardimage\shardimagephp\models\image\ViewParams

Property Details

$projection public property
public $projection = []

Method Details

toArray() public method

public void toArray ( $excludeEmpty false )
$excludeEmpty