15
15
* method of every loaded application component.
16
16
*
17
17
* @author Qiang Xue <[email protected] >
18
- * @version $Id$
19
18
* @package system.base
20
19
* @since 1.0
21
20
*/
@@ -38,7 +37,6 @@ public function getIsInitialized();
38
37
* This interface must be implemented by classes supporting caching feature.
39
38
*
40
39
* @author Qiang Xue <[email protected] >
41
- * @version $Id$
42
40
* @package system.caching
43
41
* @since 1.0
44
42
*/
@@ -106,7 +104,6 @@ public function flush();
106
104
* Objects implementing this interface must be able to be serialized and unserialized.
107
105
*
108
106
* @author Qiang Xue <[email protected] >
109
- * @version $Id$
110
107
* @package system.caching
111
108
* @since 1.0
112
109
*/
@@ -130,7 +127,6 @@ public function getHasChanged();
130
127
* This interface must be implemented by all state persister classes (such as
131
128
* {@link CStatePersister}.
132
129
*
133
- * @version $Id$
134
130
* @package system.base
135
131
* @since 1.0
136
132
*/
@@ -152,7 +148,6 @@ public function save($state);
152
148
/**
153
149
* IFilter is the interface that must be implemented by action filters.
154
150
*
155
- * @version $Id$
156
151
* @package system.base
157
152
* @since 1.0
158
153
*/
@@ -172,7 +167,6 @@ public function filter($filterChain);
172
167
/**
173
168
* IAction is the interface that must be implemented by controller actions.
174
169
*
175
- * @version $Id$
176
170
* @package system.base
177
171
* @since 1.0
178
172
*/
@@ -195,7 +189,6 @@ public function getController();
195
189
* If this interface is implemented, the provider instance will be able
196
190
* to intercept the remote method invocation (e.g. for logging or authentication purpose).
197
191
* @author Qiang Xue <[email protected] >
198
- * @version $Id$
199
192
* @package system.base
200
193
* @since 1.0
201
194
*/
@@ -223,7 +216,6 @@ public function afterWebMethod($service);
223
216
* implemented in {@link CBaseController}.
224
217
*
225
218
* @author Qiang Xue <[email protected] >
226
- * @version $Id$
227
219
* @package system.base
228
220
* @since 1.0
229
221
*/
@@ -249,7 +241,6 @@ public function renderFile($context,$file,$data,$return);
249
241
* used with the {@link CWebApplication::user user application component}.
250
242
*
251
243
* @author Qiang Xue <[email protected] >
252
- * @version $Id$
253
244
* @package system.base
254
245
* @since 1.0
255
246
*/
@@ -292,7 +283,6 @@ public function getPersistentStates();
292
283
* for the current user.
293
284
*
294
285
* @author Qiang Xue <[email protected] >
295
- * @version $Id$
296
286
* @package system.base
297
287
* @since 1.0
298
288
*/
@@ -340,7 +330,6 @@ public function loginRequired();
340
330
* An auth manager is mainly responsible for providing role-based access control (RBAC) service.
341
331
*
342
332
* @author Qiang Xue <[email protected] >
343
- * @version $Id$
344
333
* @package system.base
345
334
* @since 1.0
346
335
*/
@@ -513,7 +502,6 @@ public function executeBizRule($bizRule,$params,$data);
513
502
* are defined in the behavior class and not available in the component class.
514
503
*
515
504
* @author Qiang Xue <[email protected] >
516
- * @version $Id$
517
505
* @package system.base
518
506
*/
519
507
interface IBehavior
@@ -545,7 +533,6 @@ public function setEnabled($value);
545
533
* it will be used for creating the requested widget.
546
534
*
547
535
* @author Qiang Xue <[email protected] >
548
- * @version $Id$
549
536
* @package system.web
550
537
* @since 1.1
551
538
*/
@@ -568,7 +555,6 @@ public function createWidget($owner,$className,$properties=array());
568
555
* Besides providing data, they also support pagination and sorting.
569
556
*
570
557
* @author Qiang Xue <[email protected] >
571
- * @version $Id$
572
558
* @package system.web
573
559
* @since 1.1
574
560
*/
@@ -623,7 +609,6 @@ public function getPagination();
623
609
* A log filter preprocesses the logged messages before they are handled by a log route.
624
610
* You can attach classes that implement ILogFilter to {@link CLogRoute::$filter}.
625
611
*
626
- * @version $Id$
627
612
* @package system.logging
628
613
* @since 1.1.11
629
614
*/
0 commit comments