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

  • ActiveRecordCache
  • CollectDependenciesEvent
  • Connection
  • Connections
  • DateTimePropertySupport
  • Helpers
  • Hooks
  • Model
  • Models
  • Query
  • RunTimeActiveRecordCache
  • Statement
  • Table

Interfaces

  • ActiveRecordCacheInterface

Traits

  • CreatedAtProperty
  • DateTimeProperty
  • UpdatedAtProperty

Exceptions

  • ActiveRecordException
  • ConnectionAlreadyEstablished
  • ConnectionNotDefined
  • ConnectionNotEstablished
  • ModelAlreadyInstantiated
  • ModelNotDefined
  • RecordNotFound
  • ScopeNotDefined
  • StatementInvalid

Functions

  • get_model

Class CollectDependenciesEvent

Event class for the ICanBoogie\ActiveRecord::collect_dependencies event.

ICanBoogie\Event
Extended by ICanBoogie\ActiveRecord\CollectDependenciesEvent
Namespace: ICanBoogie\ActiveRecord
Located at vendor/icybee/icybee/lib/blocks/delete.php

Methods summary

public
# __construct( ICanBoogie\ActiveRecord $target, array & $dependencies )

The event is constructed with the type 'collect_dependencies'.

The event is constructed with the type 'collect_dependencies'.

Parameters

$target
ICanBoogie\ActiveRecord
$target
$dependencies
array
$dependencies

Throws

PropertyIsReserved
in attempt to specify a reserved property with the payload.

Overrides

ICanBoogie\Event::__construct
public
# add( string $module_id, integer $key, string $title, string|true|null $edit_url = null, string|null $view_url = null )

Adds a dependency.

Adds a dependency.

Parameters

$module_id
string
$module_id Identifier of the module managin the dependency.
$key
integer
$key Identifier of the dependency.
$title
string
$title Title of the dependency.
$edit_url
string|true|null
$edit_url The URL where the dependency can be edited. If true the URL if automatically generated using the following pattern: /admin/:module_id/:key/edit.
$view_url
string|null
$view_url The URL on the website where the dependency can be viewed.

Methods inherited from ICanBoogie\Event

__get(), chain(), stop()

Magic methods summary

Properties summary

public array[string]\ICanBoogie\ActiveRecord $dependencies
#

Reference to the dependencies.

Reference to the dependencies.

Properties inherited from ICanBoogie\Event

$profiling

Magic properties inherited from ICanBoogie\Event

$stopped, $target, $used, $used_by

Autodoc API documentation generated by ApiGen 2.8.0