ICanBoogie/ICanBoogie 3.0.x
  • Namespace
  • Class

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

Class Hooks

Namespace: ICanBoogie
Located at Hooks.php

Methods summary

public static string
# make_apc_prefix( )

Makes an APC prefix for the application.

Makes an APC prefix for the application.

Returns

string
public static ICanBoogie\Storage\Storage
# create_storage_for_configs( ICanBoogie\Core $app )

Creates a storage engine for synthesized configurations.

Creates a storage engine for synthesized configurations.

If APC is available the method returns a storage collection or ICanBoogie\Storage\APCStorage and ICanBoogie\Storage\FileStorage, otherwise a ICanBoogie\Storage\FileStorage is returned.

Parameters

$app

Returns

ICanBoogie\Storage\Storage
public static ICanBoogie\Storage\Storage
# create_storage_for_vars( ICanBoogie\Core $app )

Creates a storage engine for synthesized configurations.

Creates a storage engine for synthesized configurations.

If APC is available the method returns a storage collection or ICanBoogie\Storage\APCStorage and ICanBoogie\Storage\FileStorage, otherwise a ICanBoogie\Storage\FileStorage is returned.

Parameters

$app

Returns

ICanBoogie\Storage\Storage
public static
# on_clear_cache( ICanBoogie\Core\ClearCacheEvent $event, ICanBoogie\Core $app )

Clears configurations cache.

Clears configurations cache.

Parameters

$event
$app
ICanBoogie/ICanBoogie 3.0.x API documentation generated by ApiGen