$method[0]) { if (preg_match("/(get|set)_api_(.*)/", $method[0], $matches)) { $methodsList[] = array($method[0], $reflector, $matches[1], $matches[2], ''); } } $plugins = Plugin::getAllEnabled(); foreach ($plugins as $value) { $p = AVideoPlugin::loadPlugin($value['dirName']); if (class_exists($value['dirName'])) { $class_methods = get_class_methods($value['dirName']); $reflector = new ReflectionClass($value['dirName']); foreach ($class_methods as $key => $method[0]) { if (preg_match("/API_(get|set)_(.*)/", $method[0], $matches)) { $methodsList[] = array($method[0], $reflector, $matches[1], $matches[2], $value['dirName']); } } } } $_page = new Page(array('API')); ?>
You can Click to get notified for the new video uploads with the Webhook in the Notification plugin, Check here for more details
'; echo htmlentities($frm); ?>
getMethod($method[0])->getDocComment(); $comment = str_replace(['{webSiteRootURL}', '{getOrSet}', '{APIPlugin}', '{APIName}', '{APISecret}'], [$global['webSiteRootURL'], $method[2], $method[4], $method[3], $obj->APISecret], $comment); preg_match_all('#\bhttps?://[^,\s()<>]+(?:\([\w\d]+\)|([^,[:punct:]\s]|/))#', $comment, $match2); //var_dump($match2[0]); $link = "" . htmlentities($match2[0][0]) . ""; $comment = str_replace([$match2[0][0], " *"], [$link, "*"], $comment); echo ($comment); ?>