ObjectsTable: style
This commit is contained in:
parent
4a070d5ba7
commit
73227bda0f
|
@ -170,10 +170,10 @@ class ObjectsTable extends ZfQueryBasedTable
|
|||
return $tr;
|
||||
}
|
||||
|
||||
protected function getRowClasses()
|
||||
{
|
||||
return [];
|
||||
}
|
||||
protected function getRowClasses($row)
|
||||
{
|
||||
return [];
|
||||
}
|
||||
|
||||
protected function applyObjectTypeFilter(ZfSelect $query)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue