ClosureCommand::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

ScheduleRunCommand::option()

string|array option(string $key = null) Get the value of a command option. Parameters string $key Return Value string|array

BelongsToMany::withTimestamps()

BelongsToMany withTimestamps(mixed $createdAt = null, mixed $updatedAt = null) Specify that the pivot table has creation and update timestamps. Parameters mixed $createdAt mixed $updatedAt Return Value BelongsToMany

FilesystemAdapter::prepend()

int prepend(string $path, string $data, string $separator = PHP_EOL) Prepend to a file. Parameters string $path string $data string $separator Return Value int

Collection::intersect()

Collection intersect(mixed $items) Intersect the collection with the given items. Parameters mixed $items Return Value Collection

ListFailedCommand

ListFailedCommand class ListFailedCommand extends Command (View source) Methods void __construct() Create a new console command instance. from Command int run(InputInterface $input, OutputInterface $output) Run the console command. from Command int call(string $command, array $arguments = array()) Call another console command. from Command int callSilent(string $command, array $arguments = array()) Call another console command silently. from Command bool hasArgument(string

TestMakeCommand::getOutput()

OutputInterface getOutput() Get the output implementation. Return Value OutputInterface

UserProviderInterface::validateCredentials()

bool validateCredentials(UserInterface $user, array $credentials) Validate a user against the given credentials. Parameters UserInterface $user array $credentials Return Value bool

MorphPivot::getConnectionResolver()

static ConnectionResolverInterface getConnectionResolver() Get the connection resolver instance. Return Value ConnectionResolverInterface

DatabaseMigrationRepository::createRepository()

void createRepository() Create the migration repository data store. Return Value void