资 源 简 介
ymcLibrary for eZ Publish
Overview
ymcLibrary for eZ Publish adds functionality aimed at developers:
ymcCLIScript: Introduces an object wrapper for scripts providing transaction support to safely interrupt scripts via POSIX signals.
ymcEZeasy: A comfortable interface providing static methods to execute standard ez Publish routines without kernel know how.
ymcEZeasyHandlers: Introduces a handler system that can plug in custom code before or after operations triggered by ymcEZeasy facade.
ymcNullObject: A generic NULL object that can be returned and tested again, without provoking fatal errors, as it would be the case with plain NULL values.
ymcObjectChecks: A collection of static methods to check variables against several types. Includes debug logging.
ymcSamePersitentObject: Provides a simple identity map for all eZPersistentObject classes.
ymcSimpleAttributeClass: Provides a simplified way t