@@ -9,7 +9,7 @@ |
||
9 | 9 | /** |
10 | 10 | * Start a timer and hand it back to the JS by assigning the current time (of start) to |
11 | 11 | * var asset_timer |
12 | - * @return string JavaScript time intializer |
|
12 | + * @return integer JavaScript time intializer |
|
13 | 13 | */ |
14 | 14 | function start_timer() { |
15 | 15 | $time = time(); |
@@ -30,7 +30,7 @@ |
||
30 | 30 | /** |
31 | 31 | * Instance the plugin |
32 | 32 | * @staticvar null $result |
33 | - * @return AdvancedSubscriptionPlugin |
|
33 | + * @return PENSPlugin |
|
34 | 34 | */ |
35 | 35 | public static function create() |
36 | 36 | { |
@@ -22,7 +22,7 @@ |
||
22 | 22 | |
23 | 23 | /** |
24 | 24 | * Limit session resubscription when a Chamilo user is resubscribed to a session |
25 | - * @param HookCreateUserEventInterface $hook The hook |
|
25 | + * @param HookResubscribeEventInterface $hook The hook |
|
26 | 26 | */ |
27 | 27 | public function hookResubscribe(HookResubscribeEventInterface $hook) |
28 | 28 | { |
@@ -70,6 +70,8 @@ |
||
70 | 70 | |
71 | 71 | /** |
72 | 72 | * @inheritdoc |
73 | + * @param string $toolbar |
|
74 | + * @param string $prefix |
|
73 | 75 | */ |
74 | 76 | public function __construct( |
75 | 77 | $toolbar = null, |
@@ -42,7 +42,7 @@ |
||
42 | 42 | * Set accessUrlId |
43 | 43 | * |
44 | 44 | * @param integer $accessUrlId |
45 | - * @return AccessUrlRelUser |
|
45 | + * @return AccessUrlRelUserGroup |
|
46 | 46 | */ |
47 | 47 | public function setAccessUrlId($accessUrlId) |
48 | 48 | { |
@@ -62,7 +62,7 @@ discard block |
||
62 | 62 | * Set fromUser |
63 | 63 | * |
64 | 64 | * @param integer $fromUser |
65 | - * @return Chat |
|
65 | + * @return ChatVideo |
|
66 | 66 | */ |
67 | 67 | public function setFromUser($fromUser) |
68 | 68 | { |
@@ -85,7 +85,7 @@ discard block |
||
85 | 85 | * Set toUser |
86 | 86 | * |
87 | 87 | * @param integer $toUser |
88 | - * @return Chat |
|
88 | + * @return ChatVideo |
|
89 | 89 | */ |
90 | 90 | public function setToUser($toUser) |
91 | 91 | { |
@@ -108,7 +108,7 @@ discard block |
||
108 | 108 | * Set room_name |
109 | 109 | * |
110 | 110 | * @param string $roomName |
111 | - * @return Chat |
|
111 | + * @return ChatVideo |
|
112 | 112 | */ |
113 | 113 | public function setRoomName($roomName) |
114 | 114 | { |
@@ -131,7 +131,7 @@ discard block |
||
131 | 131 | * Set datetime |
132 | 132 | * |
133 | 133 | * @param \DateTime $datetime |
134 | - * @return Chat |
|
134 | + * @return ChatVideo |
|
135 | 135 | */ |
136 | 136 | public function setDatetime($datetime) |
137 | 137 | { |
@@ -39,7 +39,7 @@ discard block |
||
39 | 39 | * Set code |
40 | 40 | * |
41 | 41 | * @param string $code |
42 | - * @return Class |
|
42 | + * @return ClassItem |
|
43 | 43 | */ |
44 | 44 | public function setCode($code) |
45 | 45 | { |
@@ -62,7 +62,7 @@ discard block |
||
62 | 62 | * Set name |
63 | 63 | * |
64 | 64 | * @param string $name |
65 | - * @return Class |
|
65 | + * @return ClassItem |
|
66 | 66 | */ |
67 | 67 | public function setName($name) |
68 | 68 | { |
@@ -117,7 +117,7 @@ |
||
117 | 117 | * Set relationType |
118 | 118 | * |
119 | 119 | * @param integer $relationType |
120 | - * @return GroupRelUser |
|
120 | + * @return UsergroupRelUser |
|
121 | 121 | */ |
122 | 122 | public function setRelationType($relationType) |
123 | 123 | { |
@@ -88,7 +88,7 @@ discard block |
||
88 | 88 | * Set title |
89 | 89 | * |
90 | 90 | * @param string $title |
91 | - * @return CAnnouncement |
|
91 | + * @return Announcement |
|
92 | 92 | */ |
93 | 93 | public function setTitle($title) |
94 | 94 | { |
@@ -111,7 +111,7 @@ discard block |
||
111 | 111 | * Set content |
112 | 112 | * |
113 | 113 | * @param string $content |
114 | - * @return CAnnouncement |
|
114 | + * @return Announcement |
|
115 | 115 | */ |
116 | 116 | public function setContent($content) |
117 | 117 | { |
@@ -134,7 +134,7 @@ discard block |
||
134 | 134 | * Set endDate |
135 | 135 | * |
136 | 136 | * @param \DateTime $endDate |
137 | - * @return CAnnouncement |
|
137 | + * @return Announcement |
|
138 | 138 | */ |
139 | 139 | public function setEndDate($endDate) |
140 | 140 | { |
@@ -157,7 +157,7 @@ discard block |
||
157 | 157 | * Set displayOrder |
158 | 158 | * |
159 | 159 | * @param integer $displayOrder |
160 | - * @return CAnnouncement |
|
160 | + * @return Announcement |
|
161 | 161 | */ |
162 | 162 | public function setDisplayOrder($displayOrder) |
163 | 163 | { |
@@ -180,7 +180,7 @@ discard block |
||
180 | 180 | * Set emailSent |
181 | 181 | * |
182 | 182 | * @param boolean $emailSent |
183 | - * @return CAnnouncement |
|
183 | + * @return Announcement |
|
184 | 184 | */ |
185 | 185 | public function setEmailSent($emailSent) |
186 | 186 | { |
@@ -203,7 +203,7 @@ discard block |
||
203 | 203 | * Set sessionId |
204 | 204 | * |
205 | 205 | * @param integer $sessionId |
206 | - * @return CAnnouncement |
|
206 | + * @return Announcement |
|
207 | 207 | */ |
208 | 208 | public function setSessionId($sessionId) |
209 | 209 | { |
@@ -226,7 +226,7 @@ discard block |
||
226 | 226 | * Set id |
227 | 227 | * |
228 | 228 | * @param integer $id |
229 | - * @return CAnnouncement |
|
229 | + * @return Announcement |
|
230 | 230 | */ |
231 | 231 | public function setId($id) |
232 | 232 | { |
@@ -249,7 +249,7 @@ discard block |
||
249 | 249 | * Set cId |
250 | 250 | * |
251 | 251 | * @param integer $cId |
252 | - * @return CAnnouncement |
|
252 | + * @return Announcement |
|
253 | 253 | */ |
254 | 254 | public function setCId($cId) |
255 | 255 | { |