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 df720fa commit 40df8cfCopy full SHA for 40df8cf
src/tureki/PhpCc.php
@@ -235,7 +235,7 @@ private function _exec($str_cmd)
235
236
private function _getArgv($str_file, $filename)
237
{
238
- $opt = $this->_getOptions();
+ $opt = $this->options;
239
240
$str_output = $opt["output_path"].$filename;
241
@@ -259,15 +259,10 @@ private function _getArgv($str_file, $filename)
259
260
private function _getCmd()
261
262
263
264
$str_cmd = $opt['java_file'] . ' -jar ' . $opt['jar_file'];
265
266
return $str_cmd;
267
}
268
-
269
- private function _getOptions()
270
- {
271
- return $this->options;
272
- }
273
0 commit comments