Habari\FormControlAggregate::_extend PHP Метод

_extend() публичный Метод

Called upon construct. Sets control properties
public _extend ( )
    public function _extend()
    {
        $this->properties['type'] = 'hidden';
        $this->properties['class'] = 'aggregate_control';
    }