mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2026-04-13 13:01:06 +02:00
13 lines
199 B
PHP
13 lines
199 B
PHP
<?php
|
|
class Af_Comics_Template extends Af_ComicFilter {
|
|
|
|
function supported() {
|
|
return ["Example"];
|
|
}
|
|
|
|
function process(&$article) {
|
|
//$owner_uid = $article["owner_uid"];
|
|
|
|
return false;
|
|
}
|
|
} |