芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/tblonline.org/vendor/psy/psysh/src/Reflection/ReflectionNamespace.php
name = $name; } /** * Gets the constant name. * * @return string */ public function getName() { return $this->name; } /** * This can't (and shouldn't) do anything :). * * @throws \RuntimeException */ public static function export($name) { throw new \RuntimeException('Not yet implemented because it\'s unclear what I should do here :)'); } /** * To string. * * @return string */ public function __toString() { return $this->getName(); } }