RoutesCommand::callSilent()

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

Arr::hasMacro()

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

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

ViewClearCommand::callSilent()

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

Model::getGuarded()

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

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

MySqlConnection::selectFromWriteConnection()

array selectFromWriteConnection(string $query, array $bindings = array()) Run a select statement against the database. Parameters string $query array $bindings Return Value array

RollbackCommand::getLaravel()

Application getLaravel() Get the Laravel application instance. Return Value Application