| 1 | <?php |
||
| 10 | class CloudFrameworkApp extends Singleton |
||
| 11 | { |
||
| 12 | |||
| 13 | /** |
||
| 14 | * @var string |
||
| 15 | */ |
||
| 16 | private $app_name; |
||
| 17 | |||
| 18 | /** |
||
| 19 | * @var \CloudFramework\Tool\ConfigLoader $config |
||
| 20 | */ |
||
| 21 | protected $config; |
||
| 22 | |||
| 23 | |||
| 24 | 1 | public function __construct($name = 'CloudFramework', $configFile = '') |
|
| 28 | |||
| 29 | public function run() |
||
| 33 | } |
||
| 34 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.