partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit 8f12411a7f3f70a2d596cf56d24fb57fecf52a23
parent bde9ba8fa006fc9cc05f7bf94008a8c1410f1db1
Author: Felicitus <felicitus@felicitus.org>
Date:   Sat, 31 Dec 2011 12:37:49 +0100

Added a bit more verbose documentation on what the AbstractManager does

Diffstat:
Msrc/backend/de/RaumZeitLabor/PartKeepr/Manager/AbstractManager.php | 9+++++++++
1 file changed, 9 insertions(+), 0 deletions(-)

diff --git a/src/backend/de/RaumZeitLabor/PartKeepr/Manager/AbstractManager.php b/src/backend/de/RaumZeitLabor/PartKeepr/Manager/AbstractManager.php @@ -6,6 +6,15 @@ use de\RaumZeitLabor\PartKeepr\Util\Singleton, de\RaumZeitLabor\PartKeepr\PartKeepr, de\RaumZeitLabor\PartKeepr\Manager\Exceptions\EntityInUseException; +/** + * The AbstractManager is a very basic helper which + * implements the mostly used operations on entities: + * + * - Create + * - Delete + * - List + * + */ abstract class AbstractManager extends Singleton { /** * Returns the FQCN for the target entity to operate on.