Copied!

Represents a single parsed part of a header line's value.

For header values with multiple parts, for instance a list of addresses, each
address would be parsed into a single part.

AbstractInterface
Methods
public abstract __toString() : string
 

Returns the value of the part (which is a string).

  • return string The value
public abstract getValue() : ?string
 

Returns the part's value.

  • return string The value of the part
© 2023 Bruce Wells
Search Namespaces \ Classes
Configuration