MorphToMany::wrap()

string wrap(string $value) Wrap the given value with the parent query's grammar. Parameters string $value Return Value string

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

App::getFacadeApplication()

static Application getFacadeApplication() Get the application instance behind the facade. Return Value Application

Hasher

Hasher interface Hasher (View source) Methods string make(string $value, array $options = array()) Hash the given value. bool check(string $value, string $hashedValue, array $options = array()) Check the given plain value against a hash. bool needsRehash(string $hashedValue, array $options = array()) Check if the given hash has been hashed using the given options.

XCacheStore

XCacheStore class XCacheStore 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) Store an

MorphPivot::jsonSerialize()

array jsonSerialize() Convert the object into something JSON serializable. Return Value array

MorphOne::getParent()

Model getParent() Get the parent model of the relation. Return Value Model

HttpResponseException

HttpResponseException class HttpResponseException extends RuntimeException (View source) Methods void __construct(Response $response) Create a new HTTP response exception instance. Response getResponse() Get the underlying response instance.

HasOneOrMany::saveMany()

Traversable|array saveMany(Traversable|array $models) Attach a collection of models to the parent instance. Parameters Traversable|array $models Return Value Traversable|array

OptimizeCommand::error()

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