Application::booted()

void booted(mixed $callback) Register a new "booted" listener. Parameters mixed $callback Return Value void

Factory::getViewFactory()

Factory getViewFactory() Get the current view factory. Return Value Factory

RemindersTableCommand::line()

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

MessageBag::getMessages()

array getMessages() Get the raw messages in the container. Return Value array

HasOne

HasOne class HasOne extends HasOneOrMany (View source) Methods void __construct(Builder $query, Model $parent, string $foreignKey, string $localKey) Create a new has one or many relationship instance. from HasOneOrMany void addConstraints() Set the base constraints on the relation query. from HasOneOrMany void addEagerConstraints(array $models) Set the constraints for an eager load of the relation. from HasOneOrMany array initRelation(array $models, string $relation) Initializ

WorkCommand::run()

int run(InputInterface $input, OutputInterface $output) Run the console command. Parameters InputInterface $input OutputInterface $output Return Value int

MySqlConnection::transactionLevel()

int transactionLevel() Get the number of active transactions. Return Value int

MessageBag::all()

array all(string $format = null) Get all of the messages for every key in the bag. Parameters string $format Return Value array

MailFake::hasSent()

bool hasSent(string $mailable) Determine if the given mailable has been sent. Parameters string $mailable Return Value bool

Request::format()

string format(string $default = 'html') Get the data format expected in the response. Parameters string $default Return Value string