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

  • AdminDecorator
  • AdminIndexController
  • BlockController
  • BlockDecorator
  • ConfigBlock
  • ConfigController
  • ConfigOperation
  • Core
  • DeleteBlock
  • DeleteController
  • Document
  • DocumentDecorator
  • EditBlock
  • EditController
  • FormBlock
  • Hooks
  • InterlockBlock
  • Kses
  • ManageBlock
  • Module
  • Modules
  • StatsDecorator

Constants

  • OPERATION_SAVE_MODE
  • OPERATION_SAVE_MODE_CONTINUE
  • OPERATION_SAVE_MODE_DISPLAY
  • OPERATION_SAVE_MODE_LIST
  • OPERATION_SAVE_MODE_NEW

Functions

  • slugize
  • start
  • strip_stopwords

Class Core

The following properties are injected by the "registry" module.

ICanBoogie\Object implements ICanBoogie\ToArrayRecursive uses ICanBoogie\ToArrayRecursiveTrait, ICanBoogie\PrototypeTrait
Extended by ICanBoogie\Core
Extended by Icybee\Core
Namespace: Icybee
Located at vendor/icybee/icybee/lib/core/core.php

Methods summary

public static
# exception_handler( ICanBoogie\Exception $exception )

Override the method to provide a nicer exception presentation.

Override the method to provide a nicer exception presentation.

Parameters

$exception
Exception
$exception

Overrides

ICanBoogie\Core::exception_handler
protected Icybee\Modules
# lazy_get_modules( )

Override the method to provide our own accessor.

Override the method to provide our own accessor.

Returns

Icybee\Modules
The modules accessor.

Overrides

ICanBoogie\Core::lazy_get_modules

Methods inherited from ICanBoogie\Core

__construct(), __invoke(), create_config_manager(), generate_path(), generate_url(), get(), get_dispatcher(), get_language(), get_locale(), get_request(), get_routes(), get_timezone(), lazy_get_config(), lazy_get_initial_request(), lazy_get_models(), lazy_get_vars(), run_modules(), set_locale(), set_timezone()

Methods inherited from ICanBoogie\Object

from(), resolve_facade_properties(), resolve_private_properties(), to_array(), to_json()

Methods inherited from ICanBoogie\ToArrayRecursive

to_array_recursive()

Methods used from ICanBoogie\ToArrayRecursiveTrait

to_array_recursive()

Methods used from ICanBoogie\PrototypeTrait

__call(), __get(), __set(), __sleep(), __wakeup(), get_prototype(), has_method(), has_property(), last_chance_get(), last_chance_set()

Magic methods summary

Properties summary

Properties inherited from ICanBoogie\Core

$is_running

Magic properties

public Icybee\Modules\Editor\Collection $editors
#

Editors collection. The getter is injected by the "Editors" module.

Editors collection. The getter is injected by the "Editors" module.

public ICanBoogie\ActiveRecord\Model\System\Registry $registry
#

Global registry object. The following properties are injected by the "sites" module.

Global registry object. The following properties are injected by the "sites" module.

public integer $site_id
#

Identifier of the current site.

Identifier of the current site.

public Icybee\Modules\Sites\Site $site
#

Current site object. The following properties are injected by the "users" module.

Current site object. The following properties are injected by the "users" module.

public Icybee\Modules\Users\User $user
#

Current user object (might be a visitor).

Current user object (might be a visitor).

public integer $user_id
#

Identifier of the current user ("0" for visitors).

Identifier of the current user ("0" for visitors).

Magic properties inherited from ICanBoogie\Core

$config, $configs, $connections, $db, $events, $language, $locale, $models, $modules, $request, $routes, $session, $timezone, $vars

Magic properties inherited from ICanBoogie\Object

$prototype

Autodoc API documentation generated by ApiGen 2.8.0