getNamespace() public method

Get namespace option value
public getNamespace ( ) : string
return string
 /**
  * Gets the optionNamespacePrefix value
  * @return string
  */
 public function getOptionNamespacePrefix()
 {
     return $this->options->getNamespace();
 }