app\controllers\HelloWorldController::index PHP Method

index() public method

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