Subversion Repositories fastphp

Rev

Rev 32 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
27 daniel-mar 1
 
36 daniel-mar 2
 
3
1 private	1
4
2 protected	2
5
3 public	3
27 daniel-mar 6
 
36 daniel-mar 7
 
8
1 abstract	A
9
2 final		F
27 daniel-mar 10
 
36 daniel-mar 11
 
12
1 static	S
13
 
14
 
15
 
16
 
17
 
18
 
19
 
20
CON1__	private const
21
CON2__	protected const
22
CON3__	public const
23
 
24
VAR1__	private var
25
VAR2__	protected var
26
VAR3__	public var
27
 
28
FUN1__	private function
29
FUN2__	protected function
30
FUN3__	public function
31
FUN2A_	protected abstract function
32
FUN3A_	public abstract function
33
FUN1_S	private static function
34
FUN2_S	protected static function
35
FUN3_S	public static function
36
FUN2AS	protected abstract static function
37
FUN3AS	public abstract static function
38
FUN1F_	private final function
39
FUN2F_	protected final function
40
FUN3F_	public final function
41
FUN1FS	private final static function
42
FUN2FS	protected final static function
43
FUN3FS	public final static function
44
 
45
CST1__	private constructor
46
CST2__	protected constructor
47
CST3__	public constructor
48
CST2A_	protected abstract constructor
49
CST3A_	public abstract constructor
50
CST1F_	private final constructor
51
CST2F_	protected final constructor
52
CST3F_	public final constructor
53
 
54
DST1__	private destructor
55
DST2__	protected destructor
56
DST3__	public destructor
57
DST2A_	protected abstract destructor
58
DST3A_	public abstract destructor
59
DST1F_	private final destructor
60
DST2F_	protected final destructor
61
DST3F_	public final destructor
62
 
63
MAG1__	private magic
64
MAG2__	protected magic
65
MAG3__	public magic
66
MAG2A_	protected abstract magic
67
MAG3A_	public abstract magic
68
MAG1_S	private static magic
69
MAG2_S	protected static magic
70
MAG3_S	public static magic
71
MAG2AS	protected abstract static magic
72
MAG3AS	public abstract static magic
73
MAG1F_	private final magic
74
MAG2F_	protected final magic
75
MAG3F_	public final magic
76
MAG1FS	private final static magic
77
MAG2FS	protected final static magic
78
MAG3FS	public final static magic
79
 
80
CLS___	class
81
CLS_A_	abstract class
82
CLS_F_	final class
83
 
84
TRA___	trait
85
INT___	interface
86
ERR___	Error
87
FLD___	Folder icon
88
FIL___	File icon
89
TDO___	TODO