CI_Table::set_empty PHP Method

set_empty() public method

Can be passed as an array or discreet params
public set_empty ( mixed $value ) : CI_Table
$value mixed
return CI_Table
    public function set_empty($value)
    {
        $this->empty_cells = $value;
        return $this;
    }