blob: b9d36305b47d538d16bc9aa125aa143beb7aadb2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
|
Extension [ <persistent> extension #132 pcs version 1.1.0 ] {
- Classes [1] {
Class [ <internal:pcs> class PCS\Mgr ] {
- Constants [0] {
}
- Static properties [0] {
}
- Static methods [7] {
Method [ <internal:pcs> static public method autoloadHook ] {
- Parameters [2] {
Parameter #0 [ <required> $symbol ]
Parameter #1 [ <optional> $type ]
}
}
Method [ <internal:pcs> static public method getFunction ] {
- Parameters [1] {
Parameter #0 [ <required> $arg1 ]
}
}
Method [ <internal:pcs> static public method getConstant ] {
- Parameters [1] {
Parameter #0 [ <required> $arg1 ]
}
}
Method [ <internal:pcs> static public method getClass ] {
- Parameters [1] {
Parameter #0 [ <required> $arg1 ]
}
}
Method [ <internal:pcs> static public method requireFunction ] {
- Parameters [1] {
Parameter #0 [ <required> $arg1 ]
}
}
Method [ <internal:pcs> static public method requireConstant ] {
- Parameters [1] {
Parameter #0 [ <required> $arg1 ]
}
}
Method [ <internal:pcs> static public method requireClass ] {
- Parameters [1] {
Parameter #0 [ <required> $arg1 ]
}
}
}
- Properties [0] {
}
- Methods [1] {
Method [ <internal:pcs, ctor> private method __construct ] {
- Parameters [0] {
}
}
}
}
}
}
|