Imbo\Storage\StorageInterface::getImage PHP Method

getImage() public method

Get image content
public getImage ( string $user, string $imageIdentifier ) : string
$user string The user which the image belongs to
$imageIdentifier string Image identifier
return string The binary content of the image
    function getImage($user, $imageIdentifier);