芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/myvyralapp.com/bck/vendor/mockery/mockery/library/Mockery/MethodCall.php
method = $method; $this->args = $args; } public function getMethod() { return $this->method; } public function getArgs() { return $this->args; } }