/var/www/vhosts/ihelp.ro/httpdocs/vendor/psy/psysh/src/Reflection
NameSizeModeActions
ReflectionClassConstant.php51560644editdlrm
ReflectionConstant.php7460644editdlrm
ReflectionConstant_.php37050644editdlrm
ReflectionLanguageConstruct.php35080644editdlrm
ReflectionLanguageConstructParameter.php25170644editdlrm
ReflectionNamespace.php11140644editdlrm
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/psy/psysh/src/Reflection/ReflectionNamespace.php (1114B)
name = $name; } /** * Gets the constant name. * * @return string */ public function getName(): string { 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(): string { return $this->getName(); } }