| 1 | <?php |
||
| 10 | class Not implements SpecificationInterface |
||
| 11 | { |
||
| 12 | /** |
||
| 13 | * @var SpecificationInterface |
||
| 14 | */ |
||
| 15 | private $spec; |
||
| 16 | |||
| 17 | public function __construct(SpecificationInterface $spec) |
||
| 21 | |||
| 22 | /** |
||
| 23 | * @inheritdoc |
||
| 24 | */ |
||
| 25 | public function isSatisfiedByEvent(CultureFeed_Cdb_Item_Event $event) |
||
| 29 | } |
||
| 30 |