TypeInterface
interface TypeInterface (View source)
The interface that all type classes must implement and respond to.
Methods
string
getAlias(string $nodeName)
Finds the common internal alias for a given method name.
getHandler(string $nodeName, array $args = [])
Get the correct handler for a whitelisted method name.