]> git.agnieray.net Git - galette.git/commitdiff
phpdoc
authorJohan Cwiklinski <johan@x-tnd.be>
Wed, 6 Oct 2021 07:28:12 +0000 (09:28 +0200)
committerJohan Cwiklinski <johan@x-tnd.be>
Sun, 17 Oct 2021 04:15:40 +0000 (06:15 +0200)
galette/lib/Galette/Entity/Contribution.php
galette/lib/Galette/Entity/Entitled.php

index 99b929296ab6c5b7a3608dae9ddce62a1eac88da..0b27b285eb51bf7041fb80456814bd868793fae0 100644 (file)
@@ -58,6 +58,25 @@ use Galette\Repository\PaymentTypes;
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.7dev - 2010-03-11
+ *
+ * @property integer $id
+ * @property string $date
+ * @property DateTime $raw_date
+ * @property integer $member
+ * @property ContributionsTypes $type
+ * @property integer $amount
+ * @property integer $payment_type
+ * @property integer $orig_amount
+ * @property string $info
+ * @property string $begin_date
+ * @property DateTime $raw_begin_date
+ * @property string $end_date
+ * @property DateTime $raw_end_date
+ * @property Transaction|null $transaction
+ * @property integer $extension
+ * @property integer $duration
+ * @property string $spayment_type
+ * @property integer $model
  */
 class Contribution
 {
index c9cf560e177d3418e4756aef28608b02b4a26ebf..ea9f6ad8b0c8955dea354feb2ef7499af81e060d 100644 (file)
@@ -7,7 +7,7 @@
  *
  * PHP version 5
  *
- * Copyright © 2007-2014 The Galette Team
+ * Copyright © 2007-2021 The Galette Team
  *
  * This file is part of Galette (http://galette.tuxfamily.org).
  *
@@ -28,7 +28,7 @@
  * @package   Galette
  *
  * @author    Johan Cwiklinski <johan@x-tnd.be>
- * @copyright 2007-2014 The Galette Team
+ * @copyright 2007-2021 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.7dev - 2007-10-27
@@ -52,10 +52,16 @@ use Galette\Core\Db;
  * @name      Entitled
  * @package   Galette
  * @author    Johan Cwiklinski <johan@x-tnd.be>
- * @copyright 2007-2014 The Galette Team
+ * @copyright 2007-2021 The Galette Team
  * @license   http://www.gnu.org/licenses/gpl-3.0.html GPL License 3.0 or (at your option) any later version
  * @link      http://galette.tuxfamily.org
  * @since     Available since 0.7dev - 2007-10-27
+ *
+ * @property integer $id
+ * @property string $label
+ * @property string $libelle
+ * @property mixed $third
+ * @property mixed $extension
  */
 
 abstract class Entitled