|
| $code |
|
| $hashedName |
|
| $isBindingRequired |
|
| $isScopeRequired |
|
| $isShortClosure |
|
| $isStaticClosure |
|
| $tokens |
|
| $useVariables |
|
|
static | $classes = [] |
|
static | $constants = [] |
|
static | $files = [] |
|
static | $functions = [] |
|
static | $structures = [] |
|
◆ fetchItems()
Laravel\SerializableClosure\Support\ReflectionClosure::fetchItems |
( |
| ) |
|
|
protected |
Fetch the items.
- Return values
-
◆ getBuiltinTypes()
static Laravel\SerializableClosure\Support\ReflectionClosure::getBuiltinTypes |
( |
| ) |
|
|
staticprotected |
Get PHP native built in types.
- Return values
-
◆ getClasses()
Laravel\SerializableClosure\Support\ReflectionClosure::getClasses |
( |
| ) |
|
|
protected |
Get the classes.
- Return values
-
◆ getClosureNamespaceName()
Laravel\SerializableClosure\Support\ReflectionClosure::getClosureNamespaceName |
( |
| ) |
|
|
protected |
Returns the namespace associated to the closure.
- Return values
-
◆ getCode()
Laravel\SerializableClosure\Support\ReflectionClosure::getCode |
( |
| ) |
|
Get the closure's code.
- Return values
-
◆ getConstants()
Laravel\SerializableClosure\Support\ReflectionClosure::getConstants |
( |
| ) |
|
|
protected |
Gets the constants.
- Return values
-
◆ getFileTokens()
Laravel\SerializableClosure\Support\ReflectionClosure::getFileTokens |
( |
| ) |
|
|
protected |
Get the file tokens.
- Return values
-
◆ getFunctions()
Laravel\SerializableClosure\Support\ReflectionClosure::getFunctions |
( |
| ) |
|
|
protected |
Get the functions.
- Return values
-
◆ getHashedFileName()
Laravel\SerializableClosure\Support\ReflectionClosure::getHashedFileName |
( |
| ) |
|
|
protected |
The the hash of the current file name.
- Return values
-
◆ getStructures()
Laravel\SerializableClosure\Support\ReflectionClosure::getStructures |
( |
| ) |
|
|
protected |
Get the structures.
- Return values
-
◆ getTokens()
Laravel\SerializableClosure\Support\ReflectionClosure::getTokens |
( |
| ) |
|
|
protected |
Get the tokens.
- Return values
-
◆ getUseVariables()
Laravel\SerializableClosure\Support\ReflectionClosure::getUseVariables |
( |
| ) |
|
Gets the use variables by the closure.
- Return values
-
◆ isBindingRequired()
Laravel\SerializableClosure\Support\ReflectionClosure::isBindingRequired |
( |
| ) |
|
Checks if binding is required.
- Return values
-
◆ isScopeRequired()
Laravel\SerializableClosure\Support\ReflectionClosure::isScopeRequired |
( |
| ) |
|
Checks if access to the scope is required.
- Return values
-
◆ isShortClosure()
Laravel\SerializableClosure\Support\ReflectionClosure::isShortClosure |
( |
| ) |
|
Checks if the closure is a "short closure".
- Return values
-
◆ isStatic()
Laravel\SerializableClosure\Support\ReflectionClosure::isStatic |
( |
| ) |
|
Checks if the closure is "static".
- Return values
-
◆ parseNameQualified()
Laravel\SerializableClosure\Support\ReflectionClosure::parseNameQualified |
( |
| $token | ) |
|
|
protected |
Parse the given token.
- Parameters
-
- Return values
-
The documentation for this class was generated from the following file:
- lib/laravel/serializable-closure/src/Support/ReflectionClosure.php