Services\Resource::getLastModified PHP Method

getLastModified() public method

Get last modified timestamp of this resource (null if not an internal resource).
public getLastModified ( ) : integer | null
return integer | null
    public function getLastModified()
    {
        return $this->last_modified;
    }