Class ProfileController
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_DOCUMENT
Decorate the component with a DocumentDecorator instance.
- ICanBoogie\Routing\Controller
- Icybee\BlockController
- Icybee\Modules\Users\ProfileController
Namespace: Icybee\Modules\Users
Located at vendor/icanboogie-modules/users/lib/controllers/profile.php
Located at vendor/icanboogie-modules/users/lib/controllers/profile.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