ViewClearCommand::callSilent()

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

DatabaseNotificationCollection::toJson()

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

Factory::callComposer()

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

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

DatabaseNotificationCollection::only()

Collection only(mixed $keys) Returns only the models from the collection with the specified keys. Parameters mixed $keys Return Value Collection

Model::newInstance()

Model newInstance(array $attributes = array(), bool $exists = false) Create a new instance of the given model. Parameters array $attributes bool $exists Return Value Model

JobMakeCommand::argument()

string|array argument(string $key = null) Get the value of a command argument. Parameters string $key Return Value string|array

View::setPath()

void setPath(string $path) Set the path to the view. Parameters string $path Return Value void

DatabaseNotification::updated()

static void updated(Closure|string $callback, int $priority) Register an updated model event with the dispatcher. Parameters Closure|string $callback int $priority Return Value void