TreeLeft.php 456 B

123456789101112131415161718192021
  1. <?php
  2. namespace Gedmo\Mapping\Annotation;
  3. use Doctrine\Common\Annotations\Annotation;
  4. /**
  5. * TreeLeft annotation for Tree behavioral extension
  6. *
  7. * @Annotation
  8. *
  9. * @author Gediminas Morkevicius <gediminas.morkevicius@gmail.com>
  10. * @package Gedmo.Mapping.Annotation
  11. * @subpackage TreeLeft
  12. * @link http://www.gediminasm.org
  13. * @license MIT License (http://www.opensource.org/licenses/mit-license.php)
  14. */
  15. final class TreeLeft extends Annotation
  16. {
  17. }