예제 #1
0
 public function getData()
 {
     $property = parent::getData();
     $property['selectables'] = $this->selectables;
     return $property;
 }
예제 #2
0
파일: Boolean.php 프로젝트: AdwaysDev/CDK
 public function setValue($value)
 {
     parent::setValue($value);
     $this->value = (bool) $value;
 }