Action_Helper_Datatable::setHandle PHP Method

setHandle() public method

Set handle
public setHandle ( Closure $handle ) : Action_Helper_Datatable
$handle Closure
return Action_Helper_Datatable
    public function setHandle(Closure $handle)
    {
        $this->handle = $handle;
        // return this for chaining mechanism
        return $this;
    }