コード例 #1
0
ファイル: sorter.php プロジェクト: rku4er/vafpress-wp
 protected function _setup_data()
 {
     $opt = array('maximumSelectionSize' => $this->get_max_selection());
     $this->add_data('opt', VP_Util_Text::make_opt($opt));
     $this->add_data('opt_raw', $opt);
     parent::_setup_data();
 }
コード例 #2
0
ファイル: fontawesome.php プロジェクト: rku4er/vafpress-wp
 public function __construct()
 {
     parent::__construct();
 }
コード例 #3
0
 public function __construct()
 {
     parent::__construct();
     $this->_value = array();
 }
コード例 #4
0
ファイル: checkbox.php プロジェクト: wir/WP-Tiles
 public function __construct()
 {
     parent::__construct();
     $this->_value = array();
     $this->add_container_extra_classes('vp-checked-field');
 }
コード例 #5
0
ファイル: fieldmultiimage.php プロジェクト: wir/WP-Tiles
 protected function _setup_data()
 {
     parent::_setup_data();
     $this->add_data('item_max_height', $this->get_item_max_height());
     $this->add_data('item_max_width', $this->get_item_max_width());
 }