DefaultController::getComponent PHP 메소드

getComponent() 공개 메소드

사용 중단: will removed in 1.2
public getComponent ( ) : Yii2Debug
리턴 Yii2Debug
    public function getComponent()
    {
        return $this->getModule()->owner;
    }