Ejemplo n.º 1
0
 public function __construct($id, $acc_group, $acc_resource, $allow, $is_open, $if_drop, array $options = null)
 {
     $this->_id = $id;
     $this->_acc_group = $acc_group;
     $this->_acc_resource = $acc_resource;
     $this->_allow = $allow;
     $this->_is_open = $is_open;
     $this->_if_drop = $if_drop;
     parent::__construct($options);
 }
Ejemplo n.º 2
0
 public function __construct(array $options = null)
 {
     parent::__construct($options);
 }