static Expectation shouldReceive() Initiate a mock expectation on the facade. Return Value Expectation
void __construct(Connection $connection) Create a new event instance. Parameters Connection $connection Return Value void
static void clearResolvedInstances() Clear all of the resolved instances. Return Value void
bool isDeleted() Determine if the job has been deleted. Return Value bool
string getDatabaseName() Get the name of the connected database. Return Value string
void setOutputHandler(Closure $outputHandler) Set the output handler callback. Parameters Closure $outputHandler Return Value void
void register(string $engine, Closure $resolver) Register a new engine resolver. The engine string typically corresponds to a file extension. Parameters string $engine Closure $resolver Return Value void
void prepareForSerialization() Prepare the route instance for serialization. Return Value void Exceptions LogicException
string|array argument(string $key = null) Get the value of a command argument. Parameters string $key Return Value string|array
bool doneRendering() Check if there are no active render operations. Return Value bool
Page 192 of 996