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
 public function __construct($id, $storage, $args)
 {
     parent::__construct($id, $storage, $args);
 }
示例#3
0
 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')));
 }