PHP 클래스 Neos\Neos\Service\DataSource\AbstractDataSource

상속: implements Neos\Neos\Service\DataSource\DataSourceInterface
파일 보기 프로젝트 열기: neos/neos-development-collection

보호된 프로퍼티들

프로퍼티 타입 설명
$controllerContext Neos\Flow\Mvc\Controller\ControllerContext
$identifier string The identifier of the operation

공개 메소드들

메소드 설명
getIdentifier ( ) : string
setControllerContext ( ControllerContext $controllerContext ) : void

메소드 상세

getIdentifier() 공개 정적인 메소드

public static getIdentifier ( ) : string
리턴 string the short name of the operation

setControllerContext() 공개 메소드

public setControllerContext ( ControllerContext $controllerContext ) : void
$controllerContext Neos\Flow\Mvc\Controller\ControllerContext
리턴 void

프로퍼티 상세

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

protected ControllerContext,Neos\Flow\Mvc\Controller $controllerContext
리턴 Neos\Flow\Mvc\Controller\ControllerContext

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

The identifier of the operation
protected static string $identifier
리턴 string