AbstractType
abstract class AbstractType (View source)
The base type class that all other type classes extend from. It handles low-level functionality that is shared across all type classes.
Methods
__call(string $nodeName, array $args)
Proxy method which forwards requests to an underlying handler.
string
getUnresolvableMessage(string $nodeName)
Gets the standard, pre-formatted message for unresolvable method calls.