Neos\Flow\Tests\Functional\Http\Fixtures\Controller\RedirectingController::toThereAction PHP Method

toThereAction() public method

public toThereAction ( ) : string
return string
    public function toThereAction()
    {
        return 'arrived.';
    }