Setting::getXsiTypeName PHP Method

getXsiTypeName() public method

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