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