ZfTable icon indicating copy to clipboard operation
ZfTable copied to clipboard

Strict standards on AbstractTable Class

Open greatcloud opened this issue 10 years ago • 3 comments

The Class "AbstractTable" should have the declaration of "initFilters" this way:

protected function initFilters(\Zend\Db\Sql\Select $query){ }

greatcloud avatar Apr 14 '15 23:04 greatcloud

shouldn't because $query realized nor an explicit interface.

olekhy avatar Apr 15 '15 08:04 olekhy

Well, I cloned from repository with composer and until I declared that way; I was getting a warning.

greatcloud avatar Apr 15 '15 15:04 greatcloud

I guess then in the "Base.php" the "initFilters" shouldn't be extended like this:

protected function initFilters(\Zend\Db\Sql\Select $query){ }

greatcloud avatar Apr 15 '15 15:04 greatcloud