\EdumapBlocksController

Blocks Controller

Add your application-wide methods in the class below, your controllers will inherit them.

Summary

Methods
Properties
Constants
initEdumap()
initTabs()
beforeFilter()
index()
add()
edit()
delete()
$components
$uses
$layout
$helpers
No constants found
No protected methods found
No protected properties found
N/A
__parseRequestData()
No private properties found
N/A

Properties

$components

$components : array

use components

Type

array

$uses

$uses : array

use models

Type

array

$layout

$layout : array

layout

Type

array

$helpers

$helpers : array

use helpers

Type

array

Methods

initEdumap()

initEdumap(array  $contains = array()) : boolean

initEdumap

Parameters

array $contains

Optional result sets

Returns

boolean —

True on success, False on failure

initTabs()

initTabs(string  $mainActiveTab, string  $blockActiveTab) : void

initTabs

Parameters

string $mainActiveTab

Main active tab

string $blockActiveTab

Block active tab

beforeFilter()

beforeFilter() : void

beforeFilter

index()

index() : void

index

add()

add() : void

add

edit()

edit() : void

edit

delete()

delete() : void

delete

Throws

\BadRequestException

__parseRequestData()

__parseRequestData() : array

Parse data from request

Returns

array