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