|
eZ Publish
[4.2]
|
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 42 of file ezcontentclassoperations.php.
| static eZContentClassOperations::remove | ( | $ | classID | ) | [static] |
Removes content class and all data associated with it.
Definition at line 48 of file ezcontentclassoperations.php.
Referenced by eZContentClassPackageHandler\install(), and eZContentClassPackageHandler\uninstall().