PHP Class Eloquent\Phony\Invocation\AbstractInvocable

Inheritance: implements Eloquent\Phony\Invocation\Invocable
Datei anzeigen Open project: eloquent/phony

Public Methods

Method Description
__invoke ( ) : mixed Invoke this object.
invoke ( ) : mixed Invoke this object.

Method Details

__invoke() public method

Invoke this object.
public __invoke ( ) : mixed
return mixed The result of invocation.

invoke() public method

Invoke this object.
public invoke ( ) : mixed
return mixed The result of invocation.