Parser
interface Parser (View source)
Parser interface for converting reflection/stub data into domain models
Methods
bool
canParse(T $object)
Check if this parser can handle the given object
mixed
parse(T $object)
Parse an object into a domain model
Details
bool
canParse(T $object)
Check if this parser can handle the given object
mixed
parse(T $object)
Parse an object into a domain model