/home/techb158/ileadtechnology.com/SSM/vendor/psy/psysh/src/Reflection
NameSizeModeActions
ReflectionClassConstant.php51960644editdlrm
ReflectionConstant.php7450644editdlrm
ReflectionConstant_.php37680644editdlrm
ReflectionLanguageConstruct.php34200644editdlrm
ReflectionLanguageConstructParameter.php21610644editdlrm
ReflectionNamespace.php10910644editdlrm
Edit: /home/techb158/ileadtechnology.com/SSM/vendor/psy/psysh/src/Reflection/ReflectionNamespace.php (1091B)
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(); } }