['filter' => FILTER_CALLBACK, 'options' => [self::class, 'checkEmptySet']] ); protected function generate() : void { $pages = VideoMgr::getPages($this->_get['all'], $nPages); $this->result = 'vim_videoPages = '.Util::toJSON($pages).";\n"; $this->result .= 'vim_numPagesFound = '.$nPages.';'; } }