getUserId() public méthode

Get id of the linked user if there is one
public getUserId ( ) : string
Résultat string
 public function getUserId()
 {
     $this->__load();
     return parent::getUserId();
 }