Router::input()

mixed input(string $key, string $default = null) Get a route parameter for the current route. Parameters string $key string $default Return Value mixed

Paginator::isEmpty()

bool isEmpty() Determine if the list of items is empty or not. Return Value bool

EngineInterface::get()

string get(string $path, array $data = array()) Get the evaluated contents of the view. Parameters string $path array $data Return Value string

BelongsToMany::updatedAt()

string updatedAt() Get the name of the "updated at" column. Return Value string

MorphPivot::destroy()

static int destroy(array|int $ids) Destroy the models for the given IDs. Parameters array|int $ids Return Value int

Model::offsetGet()

mixed offsetGet(mixed $offset) Get the value for a given offset. Parameters mixed $offset Return Value mixed

SQLiteConnection::getConfig()

mixed getConfig(string $option) Get an option from the configuration options. Parameters string $option Return Value mixed

SQLiteGrammar::parameter()

string parameter(mixed $value) Get the appropriate query parameter place-holder for a value. Parameters mixed $value Return Value string

EventFake::fire()

array|null fire(string|object $event, mixed $payload = array(), bool $halt = false) Fire an event and call the listeners. Parameters string|object $event mixed $payload bool $halt Return Value array|null

MorphPivot::morphMany()

MorphMany morphMany(string $related, string $name, string $type = null, string $id = null, string $localKey = null) Define a polymorphic one-to-many relationship. Parameters string $related string $name string $type string $id string $localKey Return Value MorphMany