]> git.immae.eu Git - github/wallabag/wallabag.git/blob - src/Wallabag/CoreBundle/Entity/IgnoreOriginRuleInterface.php
eb865a3a093e1f80aa3525b2e2f4f1039ee2c6b2
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Entity / IgnoreOriginRuleInterface.php
1 <?php
2
3 namespace Wallabag\CoreBundle\Entity;
4
5 interface IgnoreOriginRuleInterface
6 {
7 public function getId();
8
9 public function setRule(string $rule);
10
11 public function getRule();
12 }