1 | <?php defined('SYSPATH') OR die('No direct script access.'); |
||
9 | class Kohana_Model_Collection_Promo_Code extends Jam_Query_Builder_Collection { |
||
10 | |||
11 | 1 | public function not_expired($current_time = NULL) |
|
19 | |||
20 | 1 | public function available() |
|
29 | |||
30 | 1 | public function available_for_purchase(Model_Purchase $purchase) |
|
40 | } |
||
41 |