diff options
author | Camil Staps | 2015-02-07 21:11:56 +0100 |
---|---|---|
committer | Camil Staps | 2015-02-07 21:11:56 +0100 |
commit | a4825f6878b33959cd316acf5d363450e2879145 (patch) | |
tree | ecb2bc77e4a9308aaa28f96e69c2f23f3891a14d /classes/offer.class.php | |
parent | Added documentation (diff) |
latest updates
Diffstat (limited to 'classes/offer.class.php')
-rw-r--r-- | classes/offer.class.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/classes/offer.class.php b/classes/offer.class.php index 9e0a956..6dedd09 100644 --- a/classes/offer.class.php +++ b/classes/offer.class.php @@ -45,6 +45,8 @@ class offer { /** * Create a new instance * + * Blah + * * @param PDO $pdo The PDO class, to access the database * @param int $id The id of the offer to fetch * |