Neos\FluidAdaptor\Tests\Functional\Form\Fixtures\Controller\FormController::editAction PHP 메소드

editAction() 공개 메소드

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
리턴 void
    public function editAction(\Neos\FluidAdaptor\Tests\Functional\Form\Fixtures\Domain\Model\Post $fooPost = null)
    {
        $this->view->assign('fooPost', $fooPost);
    }