Simple LOAD Plugins with Cachetype STATIC are running!
NEW: PhpCMSng\Plugin\PluginHandler\AddResult
* Helper Container class
PhpCMSng\Core\Cache\CacheInformation
* ADD Method: isAllowedCacheType
PhpCMSng\Content\ContentParser
* ADD implementation of: CacheInformationAwareInterface
* IMPLEMENTED: _addPlugin
* set the CacheInformation
PhpCMSng\Content\ContentParserTest
* ADD Test: testPluginTypeLoadField
* includes a simple load plugin
* ADD Test: testPluginTypeLoadFieldAccessToParser
* includes a simple load plugin which test the acces to the parser object (Plugin API)
PhpCMSng\Core\DefaultHandler
* NEW Constant: DEFAULT_GLOBAL_PLUGINDIR
PhpCMSng\Content\FieldParser\FieldData
* NEW Method: setParam
PhpCMSng\Plugin\PluginLoader
* tested and working
PhpCMSng\Plugin\PluginHandler
* ADD implementation of: CacheInformationAwareInterface
* ADD implementation of: ParserAwareInterface
* REMOVED: addContentPluginByParams -> we will only use addContentPluginByField
* NEW Method: addContentPluginByFieldData
* _executeByField()( execute a Plugin defined by a Field
* only the TYPE: EXECUTION_TYPE_LOAD is implemented and Tested until now
PhpCMSng\Content\TagHandler
* add a new DEFAULT tag: TAG_PLUGINDIR