CommandsServiceProvider::provides()

array provides() Get the services provided by the provider. Return Value array

DatabaseNotificationCollection::all()

array all() Get all of the items in the collection. Return Value array

LogTransport::__construct()

void __construct(LoggerInterface $logger) Create a new log transport instance. Parameters LoggerInterface $logger Return Value void

LogTransport::registerPlugin()

void registerPlugin(Swift_Events_EventListener $plugin) Register a plug-in with the transport. Parameters Swift_Events_EventListener $plugin Return Value void

MacroableTrait::macro()

static void macro(string $name, callable $macro) Register a custom macro. Parameters string $name callable $macro Return Value void

MorphPivot::toArray()

array toArray() Convert the model instance to an array. Return Value array

SqlServerGrammar::getValue()

string getValue(Expression $expression) Get the value of a raw expression. Parameters Expression $expression Return Value string

Controller

Controller class Controller (View source) Methods ControllerMiddlewareOptions middleware(array|string|Closure $middleware, array $options = array()) Register middleware on the controller. array getMiddleware() Get the middleware assigned to the controller. Response callAction(string $method, array $parameters) Execute an action on the controller. mixed missingMethod(array $parameters = array()) Handle calls to missing methods on the controller. mixed __call(string $met

ReminderServiceProvider::commands()

void commands(array $commands) Register the package's custom Artisan commands. Parameters array $commands Return Value void

Manager::addConnection()

void addConnection(array $config, string $name = 'default') Register a connection with the manager. Parameters array $config string $name Return Value void