ApcStore::forget()

bool forget(string $key) Remove an item from the cache. Parameters string $key Return Value bool

EventServiceProvider::isDeferred()

bool isDeferred() Determine if the provider is deferred. Return Value bool

RestartCommand::option()

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

Validator::setPresenceVerifier()

void setPresenceVerifier(PresenceVerifierInterface $presenceVerifier) Set the Presence Verifier implementation. Parameters PresenceVerifierInterface $presenceVerifier Return Value void

Event::timezone()

$this timezone(DateTimeZone|string $timezone) Set the timezone the date should be evaluated on. Parameters DateTimeZone|string $timezone Return Value $this

Pivot::morphToMany()

MorphToMany morphToMany(string $related, string $name, string $table = null, string $foreignKey = null, string $otherKey = null, bool $inverse = false) Define a polymorphic many-to-many relationship. Parameters string $related string $name string $table string $foreignKey string $otherKey bool $inverse Return Value MorphToMany

Transport::registerPlugin()

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

AutoloadCommand::askWithCompletion()

string askWithCompletion(string $question, array $choices, string $default = null) Prompt the user for input with auto completion. Parameters string $question array $choices string $default Return Value string

Filesystem::copyDirectory()

bool copyDirectory(string $directory, string $destination, int $options = null) Copy a directory from one location to another. Parameters string $directory string $destination int $options Return Value bool

PostgresConnection::getConfig()

mixed getConfig(string $option) Get an option from the configuration options. Parameters string $option Return Value mixed