EventMakeCommand::option()

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

MorphMany::getParentKey()

mixed getParentKey() Get the key value of the parent's local key. Return Value mixed

Pipeline

Illuminate\Pipeline Classes Hub Pipeline PipelineServiceProvider

Pipeline

Pipeline class Pipeline implements Pipeline (View source) Methods void __construct(Container $container = null) Create a new class instance. $this send(mixed $passable) Set the object being sent through the pipeline. $this through(array|mixed $pipes) Set the array of pipes. $this via(string $method) Set the method to call on the pipes. mixed then(Closure $destination) Run the pipeline with a final destination callback.

UserInterface::getRememberToken()

string getRememberToken() Get the token value for the "remember me" session. Return Value string

Pivot::onWriteConnection()

static Builder onWriteConnection() Begin querying the model on the write connection. Return Value Builder

Paginator::addQuery()

$this addQuery(string $key, string $value) Add a query string value to the paginator. Parameters string $key string $value Return Value $this

Response::withCookie()

$this withCookie(Cookie|mixed $cookie) Add a cookie to the response. Parameters Cookie|mixed $cookie Return Value $this

FileHelpers::path()

string path() Get the fully qualified path to the file. Return Value string

DatabaseNotification::setVisible()

$this setVisible(array $visible) Set the visible attributes for the model. Parameters array $visible Return Value $this