コード例 #1
0
 protected function get_default_args()
 {
     return array_merge(parent::get_default_args(), array('inline_help' => '', 'confirm_label' => '', 'confirm_inline_help' => '', 'required' => false, 'min_length' => null, 'max_length' => null, 'visibility' => array('frontend_view_profile', 'frontend_edit_profile', 'admin_edit_profile')));
 }
コード例 #2
0
ファイル: simple-field.class.php プロジェクト: joasssko/schk
 public function __construct($id, $storage, $args)
 {
     parent::__construct($id, $storage, $args);
 }
コード例 #3
0
ファイル: header-field.class.php プロジェクト: joasssko/schk
 protected function get_default_args()
 {
     return array_merge(parent::get_default_args(), array('wrapper' => 'h3', 'visibility' => array('frontend_view_profile', 'frontend_edit_profile', 'admin_edit_profile')));
 }