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

  • ActivateOperation
  • DeactivateOperation
  • InactivesBlock
  • ManageBlock
  • ManageController
  • Module

Class ManageBlock

A listview element.

ICanBoogie\Object implements ICanBoogie\ToArrayRecursive uses ICanBoogie\ToArrayRecursiveTrait, ICanBoogie\PrototypeTrait
Extended by Brickrouge\Element implements ArrayAccess, IteratorAggregate, Brickrouge\HTMLStringInterface
Extended by Brickrouge\ListView
Extended by Icybee\Modules\Modules\ManageBlock

Direct known subclasses

Icybee\Modules\Modules\InactivesBlock

Namespace: Icybee\Modules\Modules
Located at vendor/icanboogie-modules/modules/lib/blocks/manage.php

Methods summary

protected static
# add_assets( Brickrouge\Document $document )

Adds assets to the document.

Adds assets to the document.

Parameters

$document
Document
$document

Overrides

Brickrouge\Element::add_assets
public
# __construct( Icybee\Modules\Modules\Module $module, array $attributes = array() )

Parameters

$module
string
$type Type of the element, it can be one of the custom types (TYPE_*) or any HTML type.
$attributes
array
$attributes HTML and custom attributes.

Overrides

Brickrouge\ListView::__construct
protected array[]mixed
# get_entries( )

The title and the category of the entries (descriptors) are translated and stored under __i18n_title and __i18n_category respectively. The entries (descriptors) are ordered according to their translated title.

The title and the category of the entries (descriptors) are translated and stored under __i18n_title and __i18n_category respectively. The entries (descriptors) are ordered according to their translated title.

Returns

array[]mixed

Overrides

Brickrouge\ListView::get_entries
protected array[]Element
# render_rows( array $rows )

Renders the specified rows.

Renders the specified rows.

The rows are rendered as an array of Brickrouge\Element instances representing TR elements.

Parameters

$rows
array
$rows

Returns

array[]Element

Overrides

Brickrouge\ListView::render_rows
protected string
# decorate( string $html )

Decorates the specified HTML.

Decorates the specified HTML.

The HTML can be decorated by following attributes:

  • A label defined by the Brickrouge\Element::LABEL special attribute. The Brickrouge\Element::decorate_with_label()

method is used to decorate the HTML with the label.

  • An inline help defined by the Brickrouge\Element::INLINE_HELP special attribute. The

Brickrouge\Element::decorate_with_inline_help() method is used to decorate the HTML with the inline help.

  • A description (or help block) defined by the Brickrouge\Element::DESCRIPTION special attribute. The

Brickrouge\Element::decorate_with_description() method is used to decorate the HTML with the description.

  • A legend defined by the Brickrouge\Element::LEGEND special attribute. The

Brickrouge\Element::decorate_with_label() method is used to decorate the HTML with the legend.

Parameters

$html
string
$html The HTML to decorate.

Returns

string
The decorated HTML.

Overrides

Brickrouge\Element::decorate
protected
# attach_buttons( )
public static
# resolve_module_title( mixed $module_id )
public static
# translate_module_category( array $descriptor )

Methods inherited from Brickrouge\ListView

alter_class_names(), alter_rendered_cells(), columns_to_rows(), get_columns(), render_body(), render_cells(), render_foot(), render_head(), render_inner_html(), resolve_columns()

Methods inherited from Brickrouge\Element

__toString(), add_class(), adopt(), alter_attributes(), alter_dataset(), auto_element_id(), decorate_with_description(), decorate_with_inline_help(), decorate_with_label(), decorate_with_legend(), getIterator(), get_attributes(), get_class(), get_dataset(), get_ordered_children(), handle_assets(), has_class(), lazy_get_id(), offsetExists(), offsetGet(), offsetSet(), offsetUnset(), remove_class(), render(), render_attributes(), render_child(), render_children(), render_class(), render_dataset(), render_inner_html_for_checkbox_group(), render_inner_html_for_radio_group(), render_inner_html_for_select(), render_inner_html_for_textarea(), render_outer_html(), set_class(), set_dataset(), validate()

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

Constants summary

Constants inherited from Brickrouge\ListView

COLUMNS, ENTRIES

Constants inherited from Brickrouge\Element

CHILDREN, DEFAULT_VALUE, DESCRIPTION, GROUP, GROUPS, INLINE_HELP, INNER_HTML, LABEL, LABEL_MISSING, LABEL_POSITION, LEGEND, OPTIONS, OPTIONS_DISABLED, REQUIRED, STATE, TYPE_CHECKBOX, TYPE_CHECKBOX_GROUP, TYPE_RADIO, TYPE_RADIO_GROUP, VALIDATOR, VALIDATOR_OPTIONS, WEIGHT, WIDGET_CONSTRUCTOR

Properties summary

protected mixed $module
#

Properties inherited from Brickrouge\ListView

$columns

Properties inherited from Brickrouge\Element

$auto_element_id, $children, $class_names, $inner_html, $tag_name, $tags, $type

Magic properties inherited from Brickrouge\Element

$class, $dataset, $id

Magic properties inherited from ICanBoogie\Object

$prototype

Autodoc API documentation generated by ApiGen 2.8.0