ElggEntity::getSystemLogID PHP Method

getSystemLogID() public method

This id must be an integer.
public getSystemLogID ( ) : integer
return integer
    public function getSystemLogID()
    {
        return $this->getGUID();
    }