Ejemplo n.º 1
0
 protected function defineOptions()
 {
     $options = parent::defineOptions();
     $options['role'] = array('default' => array());
     return $options;
 }
Ejemplo n.º 2
0
 protected function defineOptions()
 {
     $options = parent::defineOptions();
     $options['perm'] = array('default' => 'access content');
     return $options;
 }
Ejemplo n.º 3
0
 protected function defineOptions()
 {
     $options = parent::defineOptions();
     $options['access'] = array('default' => FALSE);
     return $options;
 }