コード例 #1
0
 public function __construct()
 {
     parent::__construct();
     $this->_name = __('Member: Timezone');
     $this->_showassociation = false;
 }
コード例 #2
0
ファイル: field.memberrole.php プロジェクト: brendo/members
 public function __construct(&$parent)
 {
     parent::__construct($parent);
     $this->_name = __('Member: Role');
     $this->_showassociation = false;
 }