Services\InternalReference::getLastModified PHP Method

getLastModified() public method

public getLastModified ( ) : integer
return integer
    public function getLastModified()
    {
        return $this->getService()->getLastModified($this->id);
    }