AbstractTagParser
class AbstractTagParser extends AbstractParser (View source)
Methods
No description
No description
No description
No description
No description
Most of he time, this method is not used, even if it used, for now, knowing that we are in a schema is not a useful information, so we can simply parse the tag with only the wsdl as parameter.
No description
No description
No description
Avoid the "name" attribute to be added as meta.
No description
Enumeration does not need its own value as meta information, it's like the name for struct attribute.
Details
at line 21
getName()
at line 26
protected
getModel(AbstractTag $tag, string $type = '')
at line 47
protected
getStructByName(string $name)
at line 52
protected
getStructByNameAndType(string $name, string $type)
at line 57
protected
getMethodByName(string $name)
at line 67
protected
parseSchema(Wsdl $wsdl, Schema $schema)
Most of he time, this method is not used, even if it used, for now, knowing that we are in a schema is not a useful information, so we can simply parse the tag with only the wsdl as parameter.
at line 72
protected
parseTagAttributes(AbstractTag $tag, AbstractModel $model = null, StructAttribute $structAttribute = null)
at line 94
protected
getParseTagAttributeMethod(string $tagName)
at line 107
protected
parseTagAttributeType(AttributeHandler $tagAttribute, AbstractModel $model, StructAttribute $structAttribute = null)
at line 133
protected
parseTagAttributeName()
Avoid the "name" attribute to be added as meta.
at line 137
protected
parseTagAttributeAbstract(AttributeHandler $tagAttribute, AbstractModel $model)
at line 145
protected
parseTagAttributeValue(AttributeHandler $tagAttribute, AbstractModel $model)
Enumeration does not need its own value as meta information, it's like the name for struct attribute.