Example #1
0
 function virtual_acls($t)
 {
     if ($t == 'edit') {
         if (!$this->get_acls()) {
             return;
         }
         return $this->_acls->render();
     }
 }