'o.object_name', 'disabled' => 'o.disabled', 'command' => 'o.command', ]; protected $showColumns = [ 'object_name' => 'Command', 'command' => 'Command line' ]; private $objectType; public function setType($type) { $this->getQuery()->where('object_type = ?', $type); return $this; } protected function applyObjectTypeFilter(ZfSelect $query) { return $query; } }