ApplicationException::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;
        }