public function __construct()
 {
     parent::__construct();
     $this->_name = __('Member: Timezone');
     $this->_showassociation = false;
 }
示例#2
0
 public function __construct(&$parent)
 {
     parent::__construct($parent);
     $this->_name = __('Member: Role');
     $this->_showassociation = false;
 }