CI_Table::set_empty PHP 메소드

set_empty() 공개 메소드

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