1 | <?php declare(strict_types=1); |
||
16 | class Category extends \FeedIo\Rule\Category |
||
17 | { |
||
18 | |||
19 | /** |
||
20 | * @param NodeInterface $node |
||
21 | * @param \DOMElement $element |
||
22 | */ |
||
23 | 3 | public function setProperty(NodeInterface $node, \DOMElement $element) : void |
|
32 | |||
33 | /** |
||
34 | * @param \DomDocument $document |
||
35 | * @param CategoryInterface $category |
||
36 | * @return \DomElement |
||
37 | */ |
||
38 | 3 | public function createCategoryElement(\DomDocument $document, CategoryInterface $category) : \DOMElement |
|
47 | |||
48 | /** |
||
49 | * Sets the attribute only if the value is not emtpy |
||
50 | * @param DomElement $element |
||
51 | * @param string $name |
||
52 | * @param [type] $value |
||
|
|||
53 | */ |
||
54 | 3 | protected function setNonEmptyAttribute(\DomElement $element, string $name, string $value = null) : void |
|
60 | } |
||
61 |
This check marks PHPDoc comments that could not be parsed by our parser. To see which comment annotations we can parse, please refer to our documentation on supported doc-types.