PHP 클래스 Neos\Flow\Tests\Functional\Command\BehatHelperCommandController

Note: This command controller will only be loaded in Testing context!
또한 보기: IsolatedBehatStepsTrait
상속: extends Neos\Flow\Cli\CommandController
파일 보기 프로젝트 열기: neos/flow-development-collection

보호된 프로퍼티들

프로퍼티 타입 설명
$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