Pivot::replicate()

Model replicate(array $except = null) Clone the model into a new, non-existing instance. Parameters array $except Return Value Model

FilesystemAdapter::putFileAs()

string|false putFileAs(string $path, File|UploadedFile $file, string $name, string $visibility = null) Store the uploaded file on the disk with a given name. Parameters string $path File|UploadedFile $file string $name string $visibility Return Value string|false

FilesystemAdapter::allFiles()

array allFiles(string|null $directory = null) Get all of the files from the given directory (recursive). Parameters string|null $directory Return Value array

MigrateCommand::getOutput()

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

TestMakeCommand::warn()

void warn(string $string) Write a string as warning output. Parameters string $string Return Value void

SqlServerGrammar::parameterize()

string parameterize(array $values) Create query parameter place-holders for an array. Parameters array $values Return Value string

EventFake::push()

void push(string $event, array $payload = array()) Register an event and payload to be fired later. Parameters string $event array $payload Return Value void

Paginator::offsetGet()

mixed offsetGet(mixed $key) Get the item at the given offset. Parameters mixed $key Return Value mixed

Router::resolveMiddlewareClassName()

string|array resolveMiddlewareClassName(string $name) Resolve the middleware name to a class name(s) preserving passed parameters. Parameters string $name Return Value string|array

DatabaseManager::__call()

mixed __call(string $method, array $parameters) Dynamically pass methods to the default connection. Parameters string $method array $parameters Return Value mixed