$this inRandomOrder(string $seed = '') Put the query's results in random order. Parameters string $seed Return Value $this
$this after(callable $callback) Register a callback to run after all Gate checks. Parameters callable $callback Return Value $this
int callSilent(string $command, array $arguments = array()) Call another console command silently. Parameters string $command array $arguments Return Value int
bool isDeferred() Determine if the provider is deferred. Return Value bool
mixed __call(string $method, array $parameters) Handle calls to missing methods on the controller. Parameters string $method array $parameters Return Value mixed Exceptions BadMethodCallException
static mixed __callStatic(string $method, array $args) Handle dynamic, static calls to the object. Parameters string $method array $args Return Value mixed
mixed getValue() Get the value of the expression. Return Value mixed
string joiningTable(string $related) Get the joining table name for a many-to-many relation. Parameters string $related Return Value string
$this __call(string $method, array $parameters) Dynamically bind parameters to the message. Parameters string $method array $parameters Return Value $this Exceptions BadMethodCallException
Page 471 of 996