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