Neos\FluidAdaptor\Tests\Functional\Form\Fixtures\Controller\FormController::editAction PHP Method

editAction() public method

We deliberately use a different variable name in the index action and the create action; as the same variable name is not required!
public editAction ( Post $fooPost = null ) : void
$fooPost Neos\FluidAdaptor\Tests\Functional\Form\Fixtures\Domain\Model\Post
return void
    public function editAction(\Neos\FluidAdaptor\Tests\Functional\Form\Fixtures\Domain\Model\Post $fooPost = null)
    {
        $this->view->assign('fooPost', $fooPost);
    }