static mixed getFacadeRoot() Get the root object behind the facade. Return Value mixed
array getBagData(string $name) Get the raw bag data array for a given bag. Parameters string $name Return Value array
string getPlainForeignKey() Get the plain foreign key. Return Value string
Authenticatable authenticate() Determine if the current user is authenticated. Return Value Authenticatable Exceptions AuthenticationException
string|array argument(string $key = null) Get the value of a command argument. Parameters string $key Return Value string|array
array createMany(array $records, array $joinings = array()) Create an array of new instances of the related models. Parameters array $records array $joinings Return Value array
bool check() Determine if the current user is authenticated. Return Value bool
void disconnect() Disconnect from the underlying PDO connection. Return Value void
void commit() Commit the active database transaction. Return Value void
int call(string $command, array $arguments = array()) Call another console command. Parameters string $command array $arguments Return Value int
Page 878 of 996