| 1 | <?php |
||
| 15 | class FontAwesomeCssLink extends ComponentBase |
||
| 16 | { |
||
| 17 | const NAME = 'fontAwesomeCssLink'; |
||
| 18 | |||
| 19 | /** |
||
| 20 | * Returns information about this component, including name and description |
||
| 21 | */ |
||
| 22 | public function componentDetails(): array |
||
| 29 | |||
| 30 | /** |
||
| 31 | * Query the tag and posts belonging to it |
||
| 32 | */ |
||
| 33 | public function onRun() |
||
| 43 | } |
||
| 44 |