PhpCMSng\Core\Test\TestCase
* new Method getIteratorOverAllSources()
PhpCMSng\Content\TemplateParser
* implements over the PhpCMSng\Content\AbstractTemplateParser EventHandlerAwareInterface, ParserAwareInterface
* EventHandling optimized
* FIXED the double use of TEMPLATEPARSER_PRE_PARSE_LINE and TEMPLATEPARSER_POST_PARSE_LINE
PhpCMSng\Plugin\Interfaces\PluginInterface
PhpCMSng\Content\MenuDataParser\MenuLevel
* refactor of PhpCMSng\Core\Cache\CacheInformationAwareInterface to PhpCMSng\Core\Interfaces\CacheInformationAwareInterface
PhpCMSng\Core\ParserTest
* remove of teh testGetEventData(), will be tested laite in the tests for the PhpCMSng\Core\Traits\EventHandlerAwareTrait
PhpCMSng\Core\Parser
* implements now PhpCMSng\Core\Interfaces\EventHandlerAwareInterface
* use of PhpCMSng\Core\Traits\EventHandlerAwareTrait implements
* add destructor for automated clean up
* must implemented in detail
PhpCMSng\Core\PageCacheHandler
* implements EventHandlerAwareInterface, ParserAwareInterface
* use of PhpCMSng\Core\Traits\EventHandlerAwareTrait implements
* EventHandling optimized
* add some new method stubs
PhpCMSng\Content\MenuTemplateParser
PhpCMSng\Content\MenuDataParser
* implements over the PhpCMSng\Content\AbstractTemplateParser EventHandlerAwareInterface, ParserAwareInterface
* EventHandling optimized
PhpCMSng\Core\EventHandler
* registerForEvent() is implemented now and have a Unittest
* FIX: releaseEvent() and have a Unittest
* implements ParserAwareInterface
PhpCMSng\Core\EventHandler\EventEnum
* renumbering
* some renaming
* lot of documentation
PhpCMSng\Content\ContentParser
* implements now PhpCMSng\Core\Interfaces\EventHandlerAwareInterface
* use of PhpCMSng\Core\Traits\EventHandlerAwareTrait implements
* implements now ParserAwareInterface
* refactor Event handlig
PhpCMSng\Core\Interfaces\CacheInformationAwareInterface
PhpCMSng\Core\Cache\CacheInformationAwareInterface
* refactor of PhpCMSng\Core\Cache\CacheInformationAwareInterface to PhpCMSng\Core\Interfaces\CacheInformationAwareInterface
PhpCMSng\Content\AbstractTemplateParser
* implements now PhpCMSng\Core\Interfaces\EventHandlerAwareInterface
* use of PhpCMSng\Core\Traits\EventHandlerAwareTrait implements
* implements now ParserAwareInterface
* add release event for _loadFile()
* uses static::EVENT_PRE_LOAD_TEMPLATE to exchange the correct EventId
NEW: PhpCMSng\Core\EventHandlerTest
* registerEvent
* releaseEvent
NEW: PhpCMSng\Core\Interfaces\ParserAwareInterface
NEW: PhpCMSng\Core\Traits\EventHandlerAwareTrait implements all Methods needed for PhpCMSng\Core\Interfaces\EventHandlerAwareInterface
NEW: PhpCMSng\Core\Interfaces\EventHandlerAwareInterface
NEW: PhpCMSng\Core\EventHandler\EventEnumTest
* test if every EventId is unique
* test if every EventId is used