User::withHidden()

$this withHidden(array|string $attributes) deprecated deprecated since version 5.2. Use the "makeVisible" method directly. Make the given, typically hidden, attributes visible. Parameters array|string $attributes Return Value $this

Database\Query\Grammars

Illuminate\Database\Query\Grammars Classes Grammar MySqlGrammar PostgresGrammar SQLiteGrammar SqlServerGrammar

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

FailedTableCommand::info()

void info(string $string, null|int|string $verbosity = null) Write a string as information output. Parameters string $string null|int|string $verbosity Return Value void

Application::registerDeferredProvider()

void registerDeferredProvider(string $provider, string $service = null) Register a deferred provider and service. Parameters string $provider string $service Return Value void

AuthServiceProvider::__call()

mixed __call(string $method, array $parameters) Dynamically handle missing method calls. Parameters string $method array $parameters Return Value mixed Exceptions BadMethodCallException

Eloquent: Relationships

Eloquent: Relationships Introduction Defining Relationships One To One One To Many One To Many (Inverse) Many To Many Has Many Through Polymorphic Relations Many To Many Polymorphic Relations Querying Relations Relationship Methods Vs. Dynamic Properties Querying Relationship Existence Querying Relationship Absence Counting Related Models Eager Loading Constraining Eager Loads Lazy Eager Loading Inserting & Updating Related Models The save Method The create Method Belongs To Relation

DatabaseNotificationCollection::mode()

array mode(null $key = null) Get the mode of a given key. Parameters null $key Return Value array

IsSelected

IsSelected class IsSelected extends FormFieldConstraint (View source) Methods string toString() Get a string representation of the object. from PageConstraint void __construct(string $selector, mixed $value) Create a new constraint instance. from FormFieldConstraint array getSelectedValue(Crawler $crawler) Get the selected value of a select field or radio group.

Request::ip()

string ip() Returns the client IP address. Return Value string