PHP Class Nette\DI\Config\Helpers

Inheritance: use trait Nette\StaticClass
Afficher le fichier Open project: nette/di Class Usage Examples

Méthodes publiques

Méthode Description
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.

Method Details

isInheriting() public static méthode

public static isInheriting ( &$data ) : boolean
Résultat boolean

isOverwriting() public static méthode

public static isOverwriting ( &$data ) : boolean
Résultat boolean

merge() public static méthode

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

takeParent() public static méthode

Finds out and removes information about the parent.
public static takeParent ( &$data ) : mixed
Résultat mixed