Home
last modified time | relevance | path

Searched refs:paramsValid (Results 1 – 2 of 2) sorted by relevance

/plugin/findologicxmlexport/
H A Dindex.php14 if ($outputXmlHelper->paramsValid($start, $count, FILTER_VALIDATE_INT)) {
H A DOutputXMLHelper.php65 public function paramsValid($start, $count, $type) function in OutputXMLHelper