Services\InternalService::getLastModified PHP Method

getLastModified() public method

Get the last modified date for a resource without fetching it.
public getLastModified ( scalar $id ) : integer
$id scalar
return integer
    public function getLastModified($id)
    {
        throw new ProcessingNotSupported('Read operation not supported');
    }