| 1 | <?php |
||
| 21 | class MimeParts extends AbstractCollection implements CollectionInterface |
||
| 22 | { |
||
| 23 | |||
| 24 | /** |
||
| 25 | * @param MimePartInterface $part |
||
| 26 | * |
||
| 27 | * @return $this|MimeParts |
||
| 28 | */ |
||
| 29 | 6 | public function add(MimePartInterface $part) |
|
| 34 | |||
| 35 | /** |
||
| 36 | * {@inheritdoc} |
||
| 37 | * @codeCoverageIgnore |
||
| 38 | */ |
||
| 39 | public function offsetSet($offset, $value) |
||
| 43 | } |