| 1 | <?php |
||
| 20 | class ContentMapper |
||
| 21 | { |
||
| 22 | /** |
||
| 23 | * @var ContentObject |
||
| 24 | */ |
||
| 25 | public $contentObject; |
||
| 26 | |||
| 27 | /** |
||
| 28 | * @param ContentObject $contentObject |
||
| 29 | */ |
||
| 30 | 6 | public function __construct(ContentObject $contentObject) |
|
| 34 | |||
| 35 | /** |
||
| 36 | * @param Content $content |
||
| 37 | */ |
||
| 38 | 6 | public function contentToObject(Content $content) |
|
| 48 | |||
| 49 | public function setAfterUpdateProperties(array $properties) |
||
| 55 | } |
||
| 56 |