PublisherServiceProvider::when()

array when() Get the events that trigger this service provider to register. Return Value array

MorphOne::touch()

void touch() Touch all of the related models for the relationship. Return Value void

DatabaseJob::payload()

array payload() Get the decoded body of the job. Return Value array

UrlGenerator::setRoutes()

$this setRoutes(RouteCollection $routes) Set the route collection. Parameters RouteCollection $routes Return Value $this

User::toJson()

string toJson(int $options) Convert the model instance to JSON. Parameters int $options Return Value string

BaseCommand::secret()

string secret(string $question, bool $fallback = true) Prompt the user for input but hide the answer from the console. Parameters string $question bool $fallback Return Value string

RoutesCommand::info()

void info(string $string) Write a string as information output. Parameters string $string Return Value void

SeederMakeCommand::fire()

bool|null fire() Execute the console command. Return Value bool|null

PresenceVerifierInterface::getCount()

int getCount(string $collection, string $column, string $value, int $excludeId = null, string $idColumn = null, array $extra = array()) Count the number of objects in a collection having the given value. Parameters string $collection string $column string $value int $excludeId string $idColumn array $extra Return Value int

Factory::validate()

void validate(array $data, array $rules, array $messages = array(), array $customAttributes = array()) Validate the given data against the provided rules. Parameters array $data array $rules array $messages array $customAttributes Return Value void Exceptions ValidationException