mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-25 07:41:32 +00:00
implement plugin routing masks, add example plugin
This commit is contained in:
@@ -5576,4 +5576,8 @@
|
||||
return $rc;
|
||||
}
|
||||
|
||||
function implements_interface($class, $interface) {
|
||||
return in_array($interface, class_implements($class));
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user