| Total Complexity | 5 |
| Total Lines | 36 |
| Duplicated Lines | 0 % |
| Changes | 11 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 14 | class InsightsWidget extends \craft\base\Widget |
||
| 15 | { |
||
| 16 | // Public Methods |
||
| 17 | // ========================================================================= |
||
| 18 | |||
| 19 | /** |
||
| 20 | * @inheritdoc |
||
| 21 | */ |
||
| 22 | public static function displayName(): string |
||
| 25 | } |
||
| 26 | |||
| 27 | /** |
||
| 28 | * @inheritdoc |
||
| 29 | */ |
||
| 30 | public static function icon() |
||
| 31 | { |
||
| 32 | return Craft::getAlias('@dukt/facebook/icons/like.svg'); |
||
|
|
|||
| 33 | } |
||
| 34 | |||
| 35 | /** |
||
| 36 | * @inheritdoc |
||
| 37 | */ |
||
| 38 | public function getBodyHtml() |
||
| 50 | } |
||
| 51 | } |