Logo
Explore Help
Sign In
pierre/wallabag
1
0
Fork 0
You've already forked wallabag
forked from wallabag/wallabag
Code Issues Pull Requests Packages Projects Releases 1 Wiki Activity
Files
cd731a9520f70c9ff5760b05dfba5238318f3ce7
wallabag/src/Entity/IgnoreOriginRuleInterface.php

13 lines
180 B
PHP
Raw Normal View History

Add IgnoreOriginRule-related entities, db migration, update config Add IgnoreOriginUserRule for user-defined rules and IgnoreOriginInstanceRule for system-wide rules. Add an interface for these two new entities. Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
2019-06-23 22:13:06 +02:00
<?php
Remove the CoreBundle namespace
2024-02-19 01:30:12 +01:00
namespace Wallabag\Entity;
Add IgnoreOriginRule-related entities, db migration, update config Add IgnoreOriginUserRule for user-defined rules and IgnoreOriginInstanceRule for system-wide rules. Add an interface for these two new entities. Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
2019-06-23 22:13:06 +02:00
interface IgnoreOriginRuleInterface
{
public function getId();
public function setRule(string $rule);
public function getRule();
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.0 Page: 119ms Template: 4ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API