ReflectionClass::getNamespaceName
( excerpt from http://php.net/manual/en/reflectionclass.functionabstract.php )
public function getNamespaceName(): string;
Gets the namespace name.
Returns
string
- The namespace name.
( excerpt from http://php.net/manual/en/reflectionclass.functionabstract.php )
public function getNamespaceName(): string;
Gets the namespace name.
string
- The namespace name.