@@ -136,6 +136,7 @@ |
||
| 136 | 136 | /** |
| 137 | 137 | * Finds an account by email |
| 138 | 138 | * @param string $email The email |
| 139 | + * @return Account |
|
| 139 | 140 | */ |
| 140 | 141 | public function findByEmail($email) |
| 141 | 142 | { |
@@ -54,6 +54,9 @@ |
||
| 54 | 54 | ]; |
| 55 | 55 | } |
| 56 | 56 | |
| 57 | + /** |
|
| 58 | + * @param integer $time |
|
| 59 | + */ |
|
| 57 | 60 | public function activate($time) |
| 58 | 61 | { |
| 59 | 62 | $player = Yii::app()->player->model; |
@@ -80,6 +80,10 @@ |
||
| 80 | 80 | |
| 81 | 81 | return $missing; |
| 82 | 82 | } |
| 83 | + |
|
| 84 | + /** |
|
| 85 | + * @param integer $id |
|
| 86 | + */ |
|
| 83 | 87 | public function buySetItem($id) |
| 84 | 88 | { |
| 85 | 89 | $player = Yii::app()->player->model; |
@@ -47,6 +47,9 @@ |
||
| 47 | 47 | return $selected; |
| 48 | 48 | } |
| 49 | 49 | |
| 50 | + /** |
|
| 51 | + * @param string $topic |
|
| 52 | + */ |
|
| 50 | 53 | public function setTopic($topic) |
| 51 | 54 | { |
| 52 | 55 | $this->topic = $topic; |