Header container representing the start line of a uu-encoded part.
The line may contain a unix file mode and a filename.
- author Zaahid Bateson
CloneableInstantiableIterable
- Extends
- Implements
IteratorAggregate Traversable ZBateson \MailMimeParser \IErrorBag
Methods |
public getFilename() : ?string Returns the filename included in the uuencoded 'begin' line for this part. |
public getUnixFileMode() : ?int Returns the file mode included in the uuencoded 'begin' line for this part. |
public setFilename(string $filename) : static Sets the filename included in the uuencoded 'begin' line. |
public setUnixFileMode(int $mode) : static Sets the unix file mode for the uuencoded 'begin' line. |
Properties |
protected ?string $filename = NULL
|
protected ?int $mode = NULL
|
Methods |