app\controllers\HelloWorldController::index PHP 메소드

index() 공개 메소드

public index ( )
    public function index()
    {
        return $this->render(array('layout' => false));
    }
HelloWorldController