ICanBoogie/ICanBoogie 3.0.x
  • Namespace
  • Function

Namespaces

  • ICanBoogie
    • Autoconfig
    • Binding
    • Core
    • Routing
    • Session

Classes

  • AlreadyAuthenticated
  • Core
  • Debug
  • Helpers
  • Hooks
  • Logger
  • LogLevel
  • SessionWithEvent

Interfaces

  • LoggerInterface

Traits

  • AppAccessor
  • LoggerTrait

Exceptions

  • CoreAlreadyBooted
  • CoreAlreadyInstantiated
  • CoreAlreadyRunning
  • CoreNotInstantiated

Constants

  • TOKEN_ALPHA
  • TOKEN_ALPHA_UPCASE
  • TOKEN_NUMERIC
  • TOKEN_SYMBOL
  • TOKEN_SYMBOL_WIDE

Functions

  • app
  • boot
  • excerpt
  • generate_token
  • generate_token_wide
  • get_autoconfig
  • log
  • log_error
  • log_info
  • log_success
  • log_time
  • resolve_app_paths
  • resolve_instance_name
  • strip_root

Function get_autoconfig

Returns the autoconfig.

The path of the autoconfig is defined by the AUTOCONFIG_PATHNAME constant.

The app-root and app-paths values are updated. app-root is resolved from root, which may gives false if the application root is not defined. The value app-paths is returned by the resolve_app_paths() function with app-root as parameter.

The filters defined in filters are invoked to alter the autoconfig.

Namespace: ICanBoogie
Located at

Return value summary

array array
ICanBoogie/ICanBoogie 3.0.x API documentation generated by ApiGen