array getCommands() Get the commands on the blueprint. Return Value array
bool hasOption(string $name) Determine if the given option is present. Parameters string $name Return Value bool
string getCreatedAtColumn() Get the name of the "created at" column. Return Value string
void comment(string $string) Write a string as comment output. Parameters string $string Return Value void
array arguments() Get all of the arguments passed to the command. Return Value array
string joiningTable(string $related) Get the joining table name for a many-to-many relation. Parameters string $related Return Value string
void addEagerConstraints(array $models) Set the constraints for an eager load of the relation. Parameters array $models Return Value void
$this __call(string $method, array $parameters) Dynamically bind parameters to the message. Parameters string $method array $parameters Return Value $this Exceptions BadMethodCallException
void __clone() Clone cache repository instance. Return Value void
string getName() Get a unique identifier for the auth session value. Return Value string
Page 963 of 996