Class shardimage\shardimagephp\models\image\IndexParams
Inheritance | shardimage\shardimagephp\models\image\IndexParams » shardimage\shardimagephp\models\IndexParams » shardimage\shardimagephpapi\base\BaseObject |
---|
Public Properties
Property | Type | Description | Defined By |
---|---|---|---|
$byTag | shardimage\shardimagephp\models\image\IndexParams | ||
$maxResults | integer | Number of rows per page | shardimage\shardimagephp\models\IndexParams |
$nextPageToken | integer|string|boolean | In request, the page we want to query. | shardimage\shardimagephp\models\IndexParams |
$nextPageTokenType | shardimage\shardimagephp\models\image\IndexParams | ||
$order | string | Ordering the result | shardimage\shardimagephp\models\IndexParams |
$prefix | shardimage\shardimagephp\models\image\IndexParams | ||
$projection | array | Projection to manipulate the query | shardimage\shardimagephp\models\IndexParams |
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 |
toArray() | shardimage\shardimagephp\models\IndexParams |
Protected Methods
Method | Description | Defined By |
---|---|---|
ensureClass() | Creates an object from the given parameters. | shardimage\shardimagephpapi\base\BaseObject |
init() | Custom initialization. | shardimage\shardimagephpapi\base\BaseObject |
Constants
Constant | Value | Description | Defined By |
---|---|---|---|
ORDER_LATEST | 'latest' | shardimage\shardimagephp\models\image\IndexParams | |
ORDER_PUBLIC_ID | 'publicId' | shardimage\shardimagephp\models\image\IndexParams | |
PROJECTION_NO_DIMENSIONS | 'noDimensions' | shardimage\shardimagephp\models\image\IndexParams | |
PROJECTION_NO_EXIF | 'noExif' | shardimage\shardimagephp\models\image\IndexParams | |
PROJECTION_NO_OBJECT | 'noObject' | shardimage\shardimagephp\models\image\IndexParams | |
TOKEN_LONG_TIME | 'longTime' | shardimage\shardimagephp\models\image\IndexParams | |
TOKEN_SHORT_TIME | 'shortTime' | shardimage\shardimagephp\models\image\IndexParams |