PHP Class Neos\Flow\Tests\Functional\Mvc\Fixtures\Controller\EntityController

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

Protected Properties

Property Type Description
$testEntityRepository Neos\Flow\Tests\Functional\Persistence\Fixtures\TestEntityRepository

Public Methods

Method Description
showAction ( TestEntity $entity ) : string
updateAction ( TestEntity $entity ) : string

Protected Methods

Method Description
getFlattenedValidationErrorMessage ( ) : string
initializeUpdateAction ( ) : void

Method Details

getFlattenedValidationErrorMessage() protected method

initializeUpdateAction() protected method

protected initializeUpdateAction ( ) : void
return void

showAction() public method

updateAction() public method

Property Details

$testEntityRepository protected_oe property

protected TestEntityRepository,Neos\Flow\Tests\Functional\Persistence\Fixtures $testEntityRepository
return Neos\Flow\Tests\Functional\Persistence\Fixtures\TestEntityRepository