setFunction(function($data) use ($column) { return $data[$column] !== 0; }); $this->setDefault($default); if ($property !== null) { $this->setProperty($property); } } }