static mixed getFacadeRoot() Get the root object behind the facade. Return Value mixed
array options() Get all of the options passed to the command. Return Value array
$this setRelation(string $relation, mixed $value) Set the specific relationship in the model. Parameters string $relation mixed $value Return Value $this
static Expectation shouldReceive() Initiate a mock expectation on the facade. Return Value Expectation
int queue(string $command, array $parameters = array()) Queue the given console command. Parameters string $command array $parameters Return Value int
string fullUrl() Get the full URL for the request. Return Value string
array getObservableEvents() Get the observable event names. Return Value array
array getAction() Get the action array for the route. Return Value array
array getReplacers() Get the array of custom validator message replacers. Return Value array
bool guest() Determine if the current user is a guest. Return Value bool
Page 232 of 996