Exemplo n.º 1
0
 public function getAuthClients()
 {
     if ($this->_authClients === null) {
         $this->_authClients = AuthClientHelpers::getAuthClientsByUser($this->getIdentity());
     }
     return $this->_authClients;
 }