Method | Description | |
---|---|---|
getExtension ( ) : string | null | Get the current requested extension (if any) | |
getImage ( ) : null | |
Get an image model attached to the request (on POST) | |
getImageIdentifier ( ) : string | null | Get the image identifier from the URL | |
getPublicKey ( ) : string | Get the public key found in the request | |
getRawUri ( ) : string | Get the URI without the Symfony normalization applied to the query string, un-encoded | |
getRoute ( ) : Imbo\Router\Route | Get the current route | |
getTransformations ( ) : array | Get image transformations from the request | |
getUriAsIs ( ) : string | Get the URI with no changes to the incoming formatting ("as is") | |
getUser ( ) : string | Get the user found in the request | |
getUsers ( ) : array | Get users specified in the request | |
setImage ( |
Set an image model | |
setRoute ( Imbo\Router\Route $route ) : self | Set the route | |
setTransformations ( array $transformations ) : self | Set the transformation chain |
public getExtension ( ) : string | null | ||
return | string | null |
public getImageIdentifier ( ) : string | null | ||
return | string | null |
public getPublicKey ( ) : string | ||
return | string |
public getRoute ( ) : Imbo\Router\Route | ||
return | Imbo\Router\Route |
public getTransformations ( ) : array | ||
return | array |
public getUriAsIs ( ) : string | ||
return | string |
public setImage ( |
||
$image | An image model instance | |
return |
public setRoute ( Imbo\Router\Route $route ) : self | ||
$route | Imbo\Router\Route | The current route |
return | self |
public setTransformations ( array $transformations ) : self | ||
$transformations | array | The image transformations |
return | self |