Autodoc
  • Namespace
  • Class
  • Tree

Namespaces

  • BlueTihi
    • Context
  • Brickrouge
    • Element
      • Nodes
    • Renderer
    • Widget
  • ICanBoogie
    • ActiveRecord
    • AutoConfig
    • CLDR
    • Composer
    • Core
    • Event
    • Exception
    • HTTP
      • Dispatcher
      • Request
    • I18n
      • Translator
    • Mailer
    • Modules
      • Taxonomy
        • Support
      • Thumbnailer
        • Versions
    • Object
    • Operation
      • Dispatcher
    • Prototype
    • Routes
    • Routing
      • Dispatcher
    • Session
  • Icybee
    • ActiveRecord
      • Model
    • ConfigOperation
    • Document
    • EditBlock
    • Element
      • ActionbarContextual
      • ActionbarSearch
      • ActionbarToolbar
    • FormBlock
    • Installer
    • ManageBlock
    • Modules
      • Articles
      • Cache
        • Collection
        • ManageBlock
      • Comments
        • ManageBlock
      • Contents
        • ManageBlock
      • Dashboard
      • Editor
        • Collection
      • Files
        • File
        • ManageBlock
      • Forms
        • Form
        • ManageBlock
      • I18n
      • Images
        • ManageBlock
      • Members
      • Modules
        • ManageBlock
      • Nodes
        • ManageBlock
        • Module
      • Pages
        • BreadcrumbElement
        • LanguagesElement
        • ManageBlock
        • NavigationBranchElement
        • NavigationElement
        • Page
        • PageController
      • Registry
      • Search
      • Seo
      • Sites
        • ManageBlock
      • Taxonomy
        • Terms
          • ManageBlock
        • Vocabulary
          • ManageBlock
      • Users
        • ManageBlock
        • NonceLogin
        • Roles
      • Views
        • ActiveRecordProvider
        • Collection
        • View
    • Operation
      • ActiveRecord
      • Constructor
      • Module
      • Widget
    • Rendering
  • None
  • Patron
  • PHP

Classes

  • ActiveRecord
  • Cache
  • Configs
  • Core
  • DateTime
  • Debug
  • DeleteOperation
  • Errors
  • Event
  • EventHook
  • Events
  • FileCache
  • FormattedString
  • Helpers
  • I18n
  • Image
  • Inflections
  • Inflector
  • Models
  • Module
  • Modules
  • Object
  • Operation
  • PingOperation
  • Prototype
  • Route
  • Routes
  • SaveOperation
  • Session
  • TimeZone
  • TimeZoneLocation
  • Uploaded
  • Vars
  • VarsIterator

Interfaces

  • StorageInterface
  • ToArray
  • ToArrayRecursive

Traits

  • PrototypeTrait
  • ToArrayRecursiveTrait

Exceptions

  • AlreadyAuthenticated
  • AuthenticationRequired
  • Exception
  • ModuleConstructorMissing
  • ModuleIsDisabled
  • ModuleNotDefined
  • OffsetError
  • OffsetNotDefined
  • OffsetNotReadable
  • OffsetNotWritable
  • PermissionRequired
  • PropertyError
  • PropertyIsReserved
  • PropertyNotDefined
  • PropertyNotReadable
  • PropertyNotWritable
  • RouteNotDefined
  • SecurityException

Constants

  • TOKEN_ALPHA
  • TOKEN_ALPHA_UPCASE
  • TOKEN_NUMERIC
  • TOKEN_SYMBOL
  • TOKEN_SYMBOL_WIDE

Functions

  • array_flatten
  • array_insert
  • array_merge_recursive
  • camelize
  • capitalize
  • downcase
  • dump
  • escape
  • escape_all
  • exact_array_merge_recursive
  • excerpt
  • format
  • generate_token
  • generate_token_wide
  • generate_v4_uuid
  • get_autoconfig
  • humanize
  • hyphenate
  • log
  • log_error
  • log_info
  • log_success
  • log_time
  • normalize
  • normalize_namespace_part
  • normalize_url_path
  • pbkdf2
  • pluralize
  • remove_accents
  • shorten
  • singularize
  • sort_by_weight
  • stable_sort
  • strip_root
  • titleize
  • unaccent_compare
  • unaccent_compare_ci
  • underscore
  • upcase

Class Configs

This class provides an accessor to synthesized low level configurations.

ICanBoogie\Configs implements ArrayAccess
Namespace: ICanBoogie
Located at vendor/icanboogie/icanboogie/lib/configs.php

Methods summary

public
# __construct( mixed $paths, mixed $constructors )
public
# offsetSet( mixed $offset, mixed $value )

Implementation of

ArrayAccess::offsetSet()
public
# offsetExists( mixed $offset )

Checks if a config has been synthesized.

Checks if a config has been synthesized.

See

ArrayAccess::offsetExists()

Implementation of

ArrayAccess::offsetExists()
public
# offsetUnset( mixed $offset )

Throws

ICanBoogie\OffsetNotWritable
in attempt to unset an offset.

Implementation of

ArrayAccess::offsetUnset()
public
# offsetGet( mixed $id )

Returns the specified synthesized configuration.

Returns the specified synthesized configuration.

See

ArrayAccess::offsetGet()

Implementation of

ArrayAccess::offsetGet()
protected
# revoke_configs( )

Revokes the synthsized configs.

Revokes the synthsized configs.

The method is usually called after the config paths have been modified.

public
# add( string|array $path, integer $weight = 0 )

Adds a path or several paths to the config.

Adds a path or several paths to the config.

Paths are sorted according to their weight. The order in which they were defined is preserved for paths with the same weight.

Parameters

$path
string|array
$path
$weight
integer
$weight Weight of the path. The argument is discarted if $path is an array.

Throws

InvalidArgumentException
if the path is empty.
public array
# get_fragments( string $name )

Returns the fragments of a configuration.

Returns the fragments of a configuration.

Parameters

$name
string
$name Name of the configuration.

Returns

array
Where _key_ is the pathname to the fragment file and _value_ the value returned when the file was required.
public mixed
# synthesize( string $name, string|array $constructor, null|string $from = null )

Synthesize a configuration.

Synthesize a configuration.

Parameters

$name
string
$name Name of the configuration to synthesize.
$constructor
string|array
$constructor Callback for the synthesis.
$from
null|string
$from[optional] If the configuration is a derivative $from is the name of the source configuration.

Returns

mixed
public
# synthesize_constructor( array $userdata )

Magic methods summary

Properties summary

protected array $paths
#
protected array $constructors
#
protected array $configs
#
public mixed $cache_repository
#
Autodoc API documentation generated by ApiGen 2.8.0