string fromDateTime(DateTime|int $value) Convert a DateTime to a storable string. Parameters DateTime|int $value Return Value string
void disconnect(string $name = null) Disconnect from the given database. Parameters string $name Return Value void
string getHasCompareKey() Get the key for comparing against the parent key in "has" query. Return Value string
string getTable() Get the table associated with the model. Return Value string
void __construct(Filesystem $files) Create a new controller creator command instance. Parameters Filesystem $files Return Value void
bool currentRouteNamed(string $name) Determine if the current route matches a given name. Parameters string $name Return Value bool
string parameterize(array $values) Create query parameter place-holders for an array. Parameters array $values Return Value string
static Expectation shouldReceive() Initiate a mock expectation on the facade. Return Value Expectation
bool onceUsingId(mixed $id) Log the given user ID into the application without sessions or cookies. Parameters mixed $id Return Value bool
HasMany hasMany(string $related, string $foreignKey = null, string $localKey = null) Define a one-to-many relationship. Parameters string $related string $foreignKey string $localKey Return Value HasMany
Page 397 of 996