|
| | BlobAccessException.php |
| | Exception representing a failure to look up a revision.
|
| |
| | BlobStore.php |
| | Service for loading and storing data blobs.
|
| |
| | BlobStoreFactory.php |
| | This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
|
| |
| | DerivedPageDataUpdater.php |
| | A handle for managing updates for derived page data on edit, import, purge, etc.
|
| |
| | EditResult.php |
| | Object for storing information about the effects of an edit.
|
| |
| | EditResultBuilder.php |
| | Builder class for the EditResult object.
|
| |
| | EditResultCache.php |
| | This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
|
| |
| | NameTableAccessException.php |
| | Exception representing a failure to look up a row from a name table.
|
| |
| | NameTableStore.php |
| | This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
|
| |
| | NameTableStoreFactory.php |
| | This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
|
| |
| | PageEditStash.php |
| | This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
|
| |
| | PageUpdateException.php |
| | Exception representing a failure to update a page entry.
|
| |
| | PageUpdater.php |
| | Controller-like object for creating and updating pages by creating new revisions.
|
| |
| | PageUpdaterFactory.php |
| | A factory for DerivedPageDataUpdater instances.
|
| |
| | PreparedUpdate.php |
| |
| | RevertedTagUpdate.php |
| | This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
|
| |
| | RevertedTagUpdateManager.php |
| | This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
|
| |
| | RevisionSlotsUpdate.php |
| | Value object representing a modification of revision slots.
|
| |
| | SqlBlobStore.php |
| | Service for storing and loading data blobs representing revision content.
|
| |