1 | <?php |
||
29 | class Sandbox |
||
30 | { |
||
31 | /** |
||
32 | * Include a target file and control error handling |
||
33 | * |
||
34 | * @param string $file File name with full path |
||
35 | * |
||
36 | * @return boolean |
||
37 | **/ |
||
|
|||
38 | |||
39 | public static function full($file) |
||
60 | |||
61 | /** |
||
62 | * Include a target file without error handling |
||
63 | * |
||
64 | * @param string $file File name with full path |
||
65 | * |
||
66 | * @return boolean |
||
67 | **/ |
||
68 | |||
69 | public static function light($file) |
||
87 | } |
||
88 |