Nextras\Forms\ComponentControl::attached PHP Method

attached() protected method

protected attached ( $component )
    protected function attached($component)
    {
        parent::attached($component);
        $this->componentControlAttached($component);
    }