ReportDefinition::getXsiTypeName PHP Méthode

getXsiTypeName() public méthode

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