예제 #1
0
 public function __construct()
 {
     parent::__construct();
 }
예제 #2
0
 public function __construct()
 {
     parent::__construct();
     $this->_value = array();
 }
예제 #3
0
파일: checkbox.php 프로젝트: wir/WP-Tiles
 public function __construct()
 {
     parent::__construct();
     $this->_value = array();
     $this->add_container_extra_classes('vp-checked-field');
 }