Newscoop\Controller\Action\Helper\Datatable\ADatatable::setRowHandler PHP Method

setRowHandler() public method

Set row handler
public setRowHandler ( function $p_func ) : Newscoop\Controller\Action\Helper\Datatable\ADatatable
$p_func function
return Newscoop\Controller\Action\Helper\Datatable\ADatatable
    public function setRowHandler($p_func)
    {
        $this->_rowHandler = $p_func;
        return $this;
    }