PHP 클래스 Nette\DI\Config\Helpers

상속: use trait Nette\StaticClass
파일 보기 프로젝트 열기: nette/di 1 사용 예제들

공개 메소드들

메소드 설명
isInheriting ( &$data ) : boolean
isOverwriting ( &$data ) : boolean
merge ( $left, $right ) : array | string Merges configurations. Left has higher priority than right one.
takeParent ( &$data ) : mixed Finds out and removes information about the parent.

메소드 상세

isInheriting() 공개 정적인 메소드

public static isInheriting ( &$data ) : boolean
리턴 boolean

isOverwriting() 공개 정적인 메소드

public static isOverwriting ( &$data ) : boolean
리턴 boolean

merge() 공개 정적인 메소드

Merges configurations. Left has higher priority than right one.
public static merge ( $left, $right ) : array | string
리턴 array | string

takeParent() 공개 정적인 메소드

Finds out and removes information about the parent.
public static takeParent ( &$data ) : mixed
리턴 mixed