* @author Gediminas Morkevicius * @package Gedmo.Loggable.Mapping * @subpackage Annotations * @link http://www.gediminasm.org * @license MIT License (http://www.opensource.org/licenses/mit-license.php) */ final class Loggable extends Annotation { public $actions = array('create', 'update', 'delete'); }