getNamespaceName() public method

Get the "namespace" name of the class (e.g. for A\B\Foo, this will return "A\B").
public getNamespaceName ( ) : string
return string
 /**
  * {@inheritDoc}
  */
 public function getNamespaceName()
 {
     return $this->betterReflectionClass->getNamespaceName();
 }