TreeChildCount.php 457 B

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