ScheduleRunCommand::getOutput()

OutputInterface getOutput() Get the output implementation. Return Value OutputInterface

Builder::simplePaginate()

Paginator simplePaginate(int $perPage = null, array $columns = array('*'), string $pageName = 'page', int|null $page = null) Paginate the given query into a simple paginator. Parameters int $perPage array $columns string $pageName int|null $page Return Value Paginator

BroadcastNotificationCreated::__sleep()

array __sleep() Prepare the instance for serialization. Return Value array

JobMakeCommand::choice()

string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null) Give the user a single choice from an array of answers. Parameters string $question array $choices string $default mixed $attempts bool $multiple Return Value string

Pivot::getOriginal()

mixed|array getOriginal(string|null $key = null, mixed $default = null) Get the model's original attribute values. Parameters string|null $key mixed $default Return Value mixed|array

MakeControllerCommand::call()

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

CallQueuedHandler::__construct()

void __construct(Container $container) Create a new job instance. Parameters Container $container Return Value void

DatabaseJob::delete()

void delete() Delete the job from the queue. Return Value void

TestCase::assertSessionHasAll()

void assertSessionHasAll(array $bindings) Assert that the session has a given list of values. Parameters array $bindings Return Value void

MorphToMany::create()

Model create(array $attributes, array $joining = array(), bool $touch = true) Create a new instance of the related model. Parameters array $attributes array $joining bool $touch Return Value Model