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

  • Entry
  • Hooks
  • MetasHandler
  • Model
  • Module

Class MetasHandler

Manages the metadatas associated with a target object.

Icybee\Modules\Registry\MetasHandler implements ArrayAccess, ICanBoogie\ToArray
Namespace: Icybee\Modules\Registry
Located at vendor/icanboogie-modules/registry/lib/handler.php

Methods summary

public
# __construct( ICanBoogie\ActiveRecord $target )

Initializes the Icybee\Modules\Registry\MetasHandler::$targetid and Icybee\Modules\Registry\MetasHandler::$model properties.

Initializes the Icybee\Modules\Registry\MetasHandler::$targetid and Icybee\Modules\Registry\MetasHandler::$model properties.

Parameters

$target
ICanBoogie\ActiveRecord
$target

Throws

ICanBoogie\Exception
public
# get( mixed $name, mixed $default = null )
public
# set( mixed $name, mixed $value )
public array
# to_array( )

Converts the object into an array.

Converts the object into an array.

Returns

array

Implementation of

ICanBoogie\ToArray::to_array()
public
# offsetSet( mixed $offset, mixed $value )

Implementation of

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

Implementation of

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

Implementation of

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

Implementation of

ArrayAccess::offsetGet()

Magic methods summary

Properties summary

protected integer $targetid
#

Identifier of the target.

Identifier of the target.

protected array $values
#

Values associated with the target.

Values associated with the target.

protected Icybee\Modules\Registry\Model $model
#

Model managing the values.

Model managing the values.

Autodoc API documentation generated by ApiGen 2.8.0