Setting::getNamespace PHP Method

getNamespace() public method

Gets the namesapce of this class
public getNamespace ( ) : string
return string the namespace of this class
        public function getNamespace()
        {
            return self::WSDL_NAMESPACE;
        }