Exists::whereNotNull()

$this whereNotNull(string $column) Set a "where not null" constraint on the query. Parameters string $column Return Value $this

Handler::__construct()

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

DatabaseNotificationCollection::__construct()

void __construct(mixed $items = array()) Create a new collection. Parameters mixed $items Return Value void

RemindersTableCommand::askWithCompletion()

string askWithCompletion(string $question, array $choices, string $default = null) Prompt the user for input with auto completion. Parameters string $question array $choices string $default Return Value string

Model::getGuarded()

array getGuarded() Get the guarded attributes for the model. Return Value array

ViewClearCommand::callSilent()

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

Factory::callComposer()

void callComposer(View $view) Call the composer for a given view. Parameters View $view Return Value void

DatabaseNotificationCollection::toJson()

string toJson(int $options) Get the collection of items as JSON. Parameters int $options Return Value string

Arr::hasMacro()

static bool hasMacro(string $name) Checks if macro is registered. Parameters string $name Return Value bool

RoutesCommand::callSilent()

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