int callSilent(string $command, array $arguments = array()) Call another console command silently. Parameters string $command array $arguments Return Value int
string toJson(int $options) Get the collection of items as JSON. Parameters int $options Return Value string
void callComposer(View $view) Call the composer for a given view. Parameters View $view Return Value void
static bool hasMacro(string $name) Checks if macro is registered. Parameters string $name Return Value bool
Collection only(mixed $keys) Returns only the models from the collection with the specified keys. Parameters mixed $keys Return Value Collection
Model newInstance(array $attributes = array(), bool $exists = false) Create a new instance of the given model. Parameters array $attributes bool $exists Return Value Model
string|array argument(string $key = null) Get the value of a command argument. Parameters string $key Return Value string|array
void setPath(string $path) Set the path to the view. Parameters string $path Return Value void
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
Page 159 of 996