Serialization
class Serialization extends AbstractEnum (View source)
Provides a set of known, allowable serializations of content nodes.
Constants
TEXT |
|
HTML |
|
XHTML |
|
Methods
static bool
hasValue(string $value)
Determines if the value is one of the Enum values of this type.
from AbstractEnum
Details
in AbstractEnum at line 25
static array
introspect()
Introspects the Enum for its values.
in AbstractEnum at line 35
static array
introspectKeys()
Introspects the Enum for its keys.
in AbstractEnum at line 43
static bool
hasValue(string $value)
Determines if the value is one of the Enum values of this type.