Imbo\Storage\StorageInterface::getLastModified PHP Méthode

getLastModified() public méthode

Get the last modified timestamp
public getLastModified ( string $user, string $imageIdentifier ) : DateTime
$user string The user which the image belongs to
$imageIdentifier string Image identifier
Résultat DateTime Returns an instance of DateTime
    function getLastModified($user, $imageIdentifier);