Total Complexity | 5 |
Total Lines | 51 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 0 |
1 | <?php |
||
24 | class AuthorLink extends MetaLink |
||
25 | { |
||
26 | // Constants |
||
27 | // ========================================================================= |
||
28 | |||
29 | const ITEM_TYPE = 'AuthorLink'; |
||
30 | |||
31 | // Static Methods |
||
32 | // ========================================================================= |
||
33 | |||
34 | // Public Properties |
||
35 | // ========================================================================= |
||
36 | |||
37 | // Public Methods |
||
38 | // ========================================================================= |
||
39 | |||
40 | /** |
||
41 | * @inheritdoc |
||
42 | */ |
||
43 | public function init() |
||
44 | { |
||
45 | parent::init(); |
||
46 | } |
||
47 | |||
48 | /** |
||
49 | * @inheritdoc |
||
50 | */ |
||
51 | public function rules() |
||
58 | } |
||
59 | |||
60 | /** |
||
61 | * @inheritdoc |
||
62 | */ |
||
63 | public function prepForRender(&$data): bool |
||
77 |