SourceImage
class SourceImage (View source)
Represents the metadata of an image.
Properties
string | $organization | ||
string | $binaryHash | ||
string | $shortHash | ||
string | $hash | ||
string | $name | ||
string | $format | ||
string | $mimetype | ||
int | $size | ||
int | $width | ||
int | $height | ||
array | $userMetadata | ||
DynamicMetadataInterface[] | $dynamicMetadata | ||
array | $staticMetadata | ||
DateTime | $created | ||
string | $link | ||
bool | $protected | ||
bool | $locked |
Methods
__construct(string $organization, string $binaryHash, string $hash, string $name, string $format, mixed $mimetype, int $size, int $width, int $height, array $userMetadata, array $dynamicMetadata, array $staticMetadata, DateTime $created, string $link, string $shortHash = null, bool $protected = false, bool $locked = false)
Constructor.
static SourceImage
createFromDecodedJsonResponse(array $data)
Create a source image from the decoded JSON data.
static SourceImage
createFromJsonResponse(string $data)
Create a source image from the JSON data.
Details
__construct(string $organization, string $binaryHash, string $hash, string $name, string $format, mixed $mimetype, int $size, int $width, int $height, array $userMetadata, array $dynamicMetadata, array $staticMetadata, DateTime $created, string $link, string $shortHash = null, bool $protected = false, bool $locked = false)
Constructor.
static SourceImage
createFromDecodedJsonResponse(array $data)
Create a source image from the decoded JSON data.
static SourceImage
createFromJsonResponse(string $data)
Create a source image from the JSON data.