HasManyThrough::createdAt()

string createdAt() Get the name of the "created at" column. Return Value string

Validator::extractValuesForWildcards()

array extractValuesForWildcards(array $data, string $attribute) Get all of the exact attribute values for a given wildcard attribute. Parameters array $data string $attribute Return Value array

Model::update()

bool update(array $attributes = array(), array $options = array()) Update the model in the database. Parameters array $attributes array $options Return Value bool

Container::offsetExists()

bool offsetExists(string $key) Determine if a given offset exists. Parameters string $key Return Value bool

Filesystem

Illuminate\Filesystem Classes Filesystem FilesystemServiceProvider

BroadcastManager::routes()

void routes(array $attributes = null) Register the routes for handling broadcast authentication and sockets. Parameters array $attributes Return Value void

MakeAuthCommand::askWithCompletion()

string askWithCompletion(string $question, array $choices, string $default = null) Prompt the user for input with auto completion. Parameters string $question array $choices string $default Return Value string

TaggedCache::has()

bool has(string $key) Determine if an item exists in the cache. Parameters string $key Return Value bool

ChannelManager::__construct()

void __construct(Application $app) Create a new manager instance. Parameters Application $app Return Value void

TokenGuard

TokenGuard class TokenGuard implements Guard (View source) Traits GuardHelpers These methods are typically the same across all guards.