TagHeader
class TagHeader extends AbstractTagParser (View source)
Constants
META_SOAP_HEADERS |
|
META_SOAP_HEADER_NAMES |
|
META_SOAP_HEADER_TYPES |
|
META_SOAP_HEADER_NAMESPACES |
|
Methods
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
Enumeration does not need its own value as meta information, it's like the name for struct attribute.
No description
No description
No description
No description
Details
in AbstractTagParser at line 21
getName()
in AbstractTagParser at line 26
protected
getModel(AbstractTag $tag, string $type = '')
in AbstractTagParser at line 47
protected
getStructByName(string $name)
in AbstractTagParser at line 52
protected
getStructByNameAndType(string $name, string $type)
in AbstractTagParser at line 57
protected
getMethodByName(string $name)
in AbstractTagParser 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.
in AbstractTagParser at line 72
protected
parseTagAttributes(AbstractTag $tag, AbstractModel $model = null, StructAttribute $structAttribute = null)
in AbstractTagParser at line 94
protected
getParseTagAttributeMethod(string $tagName)
in AbstractTagParser at line 107
protected
parseTagAttributeType(AttributeHandler $tagAttribute, AbstractModel $model, StructAttribute $structAttribute = null)
in AbstractTagParser at line 133
protected
parseTagAttributeName()
Avoid the "name" attribute to be added as meta.
in AbstractTagParser at line 137
protected
parseTagAttributeAbstract(AttributeHandler $tagAttribute, AbstractModel $model)
in AbstractTagParser 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.