Elgg\Notifications\Notification::getRecipientGUID PHP Method

getRecipientGUID() public method

Get the recipient entity guid
public getRecipientGUID ( ) : integer
return integer
    public function getRecipientGUID()
    {
        return $this->to->guid;
    }