DefaultController::getComponent PHP Method

getComponent() public method

Deprecation: will removed in 1.2
public getComponent ( ) : Yii2Debug
return Yii2Debug
    public function getComponent()
    {
        return $this->getModule()->owner;
    }