FeedType
class FeedType extends AbstractEnum (View source)
Provides a set of known, allowable feed types. This is most often used for determining which feed types a particular middleware should apply to.
Constants
ALL |
|
JSON |
|
HTML |
|
XML |
|
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.