PHP Class BaseReportController

Inheritance: extends Controller
Exibir arquivo Open project: openeyes/openeyes Class Usage Examples

Public Properties

Property Type Description
$assetPath
$assetPathAlias
$form_errors
$items_per_page
$layout
$modulePathAlias

Public Methods

Method Description
accessRules ( )
actionDownloadReport ( )
actionRunReport ( )

Protected Methods

Method Description
beforeAction ( $action )
initPagination ( $model, $criteria = null )
sendCsvHeaders ( $filename )

Method Details

accessRules() public method

public accessRules ( )

actionDownloadReport() public method

actionRunReport() public method

public actionRunReport ( )

beforeAction() protected method

protected beforeAction ( $action )

initPagination() protected method

protected initPagination ( $model, $criteria = null )

sendCsvHeaders() protected method

protected sendCsvHeaders ( $filename )

Property Details

$assetPath public_oe property

public $assetPath

$assetPathAlias public_oe property

public $assetPathAlias

$form_errors public_oe property

public $form_errors

$items_per_page public_oe property

public $items_per_page

$layout public_oe property

public $layout

$modulePathAlias public_oe property

public $modulePathAlias