| Total Complexity | 3 |
| Total Lines | 52 |
| Duplicated Lines | 0 % |
| Coverage | 96% |
| Changes | 0 | ||
| 1 | <?php |
||
| 9 | class Subscription extends PhalconSubscription |
||
| 10 | { |
||
| 11 | public $apps_plans_id = 0; |
||
| 12 | |||
| 13 | /** |
||
| 14 | * Initialize |
||
| 15 | * |
||
| 16 | * @return void |
||
| 17 | */ |
||
| 18 | 2 | public function initialize() |
|
| 41 | ); |
||
| 42 | 2 | } |
|
| 43 | |||
| 44 | /** |
||
| 45 | * Get the active subscription for this company app |
||
| 46 | * |
||
| 47 | * @return void |
||
| 48 | */ |
||
| 49 | 1 | public static function getActiveForThisApp() : Subscription |
|
| 63 |