1 | <?php |
||
25 | class Registration extends Invitation |
||
26 | { |
||
27 | const INVITATION_REGISTRATION = 0x01; |
||
28 | public $allowRepeated = false; |
||
29 | |||
30 | /** |
||
31 | * @inheritdoc |
||
32 | */ |
||
33 | 1 | public function init() |
|
42 | |||
43 | /** |
||
44 | * @return BaseBlameableQuery |
||
45 | */ |
||
46 | 1 | public static function find() |
|
50 | |||
51 | /** |
||
52 | * @param User|string $invitee |
||
53 | * @return BaseBlameableQuery |
||
54 | */ |
||
55 | public static function findByInvitee($invitee) |
||
59 | } |
||
60 |