ProductType::getXsiTypeName PHP 메소드

getXsiTypeName() 공개 메소드

Gets the xsi:type name of this class
public getXsiTypeName ( ) : string
리턴 string the xsi:type name of this class
        public function getXsiTypeName()
        {
            return self::XSI_TYPE;
        }