init without trunk
This commit is contained in:
parent
ed24ac4994
commit
bb809e7233
14652 changed files with 177862 additions and 94817 deletions
20
vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/Loggable.php
vendored
Normal file
20
vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/Annotation/Loggable.php
vendored
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<?php
|
||||
|
||||
namespace Gedmo\Mapping\Annotation;
|
||||
|
||||
use Doctrine\Common\Annotations\Annotation;
|
||||
|
||||
/**
|
||||
* Loggable annotation for Loggable behavioral extension
|
||||
*
|
||||
* @Annotation
|
||||
* @Target("CLASS")
|
||||
*
|
||||
* @author Gediminas Morkevicius <gediminas.morkevicius@gmail.com>
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
final class Loggable extends Annotation
|
||||
{
|
||||
/** @var string */
|
||||
public $logEntryClass;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue