Represents a name/value pair part of a header.
- author Zaahid Bateson
CloneableInstantiable
| Methods |
| public __construct(Psr\Log\LoggerInterface $logger, ZBateson |
| public getName() : string Returns the name of the name/value part. |
| Properties |
protected string $name
|
| Methods |
| protected getNameFromParts(array $parts) : string Creates the string 'name' representation of this part constructed from the child name parts passed to it.
|
| protected validate() : void |