dev-master
9999999-devlog changes to domain objects
The Requires
0.2.1
0.2.1.0log changes to domain objects
The Requires
0.2.0
0.2.0.0log changes to domain objects
The Requires
log changes to domain objects
uses doctrine/loggable to log changes to TYPO3.Flow domain objects, (*1)
use Gedmo\Mapping\Annotation as Gedmo;
annotate the class, which should be logged with:, (*2)
@Gedmo\Loggable(logEntryClass="KayStrobach\Logger\Domain\Model\LogEntry")
annotate the property to watch for changes with:, (*3)
@Gedmo\Versioned
This package also contains a controller to view the changes, (*4)
log changes to domain objects
log changes to domain objects
log changes to domain objects