| Total Complexity | 1 |
| Total Lines | 22 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 20 | abstract class Recommendation extends FluentModel implements RecommendationInterface |
||
| 21 | { |
||
| 22 | // Traits |
||
| 23 | // ========================================================================= |
||
| 24 | |||
| 25 | use RecommendationTrait; |
||
| 26 | |||
| 27 | // Static Methods |
||
| 28 | // ========================================================================= |
||
| 29 | |||
| 30 | // Public Properties |
||
| 31 | // ========================================================================= |
||
| 32 | |||
| 33 | // Public Methods |
||
| 34 | // ========================================================================= |
||
| 35 | |||
| 36 | /** |
||
| 37 | * @inheritdoc |
||
| 38 | */ |
||
| 39 | public function addData($data, string $key) |
||
| 44 |