Elgg\Notifications\Notification::getRecipientGUID PHP Метод

getRecipientGUID() публичный Метод

Get the recipient entity guid
public getRecipientGUID ( ) : integer
Результат integer
    public function getRecipientGUID()
    {
        return $this->to->guid;
    }