bool hasArgument(string|int $name) Determine if the given argument is present. Parameters string|int $name Return Value bool
static mixed getFacadeRoot() Get the root object behind the facade. Return Value mixed
Model getParent() Get the parent model of the relation. Return Value Model
array processColumnListing(array $results) Process the results of a column listing query. Parameters array $results Return Value array
static array compiles() Get a list of files that should be compiled for the package. Return Value array
static mixed __callStatic(string $method, array $args) Handle dynamic, static calls to the object. Parameters string $method array $args Return Value mixed Exceptions RuntimeException
Builder query() Get a new query builder instance. Return Value Builder
void info(string $string) Write a string as information output. Parameters string $string Return Value void
void fire() Execute the console command. Return Value void
Model createModel() Create a new instance of the model. Return Value Model
Page 39 of 996