Relation::getResults()

abstract mixed getResults() Get the results of the relationship. Return Value mixed

PostgresBuilder::rename()

void rename(string $from, string $to) Rename a table on the schema. Parameters string $from string $to Return Value void

Arr::collapse()

static array collapse(array $array) Collapse an array of arrays into a single array. Parameters array $array Return Value array

Job::fire()

void fire() Fire the job. Return Value void

CapsuleManagerTrait::getContainer()

Container getContainer() Get the IoC container instance. Return Value Container

WorkCommand

WorkCommand class WorkCommand extends Command (View source) Methods void __construct(Worker $worker) Create a new queue listen command. int run(InputInterface $input, OutputInterface $output) Run the console command. from Command int call(string $command, array $arguments = array()) Call another console command. from Command int callSilent(string $command, array $arguments = array()) Call another console command silently. from Command bool hasArgument(string|int $name) De

Paginator::isEmpty()

bool isEmpty() Determine if the list of items is empty or not. Return Value bool

Router::input()

mixed input(string $key, string $default = null) Get a route parameter for the current route. Parameters string $key string $default Return Value mixed

ConfigClearCommand::call()

int call(string $command, array $arguments = array()) Call another console command. Parameters string $command array $arguments Return Value int

Response::getFacadeApplication()

static Application getFacadeApplication() Get the application instance behind the facade. Return Value Application