Example #1
0
 public function getData()
 {
     $property = parent::getData();
     $property['selectables'] = $this->selectables;
     return $property;
 }
Example #2
0
 public function setValue($value)
 {
     parent::setValue($value);
     $this->value = (bool) $value;
 }