Class EmbedlyHelper
-
Zend\View\Helper\AbstractHelper
-
EmbedlyModule\View\Helper\EmbedlyHelper
Methods summary
public
|
#
__construct( EmanueleMinotto\Embedly\Client $client )
Constructor with required Embedly client.
Constructor with required Embedly client.
Parameters
|
public
string
|
#
__invoke( string $method, array $options )
Used only as a shortcut for the display method (based on global config).
Used only as a shortcut for the display method (based on global config).
Parameters
- $method
- Display method, can be crop, resize, fill or empty.
- $options
- Request options.
Returns
string Base 64 encoded image URI.
Link
|