| 1 | <?php |
||
| 4 | class Widget { |
||
| 5 | |||
| 6 | public static $js; |
||
| 7 | public static $css; |
||
| 8 | private static $config; |
||
| 9 | private static $app; |
||
| 10 | private static $view; |
||
| 11 | private static $property; |
||
| 12 | private static $path; |
||
| 13 | private static $uri; |
||
|
|
|||
| 14 | |||
| 15 | public function __construct(){ |
||
| 34 | |||
| 35 | public function __get($name){ |
||
| 39 | |||
| 40 | public function __call($_name,$value){ |
||
| 45 | |||
| 46 | } |
||
| 47 | ?> |
||
| 48 |
This check marks private properties in classes that are never used. Those properties can be removed.