ClearCommand::getOutput()

OutputInterface getOutput() Get the output implementation. Return Value OutputInterface

SQLiteGrammar::compileEnableForeignKeyConstraints()

string compileEnableForeignKeyConstraints() Compile the command to enable foreign key constraints. Return Value string

RedisJob::isDeletedOrReleased()

bool isDeletedOrReleased() Determine if the job has been deleted or released. Return Value bool

ValidationServiceProvider::when()

array when() Get the events that trigger this service provider to register. Return Value array

MorphPivot::getIncrementing()

bool getIncrementing() Get the value indicating whether the IDs are incrementing. Return Value bool

BelongsToMany::saveMany()

array saveMany(Collection|array $models, array $joinings = array()) Save an array of new models and attach them to the parent model. Parameters Collection|array $models array $joinings Return Value array

XCacheStore::tags()

TaggedCache tags(array|mixed $names) Begin executing a new tags operation. Parameters array|mixed $names Return Value TaggedCache

LogBroadcaster

LogBroadcaster class LogBroadcaster extends Broadcaster (View source) Methods $this channel(string $channel, callable $callback) Register a channel authenticator. from Broadcaster void __construct(LoggerInterface $logger) Create a new broadcaster instance. mixed auth(Request $request) Authenticate the incoming request for a given channel. mixed validAuthenticationResponse(Request $request, mixed $result) Return the valid authentication response. void broadcast(array $ch

Store::forget()

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

SqlServerConnection::getFetchArgument()

mixed getFetchArgument() Get the fetch argument to be applied when selecting. Return Value mixed