/var/www/vhosts/nabawater/vendor/phpdocumentor/reflection-common/src
NameSizeModeActions
Element.php5610664editdlrm
File.php8230664editdlrm
Fqsen.php18040664editdlrm
Location.php13520664editdlrm
Project.php5330664editdlrm
ProjectFactory.php6390664editdlrm
Edit: /var/www/vhosts/nabawater/vendor/phpdocumentor/reflection-common/src/Fqsen.php (1804B)
fqsen = $fqsen; if (isset($matches[2])) { $this->name = $matches[2]; } else { $matches = explode('\\', $fqsen); $this->name = trim(end($matches), '()'); } } /** * converts this class to string. * * @return string */ public function __toString() { return $this->fqsen; } /** * Returns the name of the element without path. * * @return string */ public function getName() { return $this->name; } }