PHP Webiny\Component\Rest\Parser Namespace

Classes

Name Description
ClassParser ClassParser parses api class parameters
MethodParser Method parser class parses the method parameters of a api method.
ParameterParser Parameter parser parses the parameters on a api method.
ParsedApi ParsedApi class holds a one or more instances of a ParsedClass.
ParsedClass The result of parsing an api class, including its methods and parameters, is an instance of this class.
ParsedMethod This class contains attributes and settings the MethodParser managed to acquire for a certain api method.
ParsedParameter This class holds properties parsed from a method parameter.
Parser This is the main parser class.
PathTransformations This class builds paths from strings based on different rules.