TableCommand::call()

int call(string $command, array $arguments = array()) Call another console command. Parameters string $command array $arguments Return Value int

MakeControllerCommand::line()

void line(string $string) Write a string as standard output. Parameters string $string Return Value void

Router::uses()

bool uses() Alias for the "currentRouteUses" method. Return Value bool

UpCommand::fire()

void fire() Execute the console command. Return Value void

MorphOne::getMorphClass()

string getMorphClass() Get the class name of the parent model. Return Value string

Rule::__callStatic()

static mixed __callStatic(string $method, array $parameters) Dynamically handle calls to the class. Parameters string $method array $parameters Return Value mixed Exceptions BadMethodCallException

Application::hasMonologConfigurator()

bool hasMonologConfigurator() Determine if the application has a custom Monolog configurator. Return Value bool

Pivot::__construct()

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

HasOne::addEagerConstraints()

void addEagerConstraints(array $models) Set the constraints for an eager load of the relation. Parameters array $models Return Value void

User::updating()

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