| 1 | <?php |
||
| 28 | class Citation extends StyleElement |
||
| 29 | { |
||
| 30 | |||
| 31 | private $node; |
||
| 32 | |||
| 33 | /** |
||
| 34 | * Citation constructor. |
||
| 35 | * @param \SimpleXMLElement $node |
||
| 36 | */ |
||
| 37 | public function __construct(\SimpleXMLElement $node) |
||
| 42 | |||
| 43 | /** |
||
| 44 | * @param array|DataList $data |
||
| 45 | * @param int|null $citationNumber |
||
| 46 | * @return string |
||
| 47 | */ |
||
| 48 | public function render($data, $citationNumber = null) |
||
| 53 | |||
| 54 | } |