GenericUser::getRememberTokenName()

string getRememberTokenName() Get the column name for the "remember me" token. Return Value string

Container

Container class Container implements ArrayAccess, Container (View source) Properties array $contextual The contextual binding map.

ListenerMakeCommand::arguments()

array arguments() Get all of the arguments passed to the command. Return Value array

Filesystem::allDirectories()

array allDirectories(string|null $directory = null) Get all (recursive) of the directories within a given directory. Parameters string|null $directory Return Value array

FormRequest::format()

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

ControllerMakeCommand::confirm()

bool confirm(string $question, bool $default = false) Confirm a question with the user. Parameters string $question bool $default Return Value bool

Builder::setModel()

$this setModel(Model $model) Set a model instance for the model being queried. Parameters Model $model Return Value $this

User::setEventDispatcher()

static void setEventDispatcher(Dispatcher $dispatcher) Set the event dispatcher instance. Parameters Dispatcher $dispatcher Return Value void

WinCacheStore

WinCacheStore class WinCacheStore extends TaggableStore implements Store (View source) Methods TaggedCache section(string $name) deprecated Begin executing a new tags operation. from TaggableStore TaggedCache tags(array|mixed $names) Begin executing a new tags operation. from TaggableStore void __construct(string $prefix = '') Create a new WinCache store. mixed get(string $key) Retrieve an item from the cache by key. void put(string $key, mixed $value, int $minutes) Stor

Relation::morphMap()

static array morphMap(array $map = null, bool $merge = true) Set or get the morph map for polymorphic relations. Parameters array $map bool $merge Return Value array