MorphPivot::getRelations()

array getRelations() Get all the loaded relations for the instance. Return Value array

ViewClearCommand::info()

void info(string $string) Write a string as information output. Parameters string $string Return Value void

FormRequest::acceptsJson()

bool acceptsJson() Determines whether a request accepts JSON. Return Value bool

DatabaseNotification::addObservableEvents()

void addObservableEvents(array|mixed $observables) Add an observable event name. Parameters array|mixed $observables Return Value void

SessionTableCommand::call()

int call(string $command, array $arguments = array()) Call another console command. Parameters string $command array $arguments Return Value int

Hash::__callStatic()

static mixed __callStatic(string $method, array $args) Handle dynamic, static calls to the object. Parameters string $method array $args Return Value mixed

DatabaseNotification::setIncrementing()

$this setIncrementing(bool $value) Set whether IDs are incrementing. Parameters bool $value Return Value $this

Release Notes

Release Notes Support Policy Laravel 5.3 Laravel 5.2 Laravel 5.1.11 Laravel 5.1.4 Laravel 5.1 Laravel 5.0 Laravel 4.2 Laravel 4.1 Support Policy For LTS releases, such as Laravel 5.1, bug fixes are provided for 2 years and security fixes are provided for 3 years. These releases provide the longest window of support and maintenance. For general releases, bug fixes are provided for 6 months and security fixes are provided for 1 year.

Collection::except()

Collection except(mixed $keys) Returns all models in the collection except the models with specified keys. Parameters mixed $keys Return Value Collection

SqlServerConnection::statement()

bool statement(string $query, array $bindings = array()) Execute an SQL statement and return the boolean result. Parameters string $query array $bindings Return Value bool