OutputInterface getOutput() Get the output implementation. Return Value OutputInterface
mixed until(string $event, array $payload = array()) Fire an event until the first non-null response is returned. Parameters string $event array $payload Return Value mixed
array items() Get the slice of items being paginated. Return Value array
$this setPerPage(int $perPage) Set the number of models to return per page. Parameters int $perPage Return Value $this
array getMutatedAttributes() Get the mutated attributes for a given instance. Return Value array
int call(string $command, array $arguments = array()) Call another console command. Parameters string $command array $arguments Return Value int
$this where(string $column, string $value = null) Set a "where" constraint on the query. Parameters string $column string $value Return Value $this
array provides() Get the services provided by the provider. Return Value array
Collection combine(mixed $values) Create a collection by using this collection for keys and another for its values. Parameters mixed $values Return Value Collection
static Expectation shouldReceive() Initiate a mock expectation on the facade. Return Value Expectation
Page 994 of 996