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

상속: use trait Neos\Flow\Tests\Behavior\Features\Bootstrap\IsolatedBehatStepsTrait, use trait Neos\Flow\Tests\Behavior\Features\Bootstrap\SecurityOperationsTrait
파일 보기 프로젝트 열기: neos/flow-development-collection

보호된 프로퍼티들

프로퍼티 타입 설명
$authenticationManager Neos\Flow\Security\Authentication\AuthenticationManagerInterface
$bootstrap Neos\Flow\Core\Bootstrap
$environment Neos\Flow\Utility\Environment
$mockActionRequest Neos\Flow\Mvc\ActionRequest
$objectManager Neos\Flow\ObjectManagement\ObjectManagerInterface
$policyService Neos\Flow\Security\Policy\PolicyService
$privilegeManager Neos\Flow\Security\Authorization\PrivilegeManagerInterface
$securityContext Neos\Flow\Security\Context
$testingProvider Neos\Flow\Security\Authentication\Provider\TestingProvider

공개 메소드들

메소드 설명
initializeObject ( ) : void

보호된 메소드들

메소드 설명
getObjectManager ( ) : mixed

메소드 상세

getObjectManager() 보호된 메소드

protected getObjectManager ( ) : mixed
리턴 mixed

initializeObject() 공개 메소드

public initializeObject ( ) : void
리턴 void

프로퍼티 상세

$authenticationManager 보호되어 있는 프로퍼티

protected AuthenticationManagerInterface,Neos\Flow\Security\Authentication $authenticationManager
리턴 Neos\Flow\Security\Authentication\AuthenticationManagerInterface

$bootstrap 보호되어 있는 정적으로 프로퍼티

protected static Bootstrap,Neos\Flow\Core $bootstrap
리턴 Neos\Flow\Core\Bootstrap

$environment 보호되어 있는 프로퍼티

protected Environment,Neos\Flow\Utility $environment
리턴 Neos\Flow\Utility\Environment

$mockActionRequest 보호되어 있는 프로퍼티

protected ActionRequest,Neos\Flow\Mvc $mockActionRequest
리턴 Neos\Flow\Mvc\ActionRequest

$objectManager 보호되어 있는 프로퍼티

protected ObjectManagerInterface,Neos\Flow\ObjectManagement $objectManager
리턴 Neos\Flow\ObjectManagement\ObjectManagerInterface

$policyService 보호되어 있는 프로퍼티

protected PolicyService,Neos\Flow\Security\Policy $policyService
리턴 Neos\Flow\Security\Policy\PolicyService

$privilegeManager 보호되어 있는 프로퍼티

protected PrivilegeManagerInterface,Neos\Flow\Security\Authorization $privilegeManager
리턴 Neos\Flow\Security\Authorization\PrivilegeManagerInterface

$securityContext 보호되어 있는 프로퍼티

protected Context,Neos\Flow\Security $securityContext
리턴 Neos\Flow\Security\Context

$testingProvider 보호되어 있는 프로퍼티

protected TestingProvider,Neos\Flow\Security\Authentication\Provider $testingProvider
리턴 Neos\Flow\Security\Authentication\Provider\TestingProvider