芝麻web文件管理V1.00
编辑当前文件:/home/projzpbv/www/wp-content/plugins/mailpoet/vendor-prefixed/twig/twig/src/Source.php
code = $code; $this->name = $name; $this->path = $path; } public function getCode() : string { return $this->code; } public function getName() : string { return $this->name; } public function getPath() : string { return $this->path; } }