class
Illuminate
/
View
/
InvokableComponentVariable
InvokableComponentVariable
Implements
Properties
Methods
public
__construct ( Closure $callable ) : void
Create a new variable instance.
Parameters
- $callable Closure
public
resolveDisplayableValue ( ) : Htmlable |string
Resolve the displayable value that the class is deferring.
public
__get ( $key ) : mixed
Dynamically proxy attribute access to the variable.
Parameters
- $key string
public
__call ( $method , $parameters ) : mixed
Dynamically proxy method access to the variable.
Parameters
- $method string
- $parameters array
public
__invoke ( ) : mixed
Resolve the variable.
public
__toString ( ) : mixed
Resolve the variable as a string.