BaseRichMediaStudioCreative::getNamespace PHP Метод

getNamespace() публичный Метод

Gets the namesapce of this class
public getNamespace ( ) : string
Результат string the namespace of this class
        public function getNamespace()
        {
            return self::WSDL_NAMESPACE;
        }