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

Inheritance: extends Neos\Flow\Mvc\Controller\ActionController
Afficher le fichier Open project: neos/flow-development-collection

Méthodes publiques

Méthode 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 méthode

public checkAction ( string $email = null ) : string
$email string
Résultat string

createAction() public méthode

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

editAction() public méthode

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
Résultat void

indexAction() public méthode

Display a start page
public indexAction ( ) : void
Résultat void

updateAction() public méthode

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