Elgg\Notifications\Notification::getSenderGUID PHP Méthode

getSenderGUID() public méthode

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