PHP Класс Neos\FluidAdaptor\Tests\Functional\Form\Fixtures\Controller\FormController

Наследование: extends Neos\Flow\Mvc\Controller\ActionController
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

checkAction() публичный Метод

public checkAction ( string $email = null ) : string
$email string
Результат string

createAction() публичный Метод

public createAction ( Post $post ) : string
$post Neos\FluidAdaptor\Tests\Functional\Form\Fixtures\Domain\Model\Post
Результат string

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

indexAction() публичный Метод

Display a start page
public indexAction ( ) : void
Результат void

updateAction() публичный Метод

public updateAction ( Post $post ) : string
$post Neos\FluidAdaptor\Tests\Functional\Form\Fixtures\Domain\Model\Post
Результат string