1 | <?php |
||
18 | class Links extends AbstractSeries |
||
19 | { |
||
20 | /** |
||
21 | * |
||
22 | * Adds a <link ... > tag to the series. |
||
23 | * |
||
24 | * @param array $attr Attributes for the <link> tag. |
||
25 | * |
||
26 | * @param int $pos The link position in the series. |
||
27 | * |
||
28 | * @return self |
||
29 | * |
||
30 | */ |
||
31 | 1 | public function add(array $attr, $pos = 100) |
|
36 | } |
||
37 |