Imbo\Storage\StorageInterface::getImage PHP Метод

getImage() публичный Метод

Get image content
public getImage ( string $user, string $imageIdentifier ) : string
$user string The user which the image belongs to
$imageIdentifier string Image identifier
Результат string The binary content of the image
    function getImage($user, $imageIdentifier);