DT_SP_HAS_XML_GROUPING, 'Excluded from XML' => DT_SP_IS_EXCLUDED_FROM_XML, ); /** * Function that returns the labels for the special properties. */ function getPropertyLabels() { return $this->m_SpecialProperties; } /** * Aliases for special properties, if any. */ function getPropertyAliases() { return $this->m_SpecialPropertyAliases; } }