PHP 클래스 Neos\Flow\Annotations\Inject

Flow will build Dependency Injection code for the property and try to inject a value as specified by the var annotation.
파일 보기 프로젝트 열기: neos/flow-development-collection

공개 프로퍼티들

프로퍼티 타입 설명
$lazy boolean Whether the dependency should be injected instantly or if a lazy dependency proxy should be injected instead

공개 메소드들

메소드 설명
__construct ( array $values )

메소드 상세

__construct() 공개 메소드

public __construct ( array $values )
$values array

프로퍼티 상세

$lazy 공개적으로 프로퍼티

Whether the dependency should be injected instantly or if a lazy dependency proxy should be injected instead
public bool $lazy
리턴 boolean