芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/public_html/invoicer.pulsehost.co.uk/vendor/mockery/UndefinedTargetClass.php
name = $name; } /** * @return class-string */ public function __toString() { return $this->name; } /** * @param class-string $name * @return self */ public static function factory($name) { return new self($name); } /** * @return list
*/ public function getAttributes() { return []; } /** * @return list
*/ public function getInterfaces() { return []; } /** * @return list
*/ public function getMethods() { return []; } /** * @return class-string */ public function getName() { return $this->name; } /** * @return string */ public function getNamespaceName() { $parts = explode('\\', ltrim($this->getName(), '\\')); array_pop($parts); return implode('\\', $parts); } /** * @return string */ public function getShortName() { $parts = explode('\\', $this->getName()); return array_pop($parts); } /** * @return bool */ public function hasInternalAncestor() { return false; } /** * @param class-string $interface * @return bool */ public function implementsInterface($interface) { return false; } /** * @return bool */ public function inNamespace() { return $this->getNamespaceName() !== ''; } /** * @return bool */ public function isAbstract() { return false; } /** * @return bool */ public function isFinal() { return false; } }