Class BlockController
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 a BlockDecorator instance.Icybee\BlockController::DECORATE_WITH_ADMIN: Decorate the component with a AdminDecorator instance.Icybee\BlockController::DECORATE_WITH_DOCUMENTDecorate the component with a DocumentDecorator instance.
- ICanBoogie\Routing\Controller
-
Icybee\BlockController
-
Icybee\Modules\Dashboard\BlockController
Namespace: Icybee\Modules\Dashboard
Located at vendor/icanboogie-modules/dashboard/lib/controllers/block.php
Located at vendor/icanboogie-modules/dashboard/lib/controllers/block.php
Methods summary
protected
|
Methods inherited from Icybee\BlockController
__construct(),
__invoke(),
control(),
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