CacheManager::store()

mixed store(string|null $name = null) Get a cache store instance by name. Parameters string|null $name Return Value mixed

CallbackEvent::days()

$this days(array|mixed $days) Set the days of the week the command should run on. Parameters array|mixed $days Return Value $this

RestartCommand::fire()

void fire() Execute the console command. Return Value void

Route::parametersWithoutNulls()

array parametersWithoutNulls() Get the key / value list of parameters without null values. Return Value array

Guard::__construct()

void __construct(UserProvider $provider, SessionInterface $session, Request $request = null) Create a new authentication guard. Parameters UserProvider $provider SessionInterface $session Request $request Return Value void

Factory::setRequest()

void setRequest(Request $request) Set the active request instance. Parameters Request $request Return Value void

StatefulGuard::loginUsingId()

Authenticatable loginUsingId(mixed $id, bool $remember = false) Log the given user ID into the application. Parameters mixed $id bool $remember Return Value Authenticatable

ForgetFailedCommand::option()

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

MandrillTransport::registerPlugin()

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

Blueprint::addColumn()

Fluent addColumn(string $type, string $name, array $parameters = array()) Add a new column to the blueprint. Parameters string $type string $name array $parameters Return Value Fluent