CallTrait
Table of Contents
- call() : $this
 - Adds a method to call after service initialization.
 
Methods
call()
Adds a method to call after service initialization.
    public
        final            call(string $method[, array<string|int, mixed> $arguments = [] ][, bool $returnsClone = false ]) : $this
    
        Parameters
- $method : string
 - 
                    
The method name to call
 - $arguments : array<string|int, mixed> = []
 - 
                    
An array of arguments to pass to the method call
 - $returnsClone : bool = false
 - 
                    
Whether the call returns the service instance or not