ClassStub
class ClassStub extends ConstStub
Represents a PHP class identifier.
Constants
| TYPE_REF |
|
| TYPE_STRING |
|
| TYPE_ARRAY |
|
| TYPE_OBJECT |
|
| TYPE_RESOURCE |
|
| STRING_BINARY |
|
| STRING_UTF8 |
|
| ARRAY_ASSOC |
|
| ARRAY_INDEXED |
|
Properties
| $type | from Stub | ||
| $class | from Stub | ||
| $value | from Stub | ||
| $cut | from Stub | ||
| $handle | from Stub | ||
| $refCount | from Stub | ||
| $position | from Stub | ||
| $attr | from Stub |
Methods
__construct(string $identifier, callable $callable = null)
No description
static
wrapCallable($callable)
No description