We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6609340 commit 714360dCopy full SHA for 714360d
src/JasperPHP.php
@@ -38,15 +38,6 @@ public function __construct()
38
$this->windows = strtoupper(substr(PHP_OS, 0, 3)) === 'WIN' ? true : false;
39
}
40
41
- public static function __callStatic($method, $parameters)
42
- {
43
- // Create a new instance of the called class, in this case it is Post
44
- $model = get_called_class();
45
-
46
- // Call the requested method on the newly created object
47
- return call_user_func_array(array(new $model, $method), $parameters);
48
- }
49
50
/**
51
* @param $input_file
52
* @param bool $output_file
0 commit comments