AliasLoader::isRegistered()

bool isRegistered() Indicates if the loader has been registered. Return Value bool

AliasLoader::register()

void register() Register the loader on the auto-loader stack. Return Value void

HasMany

HasMany class HasMany extends HasOneOrMany (View source) Methods void __construct(Builder $query, Model $parent, string $foreignKey, string $localKey) Create a new has one or many relationship instance. from HasOneOrMany void addConstraints() Set the base constraints on the relation query. from HasOneOrMany void addEagerConstraints(array $models) Set the constraints for an eager load of the relation. from HasOneOrMany array initRelation(array $models, string $relation) Initial

BusServiceProvider::provides()

array provides() Get the services provided by the provider. Return Value array

SesTransport::start()

start() {@inheritdoc}

Store

Store class Store implements SessionInterface (View source) Methods void __construct(string $name, SessionHandlerInterface $handler, string|null $id = null) Create a new session instance. start() {@inheritdoc} getId() {@inheritdoc} setId($id) {@inheritdoc} bool isValidId(string $id) Determine if this is a valid session ID. getName() {@inheritdoc} setName($name) {@inheritdoc} invalidate($lifetime = null) {@inheritdoc} migrate($destroy = false, $lifetime = null) {@

UploadedFile::extension()

string extension() Get the file's extension. Return Value string

CacheBasedSessionHandler::close()

close() {@inheritdoc}

KeyGeneratorServiceProvider::when()

array when() Get the events that trigger this service provider to register. Return Value array

AbstractPaginator::setPageName()

$this setPageName(string $name) Set the query string variable used to store the page. Parameters string $name Return Value $this