|
eZ Publish
[trunk]
|
The class eZContentClassOperations is a place where content class operations are encapsulated. We move them out from eZContentClass because they may content code which is not directly related to content classes (e.g. clearing caches, etc). More...
Static Public Member Functions | |
| static | remove ($classID) |
The class eZContentClassOperations is a place where content class operations are encapsulated. We move them out from eZContentClass because they may content code which is not directly related to content classes (e.g. clearing caches, etc).
Definition at line 19 of file ezcontentclassoperations.php.
| static eZContentClassOperations::remove | ( | $ | classID | ) | [static] |
Removes content class and all data associated with it.
Definition at line 25 of file ezcontentclassoperations.php.
Referenced by eZContentClassPackageHandler\install(), and eZContentClassPackageHandler\uninstall().