| Total Complexity | 2 |
| Total Lines | 30 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 25 | trait ServicesTrait |
||
| 26 | { |
||
| 27 | // Public Methods |
||
| 28 | // ========================================================================= |
||
| 29 | |||
| 30 | /** |
||
| 31 | * @inheritdoc |
||
| 32 | */ |
||
| 33 | public function __construct($id, $parent = null, array $config = []) |
||
| 44 | } |
||
| 45 | |||
| 46 | /** |
||
| 47 | * Returns the helper service |
||
| 48 | * |
||
| 49 | * @return ProfileService The profile service |
||
| 50 | * @throws InvalidConfigException |
||
| 51 | */ |
||
| 52 | public function getProfile(): ProfileService |
||
| 57 |