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

  • PropertyRenderers
  • Rendering

Class PropertyRenderers

Icybee\Rendering\PropertyRenderers implements IteratorIterator, ArrayAccess
Namespace: Icybee\Rendering
Located at vendor/icybee/icybee/lib/rendering.php

Methods summary

public static Events
# get( )

Returns the singleton instance of the class.

Returns the singleton instance of the class.

Returns

Events
public static array[string]array
# synthesize_config( array $fragments )

Synthesizes events config.

Synthesizes events config.

Events are retrieved from the "hooks" config, under the "events" namespace.

Parameters

$fragments
array
$fragments

Returns

array[string]array

Throws

InvalidArgumentException
when a callback is not properly defined.
protected
# __construct( )

Obtains the collection for the config synthesizer.

Obtains the collection for the config synthesizer.

Implementation of

IteratorIterator::__construct()
public
# getIterator( )

Returns an iterator for callbacks.

Returns an iterator for callbacks.

public
# offsetExists( mixed $offset )

Checks if a callback exists for a class+property.

Checks if a callback exists for a class+property.

Implementation of

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

Returns the callbacks for a class+property.

Returns the callbacks for a class+property.

Implementation of

ArrayAccess::offsetGet()
public
# offsetSet( mixed $offset, mixed $value )

Throws

ICanBoogie\OffsetNotWritable
in attempt to set an offset.

Implementation of

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

Throws

ICanBoogie\OffsetNotWritable
in attempt to unset an offset.

Implementation of

ArrayAccess::offsetUnset()

Methods inherited from IteratorIterator

current(), getInnerIterator(), key(), next(), rewind(), valid()

Magic methods summary

Properties summary

protected static Icybee\Rendering\PropertyRenderers $instance
#

Singleton instance of the class.

Singleton instance of the class.

protected array $collection
#
Autodoc API documentation generated by ApiGen 2.8.0