SeederMakeCommand::option()

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

Validator::clearResolvedInstance()

static void clearResolvedInstance(string $name) Clear a resolved facade instance. Parameters string $name Return Value void

Collection::diffKeys()

Collection diffKeys(mixed $items) Get the items in the collection whose keys are not present in the given items. Parameters mixed $items Return Value Collection

SSH::getFacadeRoot()

static mixed getFacadeRoot() Get the root object behind the facade. Return Value mixed

PostgresConnection::getReadPdo()

PDO getReadPdo() Get the current PDO connection used for reading. Return Value PDO

TaggedCache::getStore()

Store getStore() Get the cache store implementation. Return Value Store

ScheduleRunCommand::hasOption()

bool hasOption(string $name) Determine if the given option is present. Parameters string $name Return Value bool

BcryptHasher::needsRehash()

bool needsRehash(string $hashedValue, array $options = array()) Check if the given hash has been hashed using the given options. Parameters string $hashedValue array $options Return Value bool

Builder::whereNull()

$this whereNull(string $column, string $boolean = 'and', bool $not = false) Add a "where null" clause to the query. Parameters string $column string $boolean bool $not Return Value $this

SQLiteGrammar::compileEnableForeignKeyConstraints()

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