Setting::getXsiTypeName PHP Méthode

getXsiTypeName() public méthode

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