| Total Complexity | 4 |
| Total Lines | 33 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 8 | class LaravelCryptoStats |
||
| 9 | { |
||
| 10 | use CurrencyManager; |
||
| 11 | |||
| 12 | /** |
||
| 13 | * LaravelCryptoStats buider. |
||
| 14 | */ |
||
| 15 | public function __construct() |
||
| 18 | } |
||
| 19 | |||
| 20 | /** |
||
| 21 | * Dynamically call the method of the API connector instance. |
||
| 22 | * |
||
| 23 | * @param string $method |
||
| 24 | * @param array $parameters |
||
| 25 | * |
||
| 26 | * @return mixed |
||
| 27 | */ |
||
| 28 | public function __call($method, $parameters) |
||
| 43 |