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
  • AvailableSitesBlock
  • ConfigBlock
  • ConfigOperation
  • DeactivateOperation
  • DeleteBlock
  • DeleteOperation
  • EditBlock
  • Hooks
  • IsUniqueOperation
  • LoginComboElement
  • LoginForm
  • LoginOperation
  • LogoutOperation
  • ManageBlock
  • Model
  • Module
  • OwnershipResolver
  • PermissionResolver
  • ProfileController
  • QueryOperationOperation
  • SaveOperation
  • UnlockLoginOperation
  • Update20131021
  • User
  • ViewProvider

Interfaces

  • OwnershipResolverInterface
  • PermissionResolverInterface

Traits

  • LoggedAtProperty

Exceptions

  • WebsiteAdminNotAccessible

Class EditBlock

A block to edit users.

ICanBoogie\Object implements ICanBoogie\ToArrayRecursive uses ICanBoogie\ToArrayRecursiveTrait, ICanBoogie\PrototypeTrait
Extended by Icybee\FormBlock
Extended by Icybee\EditBlock
Extended by Icybee\Modules\Users\EditBlock

Direct known subclasses

Icybee\Modules\Members\EditBlock

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

Methods summary

protected static
# add_assets( Brickrouge\Document $document )

Adds assets to the document.

Adds assets to the document.

The method doesn't add any asset.

Parameters

$document
Brickrouge\Document
$document

Overrides

Icybee\EditBlock::add_assets
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

Overrides

Icybee\EditBlock::get_permission
protected array
# lazy_get_attributes( )

Adds the following:

Adds the following:

  • The name of the operation: save.
  • The key of the operation: The key provided during construct.
  • The admin element group.

Returns

array

Overrides

Icybee\EditBlock::lazy_get_attributes
protected array
# lazy_get_children( )

Returns the children of the Brickrouge\Form element.

Returns the children of the Brickrouge\Form element.

The method returns the children defined in the initial attributes or an empty array if they were not defined.

Returns

array

Overrides

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

Adds the save mode checkbox group of the actions as well as the action bar.

Adds the save mode checkbox group of the actions as well as the action bar.

Parameters

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

Returns

array

Overrides

Icybee\EditBlock::alter_actions
protected
# create_control_for_role( )
protected Brickrouge\Element
# create_control_for_name_as( )

Returns the control element for the name_as param.

Returns the control element for the name_as param.

Returns

Brickrouge\Element
protected
# create_control_for_restricted_sites_ids( )

Methods inherited from Icybee\EditBlock

__construct(), access_control(), alter(), 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_record(), lazy_get_values(), render()

Methods inherited from Icybee\FormBlock

__toString(), alter_attributes(), alter_children(), alter_values(), lazy_get_element()

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\EditBlock

$key

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