PPI\FrameworkTest\Fixtures\ControllerForAppTest::indexAction PHP Метод

indexAction() публичный Метод

public indexAction ( )
    public function indexAction()
    {
        return 'Working Response From Controller Index Action';
    }
ControllerForAppTest