PHP Класс Neos\Flow\Tests\Functional\Command\BehatHelperCommandController

Note: This command controller will only be loaded in Testing context!
См. также: IsolatedBehatStepsTrait
Наследование: extends Neos\Flow\Cli\CommandController
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$objectManager Neos\Flow\ObjectManagement\ObjectManagerInterface
$propertyMapper Neos\Flow\Property\PropertyMapper
$securityContext Neos\Flow\Security\Context

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

Метод Описание
callBehatStepCommand ( string $testHelperObjectName, string $methodName, boolean $withoutSecurityChecks = false ) Calls a behat step method

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

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

Calls a behat step method
public callBehatStepCommand ( string $testHelperObjectName, string $methodName, boolean $withoutSecurityChecks = false )
$testHelperObjectName string
$methodName string
$withoutSecurityChecks boolean

Описание свойств

$objectManager защищенное свойство

protected ObjectManagerInterface,Neos\Flow\ObjectManagement $objectManager
Результат Neos\Flow\ObjectManagement\ObjectManagerInterface

$propertyMapper защищенное свойство

protected PropertyMapper,Neos\Flow\Property $propertyMapper
Результат Neos\Flow\Property\PropertyMapper

$securityContext защищенное свойство

protected Context,Neos\Flow\Security $securityContext
Результат Neos\Flow\Security\Context