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 ConfigBlock

Base class for configuration blocks.

ICanBoogie\Object implements ICanBoogie\ToArrayRecursive uses ICanBoogie\ToArrayRecursiveTrait, ICanBoogie\PrototypeTrait
Extended by Icybee\FormBlock
Extended by Icybee\ConfigBlock

Direct known subclasses

Icybee\Modules\Comments\ConfigBlock, Icybee\Modules\Contents\ConfigBlock, Icybee\Modules\Files\ConfigBlock, Icybee\Modules\Search\ConfigBlock

Abstract
Namespace: Icybee
Located at vendor/icybee/icybee/lib/blocks/config.php

Methods summary

public Brickrouge\Form
# render( )

Renders the block into a Brickrouge\Form element.

Renders the block into a Brickrouge\Form element.

The method invokes the Icybee\FormBlock::alter() method to alter the attribute for the Brickrouge\Form element, and invokes the Icybee\FormBlock::alter_element() method to alter the Brickrouge\Form element with the following properties:

  • module: The module creating the block.
  • attributes: The attributes of the Brickrouge\Form element.
  • actions: The actions of the Brickrouge\Form element.
  • children: The children of the Brickrouge\Form element.
  • values: The values of the Brickrouge\Form element.

Returns

Brickrouge\Form

Overrides

Icybee\FormBlock::render
protected boolean
# get_permission( )

Returns whether the user has permission to display this block.

Returns whether the user has permission to display this block.

Returns

boolean
protected
# access_control( )

Controls the access to the block.

Controls the access to the block.

Throws

Exception
if the used has no permission to access the block.
protected array
# lazy_get_attributes( )

Add the operation name Icybee\Module::OPERATION_CONFIG.

Add the operation name Icybee\Module::OPERATION_CONFIG.

Returns

array

Overrides

Icybee\FormBlock::lazy_get_attributes
protected array
# alter_actions( array $actions, array $params )

Alters the actions for the Brickrouge\Form element.

Alters the actions for the Brickrouge\Form element.

The method returns the actions as is.

Parameters

$actions
array
$actions The actions to alter.
$params
array
$params The alter parameters.

Returns

array

Overrides

Icybee\FormBlock::alter_actions
protected array
# alter_values( array $values, array $params )

Alerts the values for the Brickrouge\Form element.

Alerts the values for the Brickrouge\Form element.

The method returns the values as is.

Parameters

$values
array
$values The values to alter.
$params
array
$params The alter parameters.

Returns

array

Overrides

Icybee\FormBlock::alter_values

Methods inherited from Icybee\FormBlock

__construct(), __toString(), add_assets(), alter(), alter_attributes(), alter_children(), alter_element(), fire_alter_actions(), fire_alter_attributes(), fire_alter_children(), fire_alter_values(), fire_before_alter_actions(), fire_before_alter_attributes(), fire_before_alter_children(), fire_before_alter_values(), lazy_get_actions(), lazy_get_children(), lazy_get_element(), lazy_get_values()

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 Icybee\FormBlock

$initial_attributes, $module

Magic properties inherited from Icybee\FormBlock

$actions, $attributes, $element, $values

Magic properties inherited from ICanBoogie\Object

$prototype

Autodoc API documentation generated by ApiGen 2.8.0