bool hasOption(string $name) Determine if the given option is present. Parameters string $name Return Value bool
string|array argument(string $key = null) Get the value of a command argument. Parameters string $key Return Value string|array
void path(string $path) Register a custom migration path. These path will not automatically be applied. Parameters string $path Return Value void
string getJobId() Get the job identifier. Return Value string
string __toString() Convert the rule to a validation string. Return Value string
void setRememberToken(string $value) Set the token value for the "remember me" session. Parameters string $value Return Value void
int affectingStatement(string $query, array $bindings = array()) Run an SQL statement and get the number of rows affected. Parameters string $query array $bindings Return Value int
static void swap(mixed $instance) Hotswap the underlying instance behind the facade. Parameters mixed $instance Return Value void
Page 507 of 996