Imbo\Storage\StorageInterface::getLastModified PHP Method

getLastModified() public method

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
return DateTime Returns an instance of DateTime
    function getLastModified($user, $imageIdentifier);