Setting::getNamespace PHP Méthode

getNamespace() public méthode

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