Beispiel #1
0
 public function getAuthSettings()
 {
     if ($this->getProxy()->getAuthSettings()) {
         return parent::getAuthSettings();
     }
     return null;
 }
Beispiel #2
0
 public function getAuthSettings()
 {
     $proxy = $this->getProxy();
     if ($proxy && $proxy->getAuthSettings()) {
         return parent::getAuthSettings();
     }
     return null;
 }