Namespaces

  • Nette
    • Application
      • Diagnostics
      • Responses
      • Routers
      • UI
    • Caching
      • Storages
    • ComponentModel
    • Database
      • Diagnostics
      • Drivers
      • Reflection
      • Table
    • DI
      • Config
        • Adapters
      • Diagnostics
      • Extensions
    • Diagnostics
    • Forms
      • Controls
      • Rendering
    • Http
      • Diagnostics
    • Iterators
    • Latte
      • Macros
    • Loaders
    • Localization
    • Mail
    • PhpGenerator
    • Reflection
    • Security
      • Diagnostics
    • Templating
    • Utils
  • NetteModule
  • none

Classes

  • Helpers
  • Loader

Interfaces

  • IAdapter
  • Overview
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Other releases
  • Nette homepage

Class Helpers

Configuration helpers.

Namespace: Nette\DI\Config
Author: David Grudl
Located at DI/Config/Helpers.php
Methods summary
public static array
# merge( $left, $right )

Merges configurations. Left has higher priority than right one.

Merges configurations. Left has higher priority than right one.

Returns

array
public static mixed
# takeParent( & $data )

Finds out and removes information about the parent.

Finds out and removes information about the parent.

Returns

mixed
public static boolean
# isOverwriting( & $data )

Returns

boolean
public static boolean
# isInheriting( & $data )

Returns

boolean
Constants summary
string EXTENDS_KEY '_extends'
#
boolean OVERWRITE TRUE
#
Nette 2.1 API documentation generated by ApiGen 2.8.0