int call(string $command, array $arguments = array()) Call another console command. Parameters string $command array $arguments Return Value int
void line(string $string) Write a string as standard output. Parameters string $string Return Value void
bool uses() Alias for the "currentRouteUses" method. Return Value bool
void fire() Execute the console command. Return Value void
string getMorphClass() Get the class name of the parent model. Return Value string
static mixed __callStatic(string $method, array $parameters) Dynamically handle calls to the class. Parameters string $method array $parameters Return Value mixed Exceptions BadMethodCallException
bool hasMonologConfigurator() Determine if the application has a custom Monolog configurator. Return Value bool
void __construct(Model $parent, array $attributes, string $table, bool $exists = false) Create a new pivot model instance. Parameters Model $parent array $attributes string $table bool $exists Return Value void
void addEagerConstraints(array $models) Set the constraints for an eager load of the relation. Parameters array $models Return Value void
static void updating(Closure|string $callback, int $priority) Register an updating model event with the dispatcher. Parameters Closure|string $callback int $priority Return Value void
Page 730 of 996