Property | Type | Description | |
---|---|---|---|
$viewPath | string | Script used for rendering |
Property | Type | Description | |
---|---|---|---|
$_hasDataMap | boolean | Inner flag for data mapping columns set/unset | |
$_outputObject | Zend_View |
Method | Description | |
---|---|---|
__toString ( ) | ||
buildColumnDefs ( ) | N-a sti nimeni | |
dispatch ( $p_params = null, $p_cols = null, $p_options = null ) | ||
init ( Newscoop\Controller\Action\Helper\Datatable\Adapter\IAdapter $p_adapter = null ) : Action_Helper_GenericDatatable | Init | |
setBody ( string $p_columnProperty, array $p_values = [] ) : Action_Helper_GenericDatatable | Set body properties | |
setClasses ( array $p_values = [] ) : Action_Helper_GenericDatatable | Set header style classes | |
setDataMap ( array $p_values = [] ) : Action_Helper_GenericDatatable | Set data mapping | |
setHeader ( string $p_columnProperty, array $p_values = [] ) : Action_Helper_GenericDatatable | Set header properties | |
setParams ( $p_params ) | ||
setSorting ( array $p_sorting = [] ) : Action_Helper_GenericDatatable | Set sorting columns | |
setWidths ( array | boolean $p_widths = false ) : Action_Helper_GenericDatatable | Set custom widths |
public init ( Newscoop\Controller\Action\Helper\Datatable\Adapter\IAdapter $p_adapter = null ) : Action_Helper_GenericDatatable | ||
$p_adapter | Newscoop\Controller\Action\Helper\Datatable\Adapter\IAdapter | |
return | Action_Helper_GenericDatatable |
public setClasses ( array $p_values = [] ) : Action_Helper_GenericDatatable | ||
$p_values | array | |
return | Action_Helper_GenericDatatable |
public setDataMap ( array $p_values = [] ) : Action_Helper_GenericDatatable | ||
$p_values | array | |
return | Action_Helper_GenericDatatable |
public setSorting ( array $p_sorting = [] ) : Action_Helper_GenericDatatable | ||
$p_sorting | array | |
return | Action_Helper_GenericDatatable |
protected bool $_hasDataMap | ||
return | boolean |