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