芝麻web文件管理V1.00
编辑当前文件:/home/rejoandoctor/public_html/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt/PropertyProperty.php
attributes = $attributes; $this->name = \is_string($name) ? new Node\VarLikeIdentifier($name) : $name; $this->default = $default; } public function getSubNodeNames() : array { return ['name', 'default']; } public function getType() : string { return 'Stmt_PropertyProperty'; } }