PHP Class Neos\FluidAdaptor\Tests\Functional\Form\Fixtures\Controller\FormController

Inheritance: extends Neos\Flow\Mvc\Controller\ActionController
Show file Open project: neos/flow-development-collection

Public Methods

Method Description
checkAction ( string $email = null ) : string
createAction ( Post $post ) : string
editAction ( Post $fooPost = null ) : void We deliberately use a different variable name in the index action and the create action; as the same variable name is not required!
indexAction ( ) : void Display a start page
updateAction ( Post $post ) : string

Method Details

checkAction() public method

public checkAction ( string $email = null ) : string
$email string
return string

createAction() public method

public createAction ( Post $post ) : string
$post Neos\FluidAdaptor\Tests\Functional\Form\Fixtures\Domain\Model\Post
return string

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

indexAction() public method

Display a start page
public indexAction ( ) : void
return void

updateAction() public method

public updateAction ( Post $post ) : string
$post Neos\FluidAdaptor\Tests\Functional\Form\Fixtures\Domain\Model\Post
return string