Class EditController
Returns a decorated block.
The decorate_flags
param is used to specify how the block is to
be decorated. The following flags are defined:
Icybee\BlockController::DECORATE_WITH_BLOCK
: Decorate the component with aIcybee\BlockDecorator
instance.Icybee\BlockController::DECORATE_WITH_ADMIN
: Decorate the component with aIcybee\AdminDecorator
instance.Icybee\BlockController::DECORATE_WITH_DOCUMENT
Decorate the component with aIcybee\DocumentDecorator
instance.
- ICanBoogie\Routing\Controller
- Icybee\BlockController
- Icybee\EditController
Methods summary
Methods inherited from Icybee\BlockController
__construct()
,
__invoke()
,
control()
,
control_permission()
,
decorate()
,
decorate_with_admin()
,
decorate_with_block()
,
decorate_with_document()
,
get_component()
Magic methods summary
Constants summary
Constants inherited from Icybee\BlockController
DECORATE_WITH_ADMIN
,
DECORATE_WITH_BLOCK
,
DECORATE_WITH_DOCUMENT
Properties summary
Properties inherited from Icybee\BlockController
$block_name
,
$decorate_flags
,
$request