1 | <?php |
||
15 | class EntityDocumentSaver { |
||
16 | |||
17 | /** |
||
18 | * @var RevisionSaver |
||
19 | */ |
||
20 | private $revisionSaver; |
||
21 | |||
22 | public function __construct( RevisionSaver $revisionSaver ) { |
||
25 | |||
26 | /** |
||
27 | * @since 0.7 |
||
28 | * |
||
29 | * @param EntityDocument $entityDocument |
||
30 | * @param EditInfo $editInfo |
||
31 | * |
||
32 | * @return EntityDocument |
||
33 | */ |
||
34 | public function save( EntityDocument $entityDocument, EditInfo $editInfo ) { |
||
37 | |||
38 | } |
||
39 |