Prado\Web\UI\ActiveControls\TActiveListItemCollection::getControl PHP Method

getControl() public method

public getControl ( ) : Prado\Web\UI\ActiveControls\IActiveControl
return Prado\Web\UI\ActiveControls\IActiveControl active control using the collection.
    public function getControl()
    {
        return $this->_control;
    }