1 | <?php |
||
8 | class Binary implements Body |
||
9 | { |
||
10 | private |
||
11 | $body; |
||
12 | |||
13 | 1 | public function __construct($content) |
|
17 | |||
18 | public function format() |
||
22 | |||
23 | 1 | public function changeContent($content) |
|
27 | |||
28 | 1 | public function getContentType() |
|
32 | |||
33 | 1 | public function __toString() |
|
40 | |||
41 | public function decode() |
||
45 | } |
||
46 |