string|array option(string $key = null) Get the value of a command option. Parameters string $key Return Value string|array
static void clearResolvedInstance(string $name) Clear a resolved facade instance. Parameters string $name Return Value void
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
static mixed getFacadeRoot() Get the root object behind the facade. Return Value mixed
PDO getReadPdo() Get the current PDO connection used for reading. Return Value PDO
Store getStore() Get the cache store implementation. Return Value Store
bool hasOption(string $name) Determine if the given option is present. Parameters string $name Return Value bool
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
$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
string compileEnableForeignKeyConstraints() Compile the command to enable foreign key constraints. Return Value string
Page 467 of 996