PHP 클래스 Liip\RMT\Context

파일 보기 프로젝트 열기: liip/rmt 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$lists
$params
$services

공개 메소드들

메소드 설명
addToList ( $id, $class, $options = null )
createEmptyList ( $id )
get ( string $serviceName ) : mixed Shortcut to retried a service
getInstance ( ) : Context
getList ( $id )
getParam ( string $name ) : mixed Shortcut to retried a parameter
getParameter ( $id )
getService ( $id )
setParameter ( $id, $value )
setService ( $id, $classOrObject, $options = null )

보호된 메소드들

메소드 설명
__construct ( )
instanciateObject ( $objectDefinition )
validateClass ( $className )

메소드 상세

__construct() 보호된 메소드

protected __construct ( )

addToList() 공개 메소드

public addToList ( $id, $class, $options = null )

createEmptyList() 공개 메소드

public createEmptyList ( $id )

get() 공개 정적인 메소드

Shortcut to retried a service
public static get ( string $serviceName ) : mixed
$serviceName string
리턴 mixed

getInstance() 공개 정적인 메소드

public static getInstance ( ) : Context
리턴 Context

getList() 공개 메소드

public getList ( $id )

getParam() 공개 정적인 메소드

Shortcut to retried a parameter
public static getParam ( string $name ) : mixed
$name string
리턴 mixed

getParameter() 공개 메소드

public getParameter ( $id )

getService() 공개 메소드

public getService ( $id )

instanciateObject() 보호된 메소드

protected instanciateObject ( $objectDefinition )

setParameter() 공개 메소드

public setParameter ( $id, $value )

setService() 공개 메소드

public setService ( $id, $classOrObject, $options = null )

validateClass() 보호된 메소드

protected validateClass ( $className )

프로퍼티 상세

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

protected $lists

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

protected $params

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

protected $services