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

fromHereAction() public method

public fromHereAction ( ) : void
return void
    public function fromHereAction()
    {
        $this->redirect('toHere');
    }