string getCacheDir() Gets the cache directory. Return Value string The cache directory
bool hasPropertyMetadata(string $property) Check if there's any metadata attached to the given named property. Parameters string $property The property name. Return Value bool
string getPath() Returns the path of the node. Return Value string The node path
getName($script, $displayLocale = null) Parameters $script $displayLocale
getFunctions()
class ValidatorException extends RuntimeException
ClassMetadata|false read(string $class) Returns the metadata for the given class from the cache. Parameters string $class Class Name Return Value ClassMetadata|false A ClassMetadata instance or false on miss
FormField[] all() Returns the list of field with their value. Return Value FormField[] The list of fields as array((string) Fully qualified name => (mixed) value)
bool getMapped() Returns whether the form should be mapped to an element of its parent's data. Return Value bool Whether the form is mapped
getAttribute($key, $default = null) Parameters $key $default
Page 721 of 787