Ejemplo n.º 1
0
 protected function searchForAllowNotify()
 {
     $genericObject = $this->searchForGenericAccessListSection("allow-notify");
     if ($genericObject !== false) {
         $this->object->setAllowNotify($genericObject);
     }
     return $this;
 }