Elgg\Notifications\Notification::getSenderGUID PHP Method

getSenderGUID() public method

Get the sender entity guid
public getSenderGUID ( ) : integer
return integer
    public function getSenderGUID()
    {
        return $this->from->guid;
    }