PHP 클래스 Neos\FluidAdaptor\Tests\Functional\Form\Fixtures\Controller\FormController

상속: extends Neos\Flow\Mvc\Controller\ActionController
파일 보기 프로젝트 열기: neos/flow-development-collection

공개 메소드들

메소드 설명
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