‪TYPO3CMS  ‪main
TYPO3\CMS\Core\Type Namespace Reference

Namespaces

 Bitmask
 
 Exception
 
 File
 
 Icon
 

Classes

class  BitSet
 
class  Enumeration
 
class  Exception
 
class  Map
 
interface  TypeInterface
 

Enumerations

enum  ContextualFeedbackSeverity : int { getCssClass }
 
enum  DocType { isXmlCompliant }
 

Enumeration Type Documentation

◆ ContextualFeedbackSeverity

Enum that contains message severities. It is backed by integer values to keep backwards compatibility to the previous AbstractMessage constants.

Enumerator
getCssClass 
Returns
‪non-empty-string

Definition at line 24 of file ContextualFeedbackSeverity.php.

◆ DocType

Enum defining all kinds of values needed to decide on how render HTML or XML-compliant code parts of the Page Rendering.

Set to HTML5 by default in Frontend and Backend.

Enumerator
isXmlCompliant 
Returns
‪bool true if the specified doctype requires XML Compliance (needed for e.g. self-closing tags, or for the xml:ns attribute).

Definition at line 26 of file DocType.php.