ResponseTrait::throwResponse()

throwResponse() Throws the response in a HttpResponseException instance. Exceptions HttpResponseException

DatabasePresenceVerifier::getCount()

int getCount(string $collection, string $column, string $value, int $excludeId = null, string $idColumn = null, array $extra = array()) Count the number of objects in a collection having the given value. Parameters string $collection string $column string $value int $excludeId string $idColumn array $extra Return Value int

OptimizeCommand::hasArgument()

bool hasArgument(string|int $name) Determine if the given argument is present. Parameters string|int $name Return Value bool

EventFake::firing()

string firing() Get the event that is currently firing. Return Value string

SQLiteGrammar::columnize()

string columnize(array $columns) Convert an array of column names into a delimited string. Parameters array $columns Return Value string

ControllerServiceProvider

ControllerServiceProvider class ControllerServiceProvider extends ServiceProvider (View source) Methods void __construct(Application $app) Create a new service provider instance. from ServiceProvider void register() Register the service provider. static array pathsToPublish(string $provider = null, string $group = null) Get the paths to publish. from ServiceProvider void commands(array|mixed $commands) Register the package's custom Artisan commands. from ServiceProvider arr

Connection::getDoctrineConnection()

Connection getDoctrineConnection() Get the Doctrine DBAL database connection instance. Return Value Connection

DatabaseNotification::creating()

static void creating(Closure|string $callback, int $priority) Register a creating model event with the dispatcher. Parameters Closure|string $callback int $priority Return Value void

MemcachedStore::many()

array many(array $keys) Retrieve multiple items from the cache by key. Items not found in the cache will have a null value. Parameters array $keys Return Value array

Collection::reverse()

Collection reverse() Reverse items order. Return Value Collection