A

AdminServiceProviderClass in namespace Flarum\Admin
AdminPayloadClass in namespace Flarum\Admin\Content
WhenSavingSettings::afterSave() — Method in class WhenSavingSettings
ApiKeyClass in namespace Flarum\Api
$ApiKey#allowed_ipsProperty in class ApiKey
ApiKeyFactoryClass in namespace Flarum\Api
ApiServiceProviderClass in namespace Flarum\Api
$Client#actorProperty in class Client
AbstractDeleteControllerClass in namespace Flarum\Api\Controller
$HasAuthorization#authenticatedProperty in class HasAuthorization
$HasAuthorization#abilityProperty in class HasAuthorization
$HasAuthorization#adminProperty in class HasAuthorization
HasAuthorization::authenticated() — Method in class HasAuthorization
HasAuthorization::admin() — Method in class HasAuthorization
$HasHooks#afterProperty in class HasHooks
HasHooks::after() — Method in class HasHooks
IncludesData::addDefaultInclude() — Method in class IncludesData
SavesAndValidatesData::assertDataValid() — Method in class SavesAndValidatesData
Assert that the field values within a data object pass validation.
$Endpoint#actionProperty in class Endpoint
Endpoint::action() — Method in class Endpoint
Index::applySorts() — Method in class Index
Index::applyFilters() — Method in class Index
AbstractDatabaseResourceClass in namespace Flarum\Api\Resource
AbstractResourceClass in namespace Flarum\Api\Resource
AccessTokenResourceClass in namespace Flarum\Api\Resource
$Bootable#apiProperty in class Bootable
AttachableClass in namespace Flarum\Api\Resource\Contracts
EloquentBuffer::add() — Method in class EloquentBuffer
$ForumResource#assetsFilesystemProperty in class ForumResource
ArrClass in namespace Flarum\Api\Schema
AttributeClass in namespace Flarum\Api\Schema
GetsRelationAggregates::avgRelation() — Method in class GetsRelationAggregates
DateTime::after() — Method in class DateTime
DateTime::afterOrEqual() — Method in class DateTime
ArrClass in namespace Flarum\Api\Schema\Type
Serializer::addPrimary() — Method in class Serializer
Add a primary resource to the document.
Serializer::addIncluded() — Method in class Serializer
Add an included resource to the document.
$SortColumn#aliasProperty in class SortColumn
SortColumn::ascendingAlias() — Method in class SortColumn
AbstractCommandClass in namespace Flarum\Console
AbstractModelClass in namespace Flarum\Database
Base model class, building on Eloquent.
$AbstractModel#afterSaveCallbacksProperty in class AbstractModel
An array of callbacks to be run once after the model is saved.
$AbstractModel#afterDeleteCallbacksProperty in class AbstractModel
An array of callbacks to be run once after the model is deleted.
AbstractModel::afterSave() — Method in class AbstractModel
Register a callback to be run once after the model is saved.
AbstractModel::afterDelete() — Method in class AbstractModel
Register a callback to be run once after the model is deleted.
Migration::addColumns() — Method in class Migration
Migration::addSettings() — Method in class Migration
Add default values for config values.
Migration::addPermissions() — Method in class Migration
AuthorFilterClass in namespace Flarum\Discussion\Search\Filter
ApiResourceClass in namespace Flarum\Extend
AuthClass in namespace Flarum\Extend
Auth::addPasswordChecker() — Method in class Auth
Add a new password checker.
$Console#addCommandsProperty in class Console
Middleware::add() — Method in class Middleware
Adds a new middleware to the frontend.
ModelUrl::addSlugDriver() — Method in class ModelUrl
Add a slug driver.
SearchDriver::addSearcher() — Method in class SearchDriver
Add a filter to this searcher. Filters are used to filter search queries.
SearchDriver::addFilter() — Method in class SearchDriver
Add a filter to this searcher. Filters are used to filter search queries.
SearchDriver::addMutator() — Method in class SearchDriver
Add a callback through which to run all search queries after filters have been applied.
Theme::addCustomLessFunction() — Method in class Theme
This method allows you to add custom Less functions.
Theme::addCustomLessVariable() — Method in class Theme
Defines a new Less variable to be accessible in all Less files.
User::avatarDriver() — Method in class User
Add an avatar driver.
BisectState::advance() — Method in class BisectState
$Extension#abandonedProperty in class Extension
Whether the composer package is marked as abandoned.
$Extension#authorsProperty in class Extension
$Extension#autoloadProperty in class Extension
$Extension#autoloadDevProperty in class Extension
Extension::assignId() — Method in class Extension
Assigns the id for the extension used globally.
Formatter::addConfigurationCallback() — Method in class Formatter
Formatter::addParsingCallback() — Method in class Formatter
Formatter::addUnparsingCallback() — Method in class Formatter
Formatter::addRenderingCallback() — Method in class Formatter
AssertRegisteredClass in namespace Flarum\Forum\Content
AbstractServiceProviderClass in namespace Flarum\Foundation
AbstractValidatorClass in namespace Flarum\Foundation
AbstractValidator::addConfiguration() — Method in class AbstractValidator
AbstractValidator::assertValid() — Method in class AbstractValidator
Throw an exception if a model is not valid.
AppInterfaceClass in namespace Flarum\Foundation
ApplicationClass in namespace Flarum\Foundation
ApplicationInfoProviderClass in namespace Flarum\Foundation
AssetsPublishCommandClass in namespace Flarum\Foundation\Console
ApplicationBootedClass in namespace Flarum\Foundation\Event
The "application booted" event is fired after the application has finished booting and all extension boot callbacks have been run, but before any requests have been handled.
AddLocaleAssetsClass in namespace Flarum\Frontend
AddTranslationsClass in namespace Flarum\Frontend
AssetManagerClass in namespace Flarum\Frontend
$AssetManager#assetsProperty in class AssetManager
AssetManager::all() — Method in class AssetManager
AssetsClass in namespace Flarum\Frontend
A factory class for creating frontend asset compilers.
Assets::addLessImportOverrides() — Method in class Assets
Assets::addFileSourceOverrides() — Method in class Assets
CompilerInterface::addSources() — Method in class CompilerInterface
HasSources::addSources() — Method in class HasSources
HasSources::allowedSourceTypes() — Method in class HasSources
FileVersioner::allRevisions() — Method in class FileVersioner
JsDirectoryCompiler::allowedSourceTypes() — Method in class JsDirectoryCompiler
RevisionCompiler::allowedSourceTypes() — Method in class RevisionCompiler
SourceCollector::addFile() — Method in class SourceCollector
SourceCollector::addString() — Method in class SourceCollector
SourceCollector::addDirectory() — Method in class SourceCollector
VersionerInterface::allRevisions() — Method in class VersionerInterface
AssetsClass in namespace Flarum\Frontend\Content
$Assets#assetsProperty in class Assets
Assets::assembleCompilers() — Method in class Assets
Assembles JS and CSS compilers to be used to generate frontend assets.
Assets::addAssetsToDocument() — Method in class Assets
Adds URLs of frontend JS and CSS to the Document class.
$Document#appViewProperty in class Document
The name of the frontend app view to display.
FrontendServiceProvider::addBaseCss() — Method in class FrontendServiceProvider
AccessTokenClass in namespace Flarum\Http
AccessTokenFactoryClass in namespace Flarum\Http
AccessTokenPolicyClass in namespace Flarum\Http\Access
ActorReferenceClass in namespace Flarum\Http
AbstractHtmlControllerClass in namespace Flarum\Http\Controller
AccessTokenSearcherClass in namespace Flarum\Http\Filter
AccessTokenTypeFilterClass in namespace Flarum\Http\Filter
Filters an access tokens request by the token type.
AuthenticateWithHeaderClass in namespace Flarum\Http\Middleware
AuthenticateWithSessionClass in namespace Flarum\Http\Middleware
RouteCollection::addRoute() — Method in class RouteCollection
RouteCollection::applyRoutes() — Method in class RouteCollection
UrlGenerator::addCollection() — Method in class UrlGenerator
Register a named route collection for URL generation.
AdminUserClass in namespace Flarum\Install
$FileDataProvider#adminUserProperty in class FileDataProvider
Installation::adminUser() — Method in class Installation
Installation::accessToken() — Method in class Installation
LocaleManager::addLocale() — Method in class LocaleManager
LocaleManager::addTranslations() — Method in class LocaleManager
LocaleManager::addJsFile() — Method in class LocaleManager
LocaleManager::addCssFile() — Method in class LocaleManager
Repository::all() — Method in class Repository
Get all context data.
Repository::add() — Method in class Repository
Add a context value.
Repository::addHidden() — Method in class Repository
Add a hidden context value.
Repository::allHidden() — Method in class Repository
Get all hidden context data.
DriverInterface::availableSettings() — Method in class DriverInterface
Provide a list of settings for this driver.
LogDriver::availableSettings() — Method in class LogDriver
Provide a list of settings for this driver.
MailgunDriver::availableSettings() — Method in class MailgunDriver
Provide a list of settings for this driver.
NullDriver::availableSettings() — Method in class NullDriver
Provide a list of settings for this driver.
PostmarkDriver::availableSettings() — Method in class PostmarkDriver
Provide a list of settings for this driver.
SendmailDriver::availableSettings() — Method in class SendmailDriver
Provide a list of settings for this driver.
SmtpDriver::availableSettings() — Method in class SmtpDriver
Provide a list of settings for this driver.
AlertableInterfaceClass in namespace Flarum\Notification
The notification Alert driver only picks up notifications that implement this interface.
AlertNotificationDriverClass in namespace Flarum\Notification\Driver
NotificationServiceProvider::addType() — Method in class NotificationServiceProvider
NotificationSyncer::addNotificationDriver() — Method in class NotificationSyncer
AbstractEventPostClass in namespace Flarum\Post
AuthorFilterClass in namespace Flarum\Post\Filter
RegisteredTypesScope::apply() — Method in class RegisteredTypesScope
Apply the scope to a given Eloquent query builder.
AbstractJobClass in namespace Flarum\Queue
DatabaseWorkerArgs::args() — Method in class DatabaseWorkerArgs
Listener::addEnvironment() — Method in class Listener
Listener::artisanBinary() — Method in class Listener
AbstractDriverClass in namespace Flarum\Search
AbstractFulltextFilterClass in namespace Flarum\Search
AbstractSearcherClass in namespace Flarum\Search\Database
AbstractSearcher::applySort() — Method in class AbstractSearcher
AbstractSearcher::applyOffset() — Method in class AbstractSearcher
AbstractSearcher::applyLimit() — Method in class AbstractSearcher
FilterManager::add() — Method in class FilterManager
FilterManager::apply() — Method in class FilterManager
FilterManager::applyFilters() — Method in class FilterManager
FilterManager::applyFulltext() — Method in class FilterManager
SearchResults::areMoreResults() — Method in class SearchResults
$SearchState#activeFiltersProperty in class SearchState
SearchState::addActiveFilter() — Method in class SearchState
ValidateFilterTrait::asStringArray() — Method in class ValidateFilterTrait
ValidateFilterTrait::asString() — Method in class ValidateFilterTrait
ValidateFilterTrait::asInt() — Method in class ValidateFilterTrait
ValidateFilterTrait::asIntArray() — Method in class ValidateFilterTrait
ValidateFilterTrait::asBool() — Method in class ValidateFilterTrait
DatabaseSettingsRepository::all() — Method in class DatabaseSettingsRepository
DefaultSettingsRepository::all() — Method in class DefaultSettingsRepository
MemoryCacheSettingsRepository::all() — Method in class MemoryCacheSettingsRepository
OverrideSettingsRepository::all() — Method in class OverrideSettingsRepository
SettingsRepositoryInterface::all() — Method in class SettingsRepositoryInterface
UninstalledSettingsRepository::all() — Method in class UninstalledSettingsRepository
AbstractPolicyClass in namespace Flarum\User\Access
AbstractPolicy::allow() — Method in class AbstractPolicy
Gate::allows() — Method in class Gate
Determine if the given ability should be granted for the current user.
AccountActivationMailerClass in namespace Flarum\User
AccountActivationMailerTraitClass in namespace Flarum\User
AvatarUploaderClass in namespace Flarum\User
AvatarValidatorClass in namespace Flarum\User
AvatarValidator::assertValid() — Method in class AvatarValidator
Throw an exception if a model is not valid.
AvatarValidator::assertFileRequired() — Method in class AvatarValidator
AvatarValidator::assertFileMimes() — Method in class AvatarValidator
AvatarValidator::assertFileSize() — Method in class AvatarValidator
DefaultDriver::avatarUrl() — Method in class DefaultDriver
Return an avatar URL for a user.
DriverInterface::avatarUrl() — Method in class DriverInterface
Return an avatar URL for a user.
ActivatedClass in namespace Flarum\User\Event
AvatarChangedClass in namespace Flarum\User\Event
AvatarDeletingClass in namespace Flarum\User\Event
AvatarSavingClass in namespace Flarum\User\Event
$User#avatarDriverProperty in class User
A driver for getting avatar URLs.
$User#avatar_urlProperty in class User
$User#accessTokensProperty in class User
User::activate() — Method in class User
User::assertPermission() — Method in class User
Ensure the current user is allowed to do something.
User::assertRegistered() — Method in class User
Ensure the given actor is authenticated.
User::assertCan() — Method in class User
User::assertAdmin() — Method in class User
User::accessTokens() — Method in class User
User::addGroupProcessor() — Method in class User
Register a callback that processes a user's list of groups.

B

AdminServiceProvider::boot() — Method in class AdminServiceProvider
WhenSavingSettings::beforeSave() — Method in class WhenSavingSettings
ApiServiceProvider::boot() — Method in class ApiServiceProvider
$Client#bodyProperty in class Client
$HasHooks#beforeProperty in class HasHooks
HasHooks::before() — Method in class HasHooks
$Endpoint#beforeSerializationProperty in class Endpoint
Endpoint::beforeSerialization() — Method in class Endpoint
$JsonApi#baseRequestProperty in class JsonApi
BootableClass in namespace Flarum\Api\Resource\Concerns
Bootable::boot() — Method in class Bootable
Avoids polluting the constructor of the resource with dependencies.
BooleanClass in namespace Flarum\Api\Schema
DateTime::before() — Method in class DateTime
DateTime::beforeOrEqual() — Method in class DateTime
BusServiceProviderClass in namespace Flarum\Bus
ConsoleServiceProvider::boot() — Method in class ConsoleServiceProvider
AbstractModel::boot() — Method in class AbstractModel
DatabaseServiceProvider::boot() — Method in class DatabaseServiceProvider
Discussion::boot() — Method in class Discussion
DiscussionServiceProvider::boot() — Method in class DiscussionServiceProvider
Model::belongsTo() — Method in class Model
Establish a simple belongsTo relationship from this model to another model.
Model::belongsToMany() — Method in class Model
Establish a simple belongsToMany relationship from this model to another model.
Notification::beforeSending() — Method in class Notification
BisectClass in namespace Flarum\Extension
$Bisect#breakProperty in class Bisect
When running bisect across multiple processes (such as multiple HTTP requests), this flag can be used to stop the bisect process after the first step it completes.
Bisect::break() — Method in class Bisect
Bisect::bisect() — Method in class Bisect
BisectStateClass in namespace Flarum\Extension
BisectCommandClass in namespace Flarum\Extension\Console
ExtensionServiceProvider::boot() — Method in class ExtensionServiceProvider
DriverInterface::build() — Method in class DriverInterface
Construct a Laravel Cloud filesystem for this filesystem driver.
ForumServiceProvider::boot() — Method in class ForumServiceProvider
$LogInValidator#basicProperty in class LogInValidator
LogInValidator::basic() — Method in class LogInValidator
$Application#bootedProperty in class Application
$Application#bootingCallbacksProperty in class Application
$Application#bootedCallbacksProperty in class Application
Application::boot() — Method in class Application
Application::bootProvider() — Method in class Application
Application::booting() — Method in class Application
Application::booted() — Method in class Application
InteractsWithLaravel::basePath() — Method in class InteractsWithLaravel
InteractsWithLaravel::bootstrapPath() — Method in class InteractsWithLaravel
InteractsWithLaravel::bootstrapWith() — Method in class InteractsWithLaravel
InstalledApp::basePath() — Method in class InstalledApp
InstalledSite::bootApp() — Method in class InstalledSite
Create and boot a Flarum application instance.
InstalledSite::bootLaravel() — Method in class InstalledSite
$Paths#baseProperty in class Paths
SiteInterface::bootApp() — Method in class SiteInterface
Create and boot a Flarum application instance.
UninstalledSite::bootApp() — Method in class UninstalledSite
Create and boot a Flarum application instance.
UninstalledSite::bootLaravel() — Method in class UninstalledSite
BasicTitleDriverClass in namespace Flarum\Frontend\Driver
FrontendServiceProvider::boot() — Method in class FrontendServiceProvider
Group::boot() — Method in class Group
GroupServiceProvider::boot() — Method in class GroupServiceProvider
HttpServiceProvider::boot() — Method in class HttpServiceProvider
RouteCollectionUrlGenerator::base() — Method in class RouteCollectionUrlGenerator
BaseUrlClass in namespace Flarum\Install
$FileDataProvider#baseUrlProperty in class FileDataProvider
$UserDataProvider#baseUrlProperty in class UserDataProvider
InstallServiceProvider::boot() — Method in class InstallServiceProvider
Installation::baseUrl() — Method in class Installation
Installation::build() — Method in class Installation
DriverInterface::buildTransport() — Method in class DriverInterface
Build a mail transport based on Flarum's current settings.
LogDriver::buildTransport() — Method in class LogDriver
Build a mail transport based on Flarum's current settings.
MailServiceProvider::boot() — Method in class MailServiceProvider
MailgunDriver::buildTransport() — Method in class MailgunDriver
Build a mail transport based on Flarum's current settings.
NullDriver::buildTransport() — Method in class NullDriver
Build a mail transport based on Flarum's current settings.
PostmarkDriver::buildTransport() — Method in class PostmarkDriver
Build a mail transport based on Flarum's current settings.
SendmailDriver::buildTransport() — Method in class SendmailDriver
Build a mail transport based on Flarum's current settings.
SmtpDriver::buildTransport() — Method in class SmtpDriver
Build a mail transport based on Flarum's current settings.
BlueprintInterfaceClass in namespace Flarum\Notification\Blueprint
A notification BlueprintInterface, when instantiated, represents a notification about something. The blueprint is used by the NotificationSyncer to commit the notification to the database.
NotificationServiceProvider::boot() — Method in class NotificationServiceProvider
$NotificationSyncer#beforeSendingCallbacksProperty in class NotificationSyncer
NotificationSyncer::beforeSending() — Method in class NotificationSyncer
CommentPost::boot() — Method in class CommentPost
DiscussionRenamedPost::buildContent() — Method in class DiscussionRenamedPost
Post::boot() — Method in class Post
PostServiceProvider::boot() — Method in class PostServiceProvider
IndexerInterface::build() — Method in class IndexerInterface
Build the index from scratch.
SearchServiceProvider::boot() — Method in class SearchServiceProvider
SettingsServiceProvider::boot() — Method in class SettingsServiceProvider
UpdateServiceProvider::boot() — Method in class UpdateServiceProvider
SessionDriverInterface::build() — Method in class SessionDriverInterface
Build a session handler to handle sessions.
User::boot() — Method in class User
UserServiceProvider::boot() — Method in class UserServiceProvider

C

$ApiKey#castsProperty in class ApiKey
$ApiKey#created_atProperty in class ApiKey
ClientClass in namespace Flarum\Api
ClientMiddlewarePipeClass in namespace Flarum\Api
ContextClass in namespace Flarum\Api
Context::creating() — Method in class Context
ClearCacheControllerClass in namespace Flarum\Api\Controller
CreateTokenControllerClass in namespace Flarum\Api\Controller
Not to be confused with the CreateAccessTokenController, this controller is used to authenticate a user with credentials, and return a system generated session-type access token.
HasAuthorization::can() — Method in class HasAuthorization
HasEagerLoading::compileSimpleEagerLoads() — Method in class HasEagerLoading
HasEagerLoading::compileWhereEagerLoads() — Method in class HasEagerLoading
HasHooks::callBeforeHook() — Method in class HasHooks
HasHooks::callAfterHook() — Method in class HasHooks
CreateClass in namespace Flarum\Api\Endpoint
$JsonApi#containerProperty in class JsonApi
JsonApi::container() — Method in class JsonApi
AbstractDatabaseResource::count() — Method in class AbstractDatabaseResource
AbstractDatabaseResource::create() — Method in class AbstractDatabaseResource
AccessTokenResource::created() — Method in class AccessTokenResource
$Extendable#cachedEndpointsProperty in class Extendable
$Extendable#cachedFieldsProperty in class Extendable
$Extendable#cachedSortsProperty in class Extendable
HasHooks::createAction() — Method in class HasHooks
HasHooks::creating() — Method in class HasHooks
HasHooks::created() — Method in class HasHooks
CountableClass in namespace Flarum\Api\Resource\Contracts
Countable::count() — Method in class Countable
Count the models for the given query.
CreatableClass in namespace Flarum\Api\Resource\Contracts
DiscussionResource::creating() — Method in class DiscussionResource
DiscussionResource::created() — Method in class DiscussionResource
PostResource::created() — Method in class PostResource
GetsRelationAggregates::countRelation() — Method in class GetsRelationAggregates
ConsoleServiceProviderClass in namespace Flarum\Console
$Schedule#configProperty in class Schedule
$AbstractModel#customCastsProperty in class AbstractModel
GenerateDumpCommand::configure() — Method in class GenerateDumpCommand
MigrateCommand::configure() — Method in class MigrateCommand
ResetCommand::configure() — Method in class ResetCommand
DatabaseMigrationRepository::createRepository() — Method in class DatabaseMigrationRepository
Create the migration repository data store.
CollectionClass in namespace Flarum\Database\Eloquent
Migration::createTable() — Method in class Migration
Migration::createTableIfNotExists() — Method in class Migration
MigrationRepositoryInterface::createRepository() — Method in class MigrationRepositoryInterface
Create the migration repository table.
DiscussionPolicy::can() — Method in class DiscussionPolicy
$Discussion#castsProperty in class Discussion
$Discussion#comment_countProperty in class Discussion
$Discussion#created_atProperty in class Discussion
$Discussion#commentsProperty in class Discussion
Discussion::comments() — Method in class Discussion
The discussion's publicly-visible comments.
AuthorFilter::constrain() — Method in class AuthorFilter
CreatedFilterClass in namespace Flarum\Discussion\Search\Filter
CreatedFilter::constrain() — Method in class CreatedFilter
HiddenFilter::constrain() — Method in class HiddenFilter
UnreadFilter::constrain() — Method in class UnreadFilter
$UserState#castsProperty in class UserState
ConditionalClass in namespace Flarum\Extend
The Conditional extender allows developers to conditionally apply other extenders based on either boolean values or results from callable functions.
$Conditional#conditionsProperty in class Conditional
An array of conditions and their associated extenders.
ConsoleClass in namespace Flarum\Extend
Console::command() — Method in class Console
CsrfClass in namespace Flarum\Extend
$Csrf#csrfExemptRoutesProperty in class Csrf
Formatter::configure() — Method in class Formatter
Configure the formatter. This can be used to add support for custom markdown/bbcode/etc tags, or otherwise change the formatter. Please see documentation for the s9e text formatter library for more information on how to use this.
Frontend::css() — Method in class Frontend
Add a CSS file to load in the frontend.
Frontend::content() — Method in class Frontend
Modify the content of the frontend.
Model::cast() — Method in class Model
Add a custom attribute type cast. Should not be applied to non-extension attributes.
ModelPrivate::checker() — Method in class ModelPrivate
Add a model privacy checker.
Validator::configure() — Method in class Validator
Configure the validator. This is often used to adjust validation rules, but can be used to make other changes to the validator as well.
Bisect::checkIssueUsing() — Method in class Bisect
BisectState::continue() — Method in class BisectState
BisectState::continueOrStart() — Method in class BisectState
ToggleExtensionCommand::configure() — Method in class ToggleExtensionCommand
CircularDependenciesExceptionClass in namespace Flarum\Extension\Exception
CircularDependenciesExceptionHandlerClass in namespace Flarum\Extension\Exception
$Extension#conflictProperty in class Extension
Extension::composerJsonAttribute() — Method in class Extension
Dot notation getter for composer.json attributes.
Extension::calculateDependencies() — Method in class Extension
Get the list of flarum extensions that this extension depends on.
Extension::copyAssetsTo() — Method in class Extension
$Formatter#configurationCallbacksProperty in class Formatter
Formatter::configureExternalLinks() — Method in class Formatter
Formatter::configureDefaultsOnLinks() — Method in class Formatter
Formatter::convert() — Method in class Formatter
Converts a plain text string (with or without Markdown) to it's HTML equivalent.
$HasFormattedContent#contentProperty in class HasFormattedContent
ConfirmEmailControllerClass in namespace Flarum\Forum\Controller
ConfirmEmailViewControllerClass in namespace Flarum\Forum\Controller
$AbstractServiceProvider#containerProperty in class AbstractServiceProvider
$AbstractValidator#configurationProperty in class AbstractValidator
Application::config() — Method in class Application
InteractsWithLaravel::configPath() — Method in class InteractsWithLaravel
ConfigClass in namespace Flarum\Foundation
AssetsPublishCommand::configure() — Method in class AssetsPublishCommand
CacheClearCommandClass in namespace Flarum\Foundation\Console
CacheClearCommand::configure() — Method in class CacheClearCommand
InfoCommand::configure() — Method in class InfoCommand
ContainerUtilClass in namespace Flarum\Foundation
ClearingCacheClass in namespace Flarum\Foundation\Event
FontAwesome::cdnUrl() — Method in class FontAwesome
FontAwesome::configOverride() — Method in class FontAwesome
MaintenanceMode::configOverride() — Method in class MaintenanceMode
Assets::css() — Method in class Assets
CompilerInterfaceClass in namespace Flarum\Frontend\Compiler
CompilerInterface::commit() — Method in class CompilerInterface
JsDirectoryCompiler::commit() — Method in class JsDirectoryCompiler
JsDirectoryCompiler::compileSource() — Method in class JsDirectoryCompiler
JsDirectoryCompiler::compilerFor() — Method in class JsDirectoryCompiler
$LessCompiler#cacheDirProperty in class LessCompiler
$LessCompiler#customFunctionsProperty in class LessCompiler
LessCompiler::compile() — Method in class LessCompiler
RevisionCompiler::commit() — Method in class RevisionCompiler
RevisionCompiler::compile() — Method in class RevisionCompiler
RevisionCompiler::calculateRevision() — Method in class RevisionCompiler
$Assets#commonAssetsProperty in class Assets
CorePayloadClass in namespace Flarum\Frontend\Content
ControllerClass in namespace Flarum\Frontend
$Document#contentViewProperty in class Document
The name of the frontend content view to display.
$Document#contentProperty in class Document
The SEO content of the page, displayed within the layout in
$Document#canonicalUrlProperty in class Document
The canonical URL for this page.
$Document#criticalCssProperty in class Document
Inline critical CSS emitted before the async stylesheet links.
$Document#cssProperty in class Document
An array of CSS URLs to load.
$Frontend#contentProperty in class Frontend
Frontend::content() — Method in class Frontend
GroupPolicy::can() — Method in class GroupPolicy
CreatedClass in namespace Flarum\Group\Event
$Group#castsProperty in class Group
$Group#colorProperty in class Group
$Permission#castsProperty in class Permission
$AccessToken#castsProperty in class AccessToken
$AccessToken#created_atProperty in class AccessToken
CookieFactoryClass in namespace Flarum\Http
CheckCsrfTokenClass in namespace Flarum\Http\Middleware
CheckForMaintenanceModeClass in namespace Flarum\Http\Middleware
CollectGarbageClass in namespace Flarum\Http\Middleware
ContentTypeOptionsHeaderClass in namespace Flarum\Http\Middleware
$StartSession#configProperty in class StartSession
DataProviderInterface::configure() — Method in class DataProviderInterface
FileDataProvider::configure() — Method in class FileDataProvider
InstallCommand::configure() — Method in class InstallCommand
UserDataProvider::configure() — Method in class UserDataProvider
Installation::configPath() — Method in class Installation
CompositeClass in namespace Flarum\Install\Prerequisite
ConnectToDatabaseClass in namespace Flarum\Install\Steps
CreateAdminUserClass in namespace Flarum\Install\Steps
$LocaleManager#cssProperty in class LocaleManager
LocaleManager::clearCache() — Method in class LocaleManager
Translator::choice() — Method in class Translator
DriverInterface::canSend() — Method in class DriverInterface
Does this driver actually send out emails?
LogDriver::canSend() — Method in class LogDriver
Does this driver actually send out emails?
MailgunDriver::canSend() — Method in class MailgunDriver
Does this driver actually send out emails?
NullDriver::canSend() — Method in class NullDriver
Does this driver actually send out emails?
PostmarkDriver::canSend() — Method in class PostmarkDriver
Does this driver actually send out emails?
SendmailDriver::canSend() — Method in class SendmailDriver
Does this driver actually send out emails?
SmtpDriver::canSend() — Method in class SmtpDriver
Does this driver actually send out emails?
$Notification#castsProperty in class Notification
$Notification#created_atProperty in class Notification
$UnsubscribeToken#castsProperty in class UnsubscribeToken
$UnsubscribeToken#created_atProperty in class UnsubscribeToken
$AbstractEventPost#contentProperty in class AbstractEventPost
PostPolicy::can() — Method in class PostPolicy
CommentPostClass in namespace Flarum\Post
A standard comment in a discussion.
$Post#castsProperty in class Post
$Post#created_atProperty in class Post
$Post#contentProperty in class Post
QueueFactory::connection() — Method in class QueueFactory
Resolve a queue connection instance.
$QueueServiceProvider#commandsProperty in class QueueServiceProvider
ModelObserver::created() — Method in class ModelObserver
$MemoryCacheSettingsRepository#cacheProperty in class MemoryCacheSettingsRepository
AbstractPolicy::checkAbility() — Method in class AbstractPolicy
UserPolicy::can() — Method in class UserPolicy
ConfirmEmailClass in namespace Flarum\User\Command
ConfirmEmailHandlerClass in namespace Flarum\User\Command
ConvertAvatarsToWebpCommandClass in namespace Flarum\User\Console
ConvertAvatarsToWebpCommand::configure() — Method in class ConvertAvatarsToWebpCommand
$EmailToken#castsProperty in class EmailToken
$EmailToken#created_atProperty in class EmailToken
$LoginProvider#castsProperty in class LoginProvider
$LoginProvider#created_atProperty in class LoginProvider
$PasswordToken#castsProperty in class PasswordToken
$PasswordToken#created_atProperty in class PasswordToken
$RegistrationToken#castsProperty in class RegistrationToken
$RegistrationToken#created_atProperty in class RegistrationToken
EmailFilter::constrain() — Method in class EmailFilter
GroupFilter::constrain() — Method in class GroupFilter
TokensClearer::clearPasswordTokens() — Method in class TokensClearer
TokensClearer::clearEmailTokens() — Method in class TokensClearer
$User#castsProperty in class User
$User#comment_countProperty in class User
User::changeEmail() — Method in class User
User::changePassword() — Method in class User
User::changeAvatarPath() — Method in class User
User::checkPassword() — Method in class User
User::can() — Method in class User
User::cannot() — Method in class User

D

DisableBrowserCacheClass in namespace Flarum\Admin\Middleware
ApiKeyFactory::definition() — Method in class ApiKeyFactory
Client::delete() — Method in class Client
Context::deleting() — Method in class Context
AbstractDeleteController::delete() — Method in class AbstractDeleteController
ClearCacheController::delete() — Method in class ClearCacheController
DeleteAllNotificationsControllerClass in namespace Flarum\Api\Controller
DeleteAllNotificationsController::delete() — Method in class DeleteAllNotificationsController
DeleteFaviconControllerClass in namespace Flarum\Api\Controller
DeleteFaviconController::delete() — Method in class DeleteFaviconController
DeleteLogoControllerClass in namespace Flarum\Api\Controller
DeleteLogoController::delete() — Method in class DeleteLogoController
DeleteLogoDarkModeControllerClass in namespace Flarum\Api\Controller
ReadAllNotificationsController::delete() — Method in class ReadAllNotificationsController
TerminateAllOtherSessionsController::delete() — Method in class TerminateAllOtherSessionsController
UninstallExtensionController::delete() — Method in class UninstallExtensionController
$ExtractsListingParams#defaultSortProperty in class ExtractsListingParams
ExtractsListingParams::defaultExtracts() — Method in class ExtractsListingParams
DeleteClass in namespace Flarum\Api\Endpoint
Index::defaultSort() — Method in class Index
AbstractDatabaseResource::delete() — Method in class AbstractDatabaseResource
AccessTokenResource::delete() — Method in class AccessTokenResource
HasHooks::deleteAction() — Method in class HasHooks
HasHooks::deleting() — Method in class HasHooks
HasHooks::deleted() — Method in class HasHooks
HasHooks::dispatchEventsFor() — Method in class HasHooks
DeletableClass in namespace Flarum\Api\Resource\Contracts
DiscussionResourceClass in namespace Flarum\Api\Resource
DiscussionResource::deleting() — Method in class DiscussionResource
GroupResource::deleting() — Method in class GroupResource
$PostResource#defaultLimitProperty in class PostResource
PostResource::deleting() — Method in class PostResource
UserResource::deleting() — Method in class UserResource
DateClass in namespace Flarum\Api\Schema
DateTimeClass in namespace Flarum\Api\Schema
ToOne::deserializeValue() — Method in class ToOne
Arr::deserialize() — Method in class Arr
SortColumn::descendingAlias() — Method in class SortColumn
DispatcherClass in namespace Flarum\Bus
Schedule::dueEvents() — Method in class Schedule
$AbstractModel#defaultsProperty in class AbstractModel
DatabaseMigrationRepositoryClass in namespace Flarum\Database
DatabaseMigrationRepository::delete() — Method in class DatabaseMigrationRepository
Remove a migration from the log.
DatabaseServiceProviderClass in namespace Flarum\Database
Migration::dropColumns() — Method in class Migration
MigrationRepositoryInterface::delete() — Method in class MigrationRepositoryInterface
Remove a migration from the log.
DiscussionPolicyClass in namespace Flarum\Discussion\Access
DiscussionClass in namespace Flarum\Discussion
DiscussionFactoryClass in namespace Flarum\Discussion
DiscussionFactory::definition() — Method in class DiscussionFactory
DiscussionMetadataUpdaterClass in namespace Flarum\Discussion
DiscussionRenamedLoggerClass in namespace Flarum\Discussion
DiscussionRepositoryClass in namespace Flarum\Discussion
DiscussionServiceProviderClass in namespace Flarum\Discussion
DeletedClass in namespace Flarum\Discussion\Event
DeletingClass in namespace Flarum\Discussion\Event
DiscussionSearcherClass in namespace Flarum\Discussion\Search
$UserState#discussion_idProperty in class UserState
$UserState#discussionProperty in class UserState
UserState::discussion() — Method in class UserState
Filesystem::disk() — Method in class Filesystem
Declare a new filesystem disk.
Filesystem::driver() — Method in class Filesystem
Register a new filesystem driver.
Mail::driver() — Method in class Mail
Add a mail driver.
Model::default() — Method in class Model
Add a default value for a given attribute, which can be an explicit value, a closure, or an instance of an invokable class. Unlike with some other extenders, it CANNOT be the `::class` attribute of an invokable class.
Notification::driver() — Method in class Notification
Routes::delete() — Method in class Routes
Add a DELETE route.
Session::driver() — Method in class Session
Register a new session driver.
Settings::default() — Method in class Settings
Set a default value for a setting.
User::displayNameDriver() — Method in class User
Add a display name driver.
DefaultLanguagePackGuardClass in namespace Flarum\Extension
DisabledClass in namespace Flarum\Extension\Event
DisablingClass in namespace Flarum\Extension\Event
DependentExtensionsExceptionClass in namespace Flarum\Extension\Exception
This exception is thrown when someone attempts to disable an extension that other enabled extensions depend on.
DependentExtensionsExceptionHandlerClass in namespace Flarum\Extension\Exception
$Extension#descriptionProperty in class Extension
Extension::disable() — Method in class Extension
ExtensionManager::disable() — Method in class ExtensionManager
DriverInterfaceClass in namespace Flarum\Filesystem
DiscussionClass in namespace Flarum\Forum\Content
InteractsWithLaravel::databasePath() — Method in class InteractsWithLaravel
Config::defaults() — Method in class Config
DispatchEventsTraitClass in namespace Flarum\Foundation
DispatchEventsTrait::dispatchEventsFor() — Method in class DispatchEventsTrait
Dispatch all events for an entity.
JsCompiler::delete() — Method in class JsCompiler
JsDirectoryCompiler::destinationFor() — Method in class JsDirectoryCompiler
RevisionCompiler::delete() — Method in class RevisionCompiler
DirectorySourceClass in namespace Flarum\Frontend\Compiler\Source
DocumentClass in namespace Flarum\Frontend
A view which renders a HTML skeleton for Flarum's frontend app.
$Document#directionProperty in class Document
The text direction of the document, displayed as the value of the attribute `dir` in the tag.
Frontend::document() — Method in class Frontend
DeletedClass in namespace Flarum\Group\Event
DeletingClass in namespace Flarum\Group\Event
GroupFactory::definition() — Method in class GroupFactory
AccessTokenFactory::definition() — Method in class AccessTokenFactory
$CookieFactory#domainProperty in class CookieFactory
DeveloperAccessTokenClass in namespace Flarum\Http
DeveloperTokenCreatedClass in namespace Flarum\Http\Event
$ResolveRoute#dispatcherProperty in class ResolveRoute
$RouteCollection#dataGeneratorProperty in class RouteCollection
RouteCollection::delete() — Method in class RouteCollection
DataProviderInterfaceClass in namespace Flarum\Install\Console
$FileDataProvider#debugProperty in class FileDataProvider
$FileDataProvider#databaseConfigurationProperty in class FileDataProvider
$InstallCommand#dataSourceProperty in class InstallCommand
DatabaseConfigClass in namespace Flarum\Install
Installation::debugMode() — Method in class Installation
Installation::databaseConfig() — Method in class Installation
Repository::dehydrate() — Method in class Repository
Dehydrate the context data for serialization.
Repository::dehydrating() — Method in class Repository
Register a dehydrating callback.
DriverInterfaceClass in namespace Flarum\Mail
An interface for a mail service.
DiscussionRenamedBlueprintClass in namespace Flarum\Notification\Blueprint
DeleteAllNotificationsClass in namespace Flarum\Notification\Command
DeleteAllNotificationsHandlerClass in namespace Flarum\Notification\Command
DeletedAllClass in namespace Flarum\Notification\Event
$Notification#dataProperty in class Notification
$Notification#deleted_atProperty in class Notification
NotificationRepository::deleteAll() — Method in class NotificationRepository
NotificationSyncer::delete() — Method in class NotificationSyncer
Delete a notification for all users.
DiscussionRenamedPostClass in namespace Flarum\Post
A post which indicates that a discussion's title was changed.
DeletedClass in namespace Flarum\Post\Event
DeletingClass in namespace Flarum\Post\Event
DiscussionFilterClass in namespace Flarum\Post\Filter
$Post#discussion_idProperty in class Post
$Post#discussionProperty in class Post
Post::discussion() — Method in class Post
PostFactory::definition() — Method in class PostFactory
DatabaseWorkerArgsClass in namespace Flarum\Queue\Console
DatabaseUuidFailedJobProviderClass in namespace Flarum\Queue
QueueServiceProvider::driver() — Method in class QueueServiceProvider
DatabaseSearchDriverClass in namespace Flarum\Search\Database
DatabaseSearchStateClass in namespace Flarum\Search\Database
IndexerInterface::delete() — Method in class IndexerInterface
ModelObserver::deleted() — Method in class ModelObserver
SearchManager::driver() — Method in class SearchManager
SearchManager::driverFor() — Method in class SearchManager
DatabaseSettingsRepositoryClass in namespace Flarum\Settings
DatabaseSettingsRepository::delete() — Method in class DatabaseSettingsRepository
DefaultSettingsRepositoryClass in namespace Flarum\Settings
DefaultSettingsRepository::delete() — Method in class DefaultSettingsRepository
DeserializingClass in namespace Flarum\Settings\Event
Prepare settings for display in the client.
MemoryCacheSettingsRepository::delete() — Method in class MemoryCacheSettingsRepository
OverrideSettingsRepository::delete() — Method in class OverrideSettingsRepository
SettingsRepositoryInterface::delete() — Method in class SettingsRepositoryInterface
UninstalledSettingsRepository::delete() — Method in class UninstalledSettingsRepository
AbstractPolicy::deny() — Method in class AbstractPolicy
DefaultDriverClass in namespace Flarum\User\Avatar
The default driver, which returns null when no uploaded avatar exists.
DriverInterfaceClass in namespace Flarum\User\Avatar
An interface for an avatar driver.
DeleteAvatarClass in namespace Flarum\User\Command
DeleteAvatarHandlerClass in namespace Flarum\User\Command
DriverInterfaceClass in namespace Flarum\User\DisplayName
An interface for a display name driver.
DriverInterface::displayName() — Method in class DriverInterface
Return a display name for a user.
UsernameDriver::displayName() — Method in class UsernameDriver
Return a display name for a user.
DeletedClass in namespace Flarum\User\Event
DeletingClass in namespace Flarum\User\Event
$User#displayNameDriverProperty in class User
A driver for getting display names.
$User#display_nameProperty in class User
$User#discussion_countProperty in class User
$User#discussionsProperty in class User
User::discussions() — Method in class User
UserFactory::definition() — Method in class UserFactory

E

$Client#errorHandlingProperty in class Client
ClientMiddlewarePipe::errorHandling() — Method in class ClientMiddlewarePipe
Context::extractIdFromPath() — Method in class Context
ExtensionBisectControllerClass in namespace Flarum\Api\Controller
ExtractsListingParamsClass in namespace Flarum\Api\Endpoint\Concerns
$ExtractsListingParams#extractFilterCallbackProperty in class ExtractsListingParams
$ExtractsListingParams#extractSortCallbackProperty in class ExtractsListingParams
$ExtractsListingParams#extractLimitCallbackProperty in class ExtractsListingParams
$ExtractsListingParams#extractOffsetCallbackProperty in class ExtractsListingParams
ExtractsListingParams::extractFilter() — Method in class ExtractsListingParams
ExtractsListingParams::extractSort() — Method in class ExtractsListingParams
ExtractsListingParams::extractLimit() — Method in class ExtractsListingParams
ExtractsListingParams::extractOffset() — Method in class ExtractsListingParams
ExtractsListingParams::extractFilterValue() — Method in class ExtractsListingParams
ExtractsListingParams::extractSortValue() — Method in class ExtractsListingParams
ExtractsListingParams::extractLimitValue() — Method in class ExtractsListingParams
ExtractsListingParams::extractOffsetValue() — Method in class ExtractsListingParams
HasEagerLoading::eagerLoad() — Method in class HasEagerLoading
Eager loads relationships needed for serializer logic.
HasEagerLoading::eagerLoadWhenIncluded() — Method in class HasEagerLoading
Eager load relations when a relation is included in the serialized response.
HasEagerLoading::eagerLoadWhere() — Method in class HasEagerLoading
Allows loading a relationship with additional query modification.
EndpointClass in namespace Flarum\Api\Endpoint
$JsonApi#endpointNameProperty in class JsonApi
AccessTokenResource::endpoints() — Method in class AccessTokenResource
$Bootable#eventsProperty in class Bootable
ExtendableClass in namespace Flarum\Api\Resource\Concerns
$Extendable#endpointModifiersProperty in class Extendable
DiscussionResource::endpoints() — Method in class DiscussionResource
EloquentBufferClass in namespace Flarum\Api\Resource
ExtensionReadmeResourceClass in namespace Flarum\Api\Resource
ExtensionReadmeResource::endpoints() — Method in class ExtensionReadmeResource
ForumResource::endpoints() — Method in class ForumResource
GroupResource::endpoints() — Method in class GroupResource
MailSettingResource::endpoints() — Method in class MailSettingResource
NotificationResource::endpoints() — Method in class NotificationResource
PostResource::endpoints() — Method in class PostResource
SystemInfoResource::endpoints() — Method in class SystemInfoResource
UserResource::endpoints() — Method in class UserResource
HasValidationRules::evaluate() — Method in class HasValidationRules
Str::email() — Method in class Str
AbstractCommand::execute() — Method in class AbstractCommand
AbstractCommand::error() — Method in class AbstractCommand
Send an error or warning message to the user.
Schedule::environment() — Method in class Schedule
ApiResource::endpoints() — Method in class ApiResource
Add endpoints to the resource.
ApiResource::endpointsBefore() — Method in class ApiResource
Add endpoints to the resource before a certain endpoint.
ApiResource::endpointsAfter() — Method in class ApiResource
Add endpoints to the resource after a certain endpoint.
ApiResource::endpointsBeforeAll() — Method in class ApiResource
Add endpoints to the resource before all other endpoints.
ApiResource::endpoint() — Method in class ApiResource
Modify an endpoint.
ApiResource::extend() — Method in class ApiResource
Auth::extend() — Method in class Auth
Conditional::extend() — Method in class Conditional
Iterates over the conditions and applies the associated extenders if the conditions are met.
Console::extend() — Method in class Console
Csrf::exemptRoute() — Method in class Csrf
Exempt a named route from CSRF checks.
Csrf::extend() — Method in class Csrf
ErrorHandlingClass in namespace Flarum\Extend
ErrorHandling::extend() — Method in class ErrorHandling
EventClass in namespace Flarum\Extend
Event::extend() — Method in class Event
ExtenderInterfaceClass in namespace Flarum\Extend
ExtenderInterface::extend() — Method in class ExtenderInterface
Filesystem::extend() — Method in class Filesystem
Formatter::extend() — Method in class Formatter
Frontend::extraDocumentAttributes() — Method in class Frontend
Adds document root attributes.
Frontend::extraDocumentClasses() — Method in class Frontend
Adds document root classes.
Frontend::extend() — Method in class Frontend
LanguagePack::extend() — Method in class LanguagePack
Link::extend() — Method in class Link
Locales::extend() — Method in class Locales
Mail::extend() — Method in class Mail
Middleware::extend() — Method in class Middleware
Model::extend() — Method in class Model
ModelPrivate::extend() — Method in class ModelPrivate
ModelUrl::extend() — Method in class ModelUrl
ModelVisibility::extend() — Method in class ModelVisibility
Notification::extend() — Method in class Notification
Policy::extend() — Method in class Policy
Post::extend() — Method in class Post
Routes::extend() — Method in class Routes
SearchDriver::extend() — Method in class SearchDriver
SearchIndex::extend() — Method in class SearchIndex
ServiceProvider::extend() — Method in class ServiceProvider
Session::extend() — Method in class Session
Settings::extend() — Method in class Settings
Theme::extend() — Method in class Theme
ThrottleApi::extend() — Method in class ThrottleApi
User::extend() — Method in class User
Validator::extend() — Method in class Validator
View::extendNamespace() — Method in class View
Extend an existing namespace of Laravel views.
View::extend() — Method in class View
Bisect::end() — Method in class Bisect
BisectState::end() — Method in class BisectState
EnabledClass in namespace Flarum\Extension\Event
EnablingClass in namespace Flarum\Extension\Event
CircularDependenciesExceptionHandler::errorDetails() — Method in class CircularDependenciesExceptionHandler
DependentExtensionsExceptionHandler::errorDetails() — Method in class DependentExtensionsExceptionHandler
ExtensionBootErrorClass in namespace Flarum\Extension\Exception
MissingDependenciesExceptionHandler::errorDetails() — Method in class MissingDependenciesExceptionHandler
ExtensionClass in namespace Flarum\Extension
$Extension#extensionDependencyIdsProperty in class Extension
The IDs of all Flarum extensions that this extension depends on.
$Extension#extraProperty in class Extension
Extension::extend() — Method in class Extension
Extension::enable() — Method in class Extension
ExtensionManagerClass in namespace Flarum\Extension
$ExtensionManager#extensionsProperty in class ExtensionManager
ExtensionManager::enable() — Method in class ExtensionManager
ExtensionManager::extend() — Method in class ExtensionManager
Call on all enabled extensions to extend the Flarum application.
ExtensionManager::extensionFromJson() — Method in class ExtensionManager
ExtensionServiceProviderClass in namespace Flarum\Extension
InteractsWithLaravel::environment() — Method in class InteractsWithLaravel
Config::environment() — Method in class Config
IlluminateValidationExceptionHandler::errorDetails() — Method in class IlluminateValidationExceptionHandler
ErrorServiceProviderClass in namespace Flarum\Foundation
EventGeneratorTraitClass in namespace Flarum\Foundation
$InstalledSite#extendersProperty in class InstalledSite
InstalledSite::extendWith() — Method in class InstalledSite
JsDirectoryCompiler::eachFile() — Method in class JsDirectoryCompiler
$Document#extraAttributesProperty in class Document
Document extra attributes.
CookieFactory::expire() — Method in class CookieFactory
Make an expired cookie instance.
ExecuteRouteClass in namespace Flarum\Http\Middleware
$FlarumPromotionHeader#enabledProperty in class FlarumPromotionHeader
RequestUtil::extractSort() — Method in class RequestUtil
RequestUtil::extractLimit() — Method in class RequestUtil
RequestUtil::extractOffsetFromNumber() — Method in class RequestUtil
RequestUtil::extractOffset() — Method in class RequestUtil
RequestUtil::extractInclude() — Method in class RequestUtil
RequestUtil::extractFilter() — Method in class RequestUtil
RequestUtil::extractFields() — Method in class RequestUtil
$FileDataProvider#extensionsProperty in class FileDataProvider
Installation::extensions() — Method in class Installation
EnableBundledExtensionsClass in namespace Flarum\Install\Steps
EmailSendFailedClass in namespace Flarum\Mail\Event
EmailNotificationDriverClass in namespace Flarum\Notification\Driver
$UnsubscribeToken#email_typeProperty in class UnsubscribeToken
PostPolicy::edit() — Method in class PostPolicy
$Post#edited_atProperty in class Post
$Post#edited_user_idProperty in class Post
$Post#editedUserProperty in class Post
Post::editedUser() — Method in class Post
ExceptionHandlerClass in namespace Flarum\Queue
UserPolicy::editCredentials() — Method in class UserPolicy
EmailConfirmationMailerClass in namespace Flarum\User
EmailTokenClass in namespace Flarum\User
$EmailToken#emailProperty in class EmailToken
EmailChangeRequestedClass in namespace Flarum\User\Event
EmailChangedClass in namespace Flarum\User\Event
EmailFilterClass in namespace Flarum\User\Search\Filter
EmailActivationThrottlerClass in namespace Flarum\User\Throttler
Unactivated users can request a confirmation email, this throttler applies a timeout of 5 minutes between confirmation requests.
EmailChangeThrottlerClass in namespace Flarum\User\Throttler
Users can request an email change, this throttler applies a timeout of 5 minutes between requests.
$User#emailProperty in class User
$User#emailTokensProperty in class User
User::emailTokens() — Method in class User

F

Context::fields() — Method in class Context
Get the fields for the given resource, keyed by name.
$DeleteLogoController#filePathSettingKeyProperty in class DeleteLogoController
$DeleteLogoDarkModeController#filePathSettingKeyProperty in class DeleteLogoDarkModeController
ForgotPasswordControllerClass in namespace Flarum\Api\Controller
$UploadFaviconController#filePathSettingKeyProperty in class UploadFaviconController
$UploadFaviconController#filenamePrefixProperty in class UploadFaviconController
$UploadImageController#fileExtensionProperty in class UploadImageController
$UploadImageController#filePathSettingKeyProperty in class UploadImageController
$UploadImageController#filenamePrefixProperty in class UploadImageController
UploadImageController::fileExtension() — Method in class UploadImageController
UploadImageController::filePathSettingKey() — Method in class UploadImageController
UploadImageController::filenamePrefix() — Method in class UploadImageController
$UploadLogoController#filePathSettingKeyProperty in class UploadLogoController
$UploadLogoController#filenamePrefixProperty in class UploadLogoController
UploadLogoController::fileExtension() — Method in class UploadLogoController
$UploadLogoDarkModeController#filePathSettingKeyProperty in class UploadLogoDarkModeController
$UploadLogoDarkModeController#filenamePrefixProperty in class UploadLogoDarkModeController
Create::fillDefaultValues() — Method in class Create
ForgotPasswordValidatorClass in namespace Flarum\Api
JsonApi::forResource() — Method in class JsonApi
JsonApi::forEndpoint() — Method in class JsonApi
JsonApi::findEndpoint() — Method in class JsonApi
FakeHttpMethodsClass in namespace Flarum\Api\Middleware
AbstractDatabaseResource::find() — Method in class AbstractDatabaseResource
AbstractDatabaseResource::filters() — Method in class AbstractDatabaseResource
Filters that can be applied to the resource list.
AccessTokenResource::fields() — Method in class AccessTokenResource
$Extendable#fieldModifiersProperty in class Extendable
FindableClass in namespace Flarum\Api\Resource\Contracts
Listable::filters() — Method in class Listable
Filters that can be applied to the resource list.
DiscussionResource::find() — Method in class DiscussionResource
DiscussionResource::fields() — Method in class DiscussionResource
ExtensionReadmeResource::find() — Method in class ExtensionReadmeResource
ExtensionReadmeResource::fields() — Method in class ExtensionReadmeResource
ForumResourceClass in namespace Flarum\Api\Resource
ForumResource::find() — Method in class ForumResource
ForumResource::fields() — Method in class ForumResource
GroupResource::fields() — Method in class GroupResource
MailSettingResource::find() — Method in class MailSettingResource
MailSettingResource::fields() — Method in class MailSettingResource
NotificationResource::fields() — Method in class NotificationResource
PostResource::fields() — Method in class PostResource
SystemInfoResource::find() — Method in class SystemInfoResource
SystemInfoResource::fields() — Method in class SystemInfoResource
UserResource::find() — Method in class UserResource
UserResource::fields() — Method in class UserResource
FlarumFieldClass in namespace Flarum\Api\Schema\Concerns
FlarumRelationshipClass in namespace Flarum\Api\Schema\Concerns
DateTime::format() — Method in class DateTime
AbstractCommand::fire() — Method in class AbstractCommand
FactoryClass in namespace Flarum\Console\Cache
GenerateDumpCommand::fire() — Method in class GenerateDumpCommand
MigrateCommand::fire() — Method in class MigrateCommand
ResetCommand::fire() — Method in class ResetCommand
$DatabaseServiceProvider#fakersProperty in class DatabaseServiceProvider
$Discussion#first_post_idProperty in class Discussion
$Discussion#firstPostProperty in class Discussion
Discussion::firstPost() — Method in class Discussion
DiscussionRepository::findOrFail() — Method in class DiscussionRepository
Find a discussion by ID, optionally making sure it is visible to a certain user, or throw an exception.
IdWithTransliteratedSlugDriver::fromSlug() — Method in class IdWithTransliteratedSlugDriver
AuthorFilter::filter() — Method in class AuthorFilter
Filters a query.
CreatedFilter::filter() — Method in class CreatedFilter
Filters a query.
HiddenFilter::filter() — Method in class HiddenFilter
Filters a query.
UnreadFilter::filter() — Method in class UnreadFilter
Filters a query.
FulltextFilterClass in namespace Flarum\Discussion\Search
$UserState#fillableProperty in class UserState
The attributes that are mass assignable.
Utf8SlugDriver::fromSlug() — Method in class Utf8SlugDriver
ApiResource::fields() — Method in class ApiResource
Add fields to the resource.
ApiResource::fieldsBefore() — Method in class ApiResource
Add fields to the resource before a certain field.
ApiResource::fieldsAfter() — Method in class ApiResource
Add fields to the resource after a certain field.
ApiResource::field() — Method in class ApiResource
Modify a field.
FilesystemClass in namespace Flarum\Extend
FormatterClass in namespace Flarum\Extend
FrontendClass in namespace Flarum\Extend
Bisect::foundIssue() — Method in class Bisect
BisectState::fromArray() — Method in class BisectState
BisectCommand::foundIssue() — Method in class BisectCommand
ToggleExtensionCommand::fire() — Method in class ToggleExtensionCommand
FilesystemManagerClass in namespace Flarum\Filesystem
FilesystemServiceProviderClass in namespace Flarum\Filesystem
FormattableClass in namespace Flarum\Formatter
FormatterClass in namespace Flarum\Formatter
Formatter::flush() — Method in class Formatter
Flush the cache so that the formatter components are regenerated.
FormatterServiceProviderClass in namespace Flarum\Formatter
$HasFormattedContent#formatterProperty in class HasFormattedContent
HasFormattedContent::formatContent() — Method in class HasFormattedContent
Get the content rendered as HTML.
ForumServiceProviderClass in namespace Flarum\Forum
Application::fireAppCallbacks() — Method in class Application
Config::fontawesomeSource() — Method in class Config
Config::fontawesomeCdnUrl() — Method in class Config
Config::fontawesomeKitUrl() — Method in class Config
AssetsPublishCommand::fire() — Method in class AssetsPublishCommand
CacheClearCommand::fire() — Method in class CacheClearCommand
InfoCommand::fire() — Method in class InfoCommand
HttpFormatter::format() — Method in class HttpFormatter
Create an HTTP Response to represent the error we are handling.
JsonApiFormatter::format() — Method in class JsonApiFormatter
Create an HTTP Response to represent the error we are handling.
ViewFormatter::format() — Method in class ViewFormatter
Create an HTTP Response to represent the error we are handling.
WhoopsFormatter::format() — Method in class WhoopsFormatter
Create an HTTP Response to represent the error we are handling.
FontAwesomeClass in namespace Flarum\Foundation
Site::fromPaths() — Method in class Site
AddTranslations::forFrontend() — Method in class AddTranslations
AssetManager::frontend() — Method in class AssetManager
AssetManager::flushJs() — Method in class AssetManager
$Assets#fileSourceOverridesProperty in class Assets
CompilerInterface::flush() — Method in class CompilerInterface
FileVersionerClass in namespace Flarum\Frontend\Compiler
JsCompiler::format() — Method in class JsCompiler
JsDirectoryCompiler::flush() — Method in class JsDirectoryCompiler
JsDirectoryCompiler::flushSource() — Method in class JsDirectoryCompiler
$LessCompiler#fileSourceOverridesProperty in class LessCompiler
LessCompiler::finalize() — Method in class LessCompiler
RevisionCompiler::format() — Method in class RevisionCompiler
RevisionCompiler::flush() — Method in class RevisionCompiler
$DirectorySource#filesystemProperty in class DirectorySource
FileSourceClass in namespace Flarum\Frontend\Compiler\Source
Assets::forFrontend() — Method in class Assets
Sets the frontend to generate assets for.
Assets::forceCommit() — Method in class Assets
Force compilation of assets when in debug mode.
$Document#footProperty in class Document
An array of strings to prepend before the page's .
FrontendClass in namespace Flarum\Frontend
FrontendServiceProviderClass in namespace Flarum\Frontend
RecompileFrontendAssets::flush() — Method in class RecompileFrontendAssets
RecompileFrontendAssets::flushCss() — Method in class RecompileFrontendAssets
RecompileFrontendAssets::flushJs() — Method in class RecompileFrontendAssets
HiddenFilter::filter() — Method in class HiddenFilter
Filters a query.
GroupRepository::findOrFail() — Method in class GroupRepository
Find a user by ID, optionally making sure it is visible to a certain user, or throw an exception.
AccessToken::findValid() — Method in class AccessToken
Shortcut to find a valid token.
AccessTokenTypeFilter::filter() — Method in class AccessTokenTypeFilter
Filters a query.
UserFilter::filter() — Method in class UserFilter
Filters a query.
FlarumPromotionHeaderClass in namespace Flarum\Http\Middleware
Rememberer::forget() — Method in class Rememberer
RouteCollection::fixPathPart() — Method in class RouteCollection
SlugDriverInterface::fromSlug() — Method in class SlugDriverInterface
SlugManager::forResource() — Method in class SlugManager
BaseUrl::fromString() — Method in class BaseUrl
BaseUrl::fromUri() — Method in class BaseUrl
FileDataProviderClass in namespace Flarum\Install\Console
InstallCommand::fire() — Method in class InstallCommand
Repository::forget() — Method in class Repository
Forget a context key.
Repository::forgetHidden() — Method in class Repository
Forget a hidden context key.
Repository::flush() — Method in class Repository
Flush all context data.
FlarumLogTransportClass in namespace Flarum\Mail
$Notification#from_user_idProperty in class Notification
$Notification#fromUserProperty in class Notification
Notification::fromUser() — Method in class Notification
NotificationRepository::findByUser() — Method in class NotificationRepository
$UnsubscribeToken#fillableProperty in class UnsubscribeToken
FloodingExceptionClass in namespace Flarum\Post\Exception
AuthorFilter::filter() — Method in class AuthorFilter
Filters a query.
DiscussionFilter::filter() — Method in class DiscussionFilter
Filters a query.
FulltextFilterClass in namespace Flarum\Post\Filter
IdFilter::filter() — Method in class IdFilter
Filters a query.
NumberFilter::filter() — Method in class NumberFilter
Filters a query.
TypeFilter::filter() — Method in class TypeFilter
Filters a query.
PostRepository::findOrFail() — Method in class PostRepository
Find a post by ID, optionally making sure it is visible to a certain user, or throw an exception.
PostRepository::findWhere() — Method in class PostRepository
Find posts that match certain conditions, optionally making sure they are visible to a certain user, and/or using other criteria.
PostRepository::filterVisibleIds() — Method in class PostRepository
Filter a list of post IDs to only include posts that are visible to a certain user.
AbstractFulltextFilter::filter() — Method in class AbstractFulltextFilter
Filters a query.
FilterInterfaceClass in namespace Flarum\Search\Filter
FilterInterface::filter() — Method in class FilterInterface
Filters a query.
FilterManagerClass in namespace Flarum\Search\Filter
$FilterManager#filtersProperty in class FilterManager
IndexerInterface::flush() — Method in class IndexerInterface
Flush the index.
ModelObserver::forceDeleted() — Method in class ModelObserver
AbstractPolicy::forceAllow() — Method in class AbstractPolicy
AbstractPolicy::forceDeny() — Method in class AbstractPolicy
ConvertAvatarsToWebpCommand::fire() — Method in class ConvertAvatarsToWebpCommand
IdSlugDriver::fromSlug() — Method in class IdSlugDriver
$LoginProvider#fillableProperty in class LoginProvider
EmailFilter::filter() — Method in class EmailFilter
Filters a query.
GroupFilter::filter() — Method in class GroupFilter
Filters a query.
FulltextFilterClass in namespace Flarum\User\Search
UserRepository::findOrFail() — Method in class UserRepository
Find a user by ID, optionally making sure it is visible to a certain user, or throw an exception.
UserRepository::findOrFailByUsername() — Method in class UserRepository
Find a user by username, optionally making sure it is visible to a certain user, or throw an exception.
UserRepository::findByIdentification() — Method in class UserRepository
Find a user by an identification (username or email).
UserRepository::findByEmail() — Method in class UserRepository
UsernameSlugDriver::fromSlug() — Method in class UsernameSlugDriver

G

AdminPayload::getSearchDrivers() — Method in class AdminPayload
ApiKey::generate() — Method in class ApiKey
Client::get() — Method in class Client
ClientMiddlewarePipe::getPipe() — Method in class ClientMiddlewarePipe
Context::getSearchResults() — Method in class Context
Context::getActor() — Method in class Context
Context::getParam() — Method in class Context
ExtractsListingParams::getAvailableSorts() — Method in class ExtractsListingParams
HasAuthorization::getAuthenticated() — Method in class HasAuthorization
HasAuthorization::getAuthorized() — Method in class HasAuthorization
HasEagerLoading::getEagerLoadsFor() — Method in class HasEagerLoading
HasEagerLoading::getWhereEagerLoadsFor() — Method in class HasEagerLoading
InvalidAccessTokenException::getType() — Method in class InvalidAccessTokenException
Determine the exception's type.
JsonApi::getCollection() — Method in class JsonApi
Get a collection by name or class.
JsonApi::getResource() — Method in class JsonApi
Get a resource by type or class.
JsonApi::getContainer() — Method in class JsonApi
AbstractDatabaseResource::getId() — Method in class AbstractDatabaseResource
AbstractDatabaseResource::getValue() — Method in class AbstractDatabaseResource
AbstractDatabaseResource::getAttributeValue() — Method in class AbstractDatabaseResource
AbstractDatabaseResource::getRelationshipValue() — Method in class AbstractDatabaseResource
EloquentBuffer::getBuffer() — Method in class EloquentBuffer
ExtensionReadmeResource::getId() — Method in class ExtensionReadmeResource
ForumResource::getId() — Method in class ForumResource
ForumResource::getLogoUrl() — Method in class ForumResource
ForumResource::getLogoDarkModeUrl() — Method in class ForumResource
ForumResource::getFaviconUrl() — Method in class ForumResource
ForumResource::getAssetUrl() — Method in class ForumResource
GroupResourceClass in namespace Flarum\Api\Resource
MailSettingResource::getId() — Method in class MailSettingResource
SystemInfoResource::getId() — Method in class SystemInfoResource
GetsRelationAggregatesClass in namespace Flarum\Api\Schema\Concerns
GetsRelationAggregates::getRelationAggregate() — Method in class GetsRelationAggregates
HasValidationRules::getRules() — Method in class HasValidationRules
HasValidationRules::getValidationRules() — Method in class HasValidationRules
HasValidationRules::getValidationMessages() — Method in class HasValidationRules
HasValidationRules::getValidationAttributes() — Method in class HasValidationRules
RelationAggregator::getRelationAggregate() — Method in class RelationAggregator
Dispatcher::getCommandHandler() — Method in class Dispatcher
AbstractModel::getCasts() — Method in class AbstractModel
GenerateDumpCommandClass in namespace Flarum\Database\Console
DatabaseMigrationRepository::getRan() — Method in class DatabaseMigrationRepository
Get the ran migrations for the given extension.
MigrationRepositoryInterface::getRan() — Method in class MigrationRepositoryInterface
Get the ran migrations for the given extension.
Migrator::getMigrationFiles() — Method in class Migrator
Get all of the migration files in a given path.
Migrator::getRepository() — Method in class Migrator
Get the migration repository instance.
Discussion::getModifiedPosts() — Method in class Discussion
Get the posts that have been modified during this request.
DiscussionRepository::getReadIdsQuery() — Method in class DiscussionRepository
Get a query containing the IDs of discussions which a user has read completely.
DiscussionSearcher::getQuery() — Method in class DiscussionSearcher
AuthorFilter::getFilterKey() — Method in class AuthorFilter
This filter will only be run when a query contains a filter param with this key.
CreatedFilter::getFilterKey() — Method in class CreatedFilter
This filter will only be run when a query contains a filter param with this key.
HiddenFilter::getFilterKey() — Method in class HiddenFilter
This filter will only be run when a query contains a filter param with this key.
UnreadFilter::getFilterKey() — Method in class UnreadFilter
This filter will only be run when a query contains a filter param with this key.
Policy::globalPolicy() — Method in class Policy
Add a custom policy for when an ability check is ran without a model instance.
Routes::get() — Method in class Routes
Add a GET route.
Extension::getVersion() — Method in class Extension
Extension::getAbandoned() — Method in class Extension
Get the abandoned status.
Extension::getIcon() — Method in class Extension
Extension::getIconStyles() — Method in class Extension
Extension::getId() — Method in class Extension
The raw path of the directory under extensions.
Extension::getTitle() — Method in class Extension
Extension::getPath() — Method in class Extension
Extension::getExtensionDependencyIds() — Method in class Extension
The IDs of all Flarum extensions that this extension depends on.
Extension::getOptionalDependencyIds() — Method in class Extension
The IDs of all Flarum extensions that this extension should be booted after if enabled.
Extension::getLinks() — Method in class Extension
Compile a list of links for this extension.
Extension::getReadme() — Method in class Extension
Gets the rendered contents of the extension README file as a HTML string.
ExtensionManager::getExtensions() — Method in class ExtensionManager
ExtensionManager::getInstalledPackageNames() — Method in class ExtensionManager
Returns a flat list of all installed composer package names (including non-extension packages).
ExtensionManager::getExtensionsById() — Method in class ExtensionManager
ExtensionManager::getExtension() — Method in class ExtensionManager
ExtensionManager::getAsset() — Method in class ExtensionManager
Get the path to an extension's published asset.
ExtensionManager::getAssetsFilesystem() — Method in class ExtensionManager
Get an instance of the `assets` filesystem.
ExtensionManager::getMigrator() — Method in class ExtensionManager
The database migrator.
ExtensionManager::getEnabledExtensions() — Method in class ExtensionManager
ExtensionManager::getEnabled() — Method in class ExtensionManager
The id's of the enabled extensions.
FilesystemManager::getDriver() — Method in class FilesystemManager
FilesystemManager::getLocalConfig() — Method in class FilesystemManager
Formatter::getConfigurator() — Method in class Formatter
Formatter::getComponent() — Method in class Formatter
Get a TextFormatter component ("renderer" or "parser" or "js").
Formatter::getParser() — Method in class Formatter
Formatter::getRenderer() — Method in class Formatter
Formatter::getJs() — Method in class Formatter
Get the formatter JavaScript.
HasFormattedContent::getContentAttribute() — Method in class HasFormattedContent
HasFormattedContent::getParsedContentAttribute() — Method in class HasFormattedContent
HasFormattedContent::getFormatter() — Method in class HasFormattedContent
Registration::getProvided() — Method in class Registration
Registration::getSuggested() — Method in class Registration
Registration::getPayload() — Method in class Registration
Discussion::getApiDocument() — Method in class Discussion
Get the result of an API request to show a discussion.
Discussion::getPostsApiDocument() — Method in class Discussion
Get the result of an API request to list the posts of a discussion.
Index::getApiDocument() — Method in class Index
Get the result of an API request to list discussions.
Posts::getApiDocument() — Method in class Posts
User::getApiDocument() — Method in class User
Get the result of an API request to show a user.
GlobalLogOutControllerClass in namespace Flarum\Forum\Controller
LogOutController::getAllowedRedirectDomains() — Method in class LogOutController
LogOutViewController::getAllowedRedirectDomains() — Method in class LogOutViewController
AbstractValidator::getRules() — Method in class AbstractValidator
AbstractValidator::getActiveRules() — Method in class AbstractValidator
AbstractValidator::getMessages() — Method in class AbstractValidator
AppInterface::getContainer() — Method in class AppInterface
AppInterface::getRequestHandler() — Method in class AppInterface
AppInterface::getConsoleCommands() — Method in class AppInterface
Application::getConfig() — Method in class Application
Application::getProvider() — Method in class Application
ApplicationInfoProvider::getSchedulerStatus() — Method in class ApplicationInfoProvider
InteractsWithLaravel::getLocale() — Method in class InteractsWithLaravel
InteractsWithLaravel::getNamespace() — Method in class InteractsWithLaravel
InteractsWithLaravel::getProviders() — Method in class InteractsWithLaravel
HandledError::getException() — Method in class HandledError
HandledError::getType() — Method in class HandledError
HandledError::getStatusCode() — Method in class HandledError
HandledError::getDetails() — Method in class HandledError
IOException::getType() — Method in class IOException
Determine the exception's type.
InstalledApp::getContainer() — Method in class InstalledApp
InstalledApp::getRequestHandler() — Method in class InstalledApp
InstalledApp::getUpdaterHandler() — Method in class InstalledApp
InstalledApp::getConsoleCommands() — Method in class InstalledApp
InstalledSite::getIlluminateConfig() — Method in class InstalledSite
KnownError::getType() — Method in class KnownError
Determine the exception's type.
UninstalledSite::getIlluminateConfig() — Method in class UninstalledSite
ValidationException::getAttributes() — Method in class ValidationException
ValidationException::getRelationships() — Method in class ValidationException
Assets::getName() — Method in class Assets
Assets::getAssetsDir() — Method in class Assets
Assets::getCacheDir() — Method in class Assets
Assets::getLessImportDirs() — Method in class Assets
CompilerInterface::getFilename() — Method in class CompilerInterface
CompilerInterface::getUrl() — Method in class CompilerInterface
HasSources::getSources() — Method in class HasSources
FileVersioner::getRevision() — Method in class FileVersioner
JsDirectoryCompiler::getFilename() — Method in class JsDirectoryCompiler
JsDirectoryCompiler::getUrl() — Method in class JsDirectoryCompiler
LessCompiler::getCacheDir() — Method in class LessCompiler
LessCompiler::getImportDirs() — Method in class LessCompiler
LessCompiler::getCacheDifferentiator() — Method in class LessCompiler
RevisionCompiler::getFilename() — Method in class RevisionCompiler
RevisionCompiler::getUrl() — Method in class RevisionCompiler
RevisionCompiler::getCacheDifferentiator() — Method in class RevisionCompiler
DirectorySource::getContent() — Method in class DirectorySource
DirectorySource::getCacheDifferentiator() — Method in class DirectorySource
DirectorySource::getFilesystem() — Method in class DirectorySource
DirectorySource::getExtensionId() — Method in class DirectorySource
FileSource::getContent() — Method in class FileSource
FileSource::getCacheDifferentiator() — Method in class FileSource
FileSource::getPath() — Method in class FileSource
FileSource::getExtensionId() — Method in class FileSource
SourceCollector::getSources() — Method in class SourceCollector
SourceInterface::getContent() — Method in class SourceInterface
SourceInterface::getCacheDifferentiator() — Method in class SourceInterface
StringSource::getContent() — Method in class StringSource
StringSource::getCacheDifferentiator() — Method in class StringSource
VersionerInterface::getRevision() — Method in class VersionerInterface
Assets::getUrls() — Method in class Assets
Maps provided CompilerInterfaces to their URLs.
Document::getForumApiDocument() — Method in class Document
GroupPolicyClass in namespace Flarum\Group\Access
GroupSearcherClass in namespace Flarum\Group\Filter
GroupSearcher::getQuery() — Method in class GroupSearcher
HiddenFilter::getFilterKey() — Method in class HiddenFilter
This filter will only be run when a query contains a filter param with this key.
GroupClass in namespace Flarum\Group
GroupFactoryClass in namespace Flarum\Group
GroupRepositoryClass in namespace Flarum\Group
GroupServiceProviderClass in namespace Flarum\Group
$Permission#group_idProperty in class Permission
Permission::group() — Method in class Permission
AccessToken::generate() — Method in class AccessToken
Generate an access token for the specified user.
AccessToken::getModels() — Method in class AccessToken
Get the type-to-model map.
ActorReference::getActor() — Method in class ActorReference
CookieFactory::getName() — Method in class CookieFactory
Get a cookie name.
MaintenanceModeException::getType() — Method in class MaintenanceModeException
Determine the exception's type.
MethodNotAllowedException::getType() — Method in class MethodNotAllowedException
Determine the exception's type.
RouteNotFoundException::getType() — Method in class RouteNotFoundException
Determine the exception's type.
TokenMismatchException::getType() — Method in class TokenMismatchException
Determine the exception's type.
AccessTokenSearcher::getQuery() — Method in class AccessTokenSearcher
AccessTokenTypeFilter::getFilterKey() — Method in class AccessTokenTypeFilter
This filter will only be run when a query contains a filter param with this key.
UserFilter::getFilterKey() — Method in class UserFilter
This filter will only be run when a query contains a filter param with this key.
ResolveRoute::getDispatcher() — Method in class ResolveRoute
RequestUtil::getActor() — Method in class RequestUtil
RouteCollection::get() — Method in class RouteCollection
RouteCollection::getRoutes() — Method in class RouteCollection
RouteCollection::getRouteData() — Method in class RouteCollection
RouteCollection::getPath() — Method in class RouteCollection
AdminUser::getUsername() — Method in class AdminUser
AdminUser::getAttributes() — Method in class AdminUser
Installer::getContainer() — Method in class Installer
Installer::getRequestHandler() — Method in class Installer
Installer::getConsoleCommands() — Method in class Installer
Step::getMessage() — Method in class Step
A one-line status message summarizing what's happening in this step.
ConnectToDatabase::getMessage() — Method in class ConnectToDatabase
A one-line status message summarizing what's happening in this step.
CreateAdminUser::getMessage() — Method in class CreateAdminUser
A one-line status message summarizing what's happening in this step.
EnableBundledExtensions::getMessage() — Method in class EnableBundledExtensions
A one-line status message summarizing what's happening in this step.
PublishAssets::getMessage() — Method in class PublishAssets
A one-line status message summarizing what's happening in this step.
RunMigrations::getMessage() — Method in class RunMigrations
A one-line status message summarizing what's happening in this step.
StoreConfig::getMessage() — Method in class StoreConfig
A one-line status message summarizing what's happening in this step.
WriteSettings::getMessage() — Method in class WriteSettings
A one-line status message summarizing what's happening in this step.
LocaleManager::getLocale() — Method in class LocaleManager
LocaleManager::getLocales() — Method in class LocaleManager
LocaleManager::getJsFiles() — Method in class LocaleManager
LocaleManager::getCssFiles() — Method in class LocaleManager
LocaleManager::getTranslator() — Method in class LocaleManager
Translator::get() — Method in class Translator
Translator::getCatalogue() — Method in class Translator
TranslatorInterface::getLocale() — Method in class TranslatorInterface
Repository::get() — Method in class Repository
Get a context value.
BlueprintInterface::getFromUser() — Method in class BlueprintInterface
Get the user that sent the notification.
BlueprintInterface::getSubject() — Method in class BlueprintInterface
Get the model that is the subject of this activity.
BlueprintInterface::getData() — Method in class BlueprintInterface
Get the data to be stored in the notification.
BlueprintInterface::getType() — Method in class BlueprintInterface
Get the serialized type of this activity.
BlueprintInterface::getSubjectModel() — Method in class BlueprintInterface
Get the name of the model class for the subject of this activity.
DiscussionRenamedBlueprint::getFromUser() — Method in class DiscussionRenamedBlueprint
Get the user that sent the notification.
DiscussionRenamedBlueprint::getSubject() — Method in class DiscussionRenamedBlueprint
Get the model that is the subject of this activity.
DiscussionRenamedBlueprint::getData() — Method in class DiscussionRenamedBlueprint
Get the data to be stored in the notification.
DiscussionRenamedBlueprint::getType() — Method in class DiscussionRenamedBlueprint
Get the serialized type of this activity.
DiscussionRenamedBlueprint::getSubjectModel() — Method in class DiscussionRenamedBlueprint
Get the name of the model class for the subject of this activity.
MailableInterface::getEmailViews() — Method in class MailableInterface
Get the names of the views to construct a notification email with.
MailableInterface::getEmailSubject() — Method in class MailableInterface
Get the subject line for a notification email.
Notification::getSubjectModelAttribute() — Method in class Notification
Get the subject model for this notification record by looking up its type in our subject model map.
Notification::getSubjectModels() — Method in class Notification
Get the type-to-subject-model map.
Notification::getBlueprintAttributes() — Method in class Notification
NotificationMailer::generateUnsubscribeToken() — Method in class NotificationMailer
NotificationMailer::getEmailViews() — Method in class NotificationMailer
Retrieves the email views from the blueprint, and enforces that both a plain text and HTML view are provided.
NotificationSyncer::getNotificationDrivers() — Method in class NotificationSyncer
UnsubscribeToken::generate() — Method in class UnsubscribeToken
AbstractEventPost::getContentAttribute() — Method in class AbstractEventPost
Unserialize the content attribute from the database's JSON value.
FloodingException::getType() — Method in class FloodingException
Determine the exception's type.
AuthorFilter::getFilterKey() — Method in class AuthorFilter
This filter will only be run when a query contains a filter param with this key.
DiscussionFilter::getFilterKey() — Method in class DiscussionFilter
This filter will only be run when a query contains a filter param with this key.
IdFilter::getFilterKey() — Method in class IdFilter
This filter will only be run when a query contains a filter param with this key.
NumberFilter::getFilterKey() — Method in class NumberFilter
This filter will only be run when a query contains a filter param with this key.
PostSearcher::getQuery() — Method in class PostSearcher
TypeFilter::getFilterKey() — Method in class TypeFilter
This filter will only be run when a query contains a filter param with this key.
Post::getModels() — Method in class Post
PostRepository::getIndexForNumber() — Method in class PostRepository
Get the position within a discussion where a post with a certain number is. If the post with that number does not exist, the index of the closest post to it will be returned.
DatabaseUuidFailedJobProvider::getTable() — Method in class DatabaseUuidFailedJobProvider
Get a new query builder instance for the table.
AbstractDriver::getSearchers() — Method in class AbstractDriver
AbstractFulltextFilter::getFilterKey() — Method in class AbstractFulltextFilter
This filter will only be run when a query contains a filter param with this key.
AbstractSearcher::getTotalResults() — Method in class AbstractSearcher
DatabaseSearchState::getQuery() — Method in class DatabaseSearchState
FilterInterface::getFilterKey() — Method in class FilterInterface
This filter will only be run when a query contains a filter param with this key.
FilterManager::getFulltext() — Method in class FilterManager
SearchResults::getResults() — Method in class SearchResults
SearchResults::getTotalResults() — Method in class SearchResults
SearchState::getActor() — Method in class SearchState
SearchState::getDefaultSort() — Method in class SearchState
SearchState::getActiveFilters() — Method in class SearchState
Get a list of the filters that are active.
SearcherInterface::getQuery() — Method in class SearcherInterface
DatabaseSettingsRepository::get() — Method in class DatabaseSettingsRepository
You generally should use the Settings extender's `default` method instead to register default values.
DefaultSettingsRepository::get() — Method in class DefaultSettingsRepository
You generally should use the Settings extender's `default` method instead to register default values.
MemoryCacheSettingsRepository::get() — Method in class MemoryCacheSettingsRepository
You generally should use the Settings extender's `default` method instead to register default values.
OverrideSettingsRepository::get() — Method in class OverrideSettingsRepository
You generally should use the Settings extender's `default` method instead to register default values.
SettingsRepositoryInterface::get() — Method in class SettingsRepositoryInterface
You generally should use the Settings extender's `default` method instead to register default values.
$SettingsValidator#globalRulesProperty in class SettingsValidator
These rules apply to all attributes.
UninstalledSettingsRepository::get() — Method in class UninstalledSettingsRepository
You generally should use the Settings extender's `default` method instead to register default values.
GateClass in namespace Flarum\User\Access
Gate::getPolicies() — Method in class Gate
Get all policies for a given model and ability.
AccountActivationMailerTrait::generateToken() — Method in class AccountActivationMailerTrait
AccountActivationMailerTrait::getEmailData() — Method in class AccountActivationMailerTrait
Get the data that should be made available to email templates.
AvatarValidator::getMaxSize() — Method in class AvatarValidator
AvatarValidator::getAllowedTypes() — Method in class AvatarValidator
EmailConfirmationMailer::generateToken() — Method in class EmailConfirmationMailer
EmailConfirmationMailer::getEmailData() — Method in class EmailConfirmationMailer
EmailToken::generate() — Method in class EmailToken
GroupsChangedClass in namespace Flarum\User\Event
InvalidConfirmationTokenException::getType() — Method in class InvalidConfirmationTokenException
Determine the exception's type.
NotAuthenticatedException::getType() — Method in class NotAuthenticatedException
Determine the exception's type.
PermissionDeniedException::getType() — Method in class PermissionDeniedException
Determine the exception's type.
GuestClass in namespace Flarum\User
Guest::getGroupsAttribute() — Method in class Guest
Get the guest's group, containing only the 'guests' group model.
PasswordToken::generate() — Method in class PasswordToken
Generate a password token for the specified user.
RegistrationToken::generate() — Method in class RegistrationToken
Generate an auth token for the specified user.
EmailFilter::getFilterKey() — Method in class EmailFilter
This filter will only be run when a query contains a filter param with this key.
GroupFilterClass in namespace Flarum\User\Search\Filter
GroupFilter::getFilterKey() — Method in class GroupFilter
This filter will only be run when a query contains a filter param with this key.
UserSearcher::getQuery() — Method in class UserSearcher
$User#groupProcessorsProperty in class User
An array of callables, through each of which the user's list of groups is passed before being returned.
$User#gateProperty in class User
The access gate.
$User#groupsProperty in class User
User::getHasUploadedAvatarAttribute() — Method in class User
Determine whether the user has uploaded a custom avatar.
User::getAvatarUrlAttribute() — Method in class User
User::getDisplayNameAttribute() — Method in class User
User::getAlertableNotificationTypes() — Method in class User
Get the notification types that should be alerted to this user, according to their preferences.
User::getUnreadNotificationCount() — Method in class User
User::getUnreadNotifications() — Method in class User
User::getNewNotificationCount() — Method in class User
Get the number of new, unseen notifications for the user.
User::getPreferencesAttribute() — Method in class User
Get the values of all registered preferences for this user, by transforming their stored preferences and merging them with the defaults.
User::getPreference() — Method in class User
User::groups() — Method in class User
User::getPermissions() — Method in class User
Get a list of permissions that the user has.
User::getNotificationPreferenceKey() — Method in class User
Get the key for a preference which flags whether the user will receive a notification for $type via $method.
UserRepository::getIdForUsername() — Method in class UserRepository
UserRepository::getIdsForUsernames() — Method in class UserRepository
UserRepository::getIdsForUsername() — Method in class UserRepository
Find users by matching a string of words against their username, optionally making sure they are visible to a certain user.
UserValidator::getUser() — Method in class UserValidator
UserValidator::getRules() — Method in class UserValidator
UserValidator::getMessages() — Method in class UserValidator

H

UpdateExtensionController::handle() — Method in class UpdateExtensionController
WhenSavingSettings::hasDirtySettings() — Method in class WhenSavingSettings
ClientMiddlewarePipe::handle() — Method in class ClientMiddlewarePipe
AbstractDeleteController::handle() — Method in class AbstractDeleteController
CreateTokenController::handle() — Method in class CreateTokenController
ExtensionBisectController::handle() — Method in class ExtensionBisectController
ForgotPasswordController::handle() — Method in class ForgotPasswordController
ResolveRegistrationTokenController::handle() — Method in class ResolveRegistrationTokenController
SendConfirmationEmailController::handle() — Method in class SendConfirmationEmailController
SendTestMailController::handle() — Method in class SendTestMailController
SetPermissionController::handle() — Method in class SetPermissionController
SetSettingsController::handle() — Method in class SetSettingsController
ShowForumController::handle() — Method in class ShowForumController
ShowMailSettingsController::handle() — Method in class ShowMailSettingsController
UpdateExtensionController::handle() — Method in class UpdateExtensionController
UploadImageController::handle() — Method in class UploadImageController
HasAuthorizationClass in namespace Flarum\Api\Endpoint\Concerns
HasCustomHooksClass in namespace Flarum\Api\Endpoint\Concerns
HasEagerLoadingClass in namespace Flarum\Api\Endpoint\Concerns
This is directed at eager loading relationships apart from the request includes.
HasHooksClass in namespace Flarum\Api\Endpoint\Concerns
Endpoint::handle() — Method in class Endpoint
JsonApi::handle() — Method in class JsonApi
HasHooksClass in namespace Flarum\Api\Resource\Concerns
HasSortMapClass in namespace Flarum\Api\Resource\Concerns
HasValidationRulesClass in namespace Flarum\Api\Schema\Concerns
AbstractCommand::hasOption() — Method in class AbstractCommand
DiscussionPolicy::hide() — Method in class DiscussionPolicy
ReadDiscussionHandler::handle() — Method in class ReadDiscussionHandler
$Discussion#hidden_atProperty in class Discussion
$Discussion#hidden_user_idProperty in class Discussion
Discussion::hide() — Method in class Discussion
DiscussionRenamedLogger::handle() — Method in class DiscussionRenamedLogger
HiddenClass in namespace Flarum\Discussion\Event
HiddenFilterClass in namespace Flarum\Discussion\Search\Filter
ErrorHandling::handler() — Method in class ErrorHandling
Register a handler with custom error handling logic.
Model::hasOne() — Method in class Model
Establish a simple hasOne relationship from this model to another model.
Model::hasMany() — Method in class Model
Establish a simple hasMany relationship from this model to another model.
ToggleExtensionHandler::handle() — Method in class ToggleExtensionHandler
BisectCommand::handle() — Method in class BisectCommand
DefaultLanguagePackGuard::handle() — Method in class DefaultLanguagePackGuard
CircularDependenciesExceptionHandler::handle() — Method in class CircularDependenciesExceptionHandler
DependentExtensionsExceptionHandler::handle() — Method in class DependentExtensionsExceptionHandler
MissingDependenciesExceptionHandler::handle() — Method in class MissingDependenciesExceptionHandler
$Extension#homepageProperty in class Extension
Extension::hasAssets() — Method in class Extension
Tests whether the extension has assets.
Extension::hasMigrations() — Method in class Extension
Tests whether the extension has migrations.
HasFormattedContentClass in namespace Flarum\Formatter
A trait to add formatted content to a model.
ConfirmEmailController::handle() — Method in class ConfirmEmailController
GlobalLogOutController::handle() — Method in class GlobalLogOutController
LogInController::handle() — Method in class LogInController
LogInViewController::handle() — Method in class LogInViewController
LogOutController::handle() — Method in class LogOutController
LogOutViewController::handle() — Method in class LogOutViewController
RegisterController::handle() — Method in class RegisterController
SavePasswordController::handle() — Method in class SavePasswordController
UnsubscribeActionController::handle() — Method in class UnsubscribeActionController
ValidateCustomLess::hasDirtyCustomLessSettings() — Method in class ValidateCustomLess
InteractsWithLaravel::hasDebugModeEnabled() — Method in class InteractsWithLaravel
InteractsWithLaravel::hasBeenBootstrapped() — Method in class InteractsWithLaravel
IlluminateValidationExceptionHandler::handle() — Method in class IlluminateValidationExceptionHandler
JsonApiExceptionHandler::handle() — Method in class JsonApiExceptionHandler
QueryExceptionHandler::handle() — Method in class QueryExceptionHandler
ValidationExceptionHandler::handle() — Method in class ValidationExceptionHandler
HandledErrorClass in namespace Flarum\Foundation\ErrorHandling
An error that was caught / interpreted by Flarum's error handling stack.
HandledError::hasDetails() — Method in class HandledError
HttpFormatterClass in namespace Flarum\Foundation\ErrorHandling
Registry::handle() — Method in class Registry
Map exceptions to handled errors.
HighMaintenanceModeHandlerClass in namespace Flarum\Foundation
HighMaintenanceModeHandler::handle() — Method in class HighMaintenanceModeHandler
Handle the request and return a response.
Site::hasConfigFile() — Method in class Site
HasSourcesClass in namespace Flarum\Frontend\Compiler\Concerns
Controller::handle() — Method in class Controller
$Document#hasNextPageProperty in class Document
Is there a next page?
$Document#headProperty in class Document
An array of strings to append to the page's .
HiddenFilterClass in namespace Flarum\Group\Filter
Group::hasPermission() — Method in class Group
AbstractHtmlController::handle() — Method in class AbstractHtmlController
HttpServiceProviderClass in namespace Flarum\Http
HandleErrorsClass in namespace Flarum\Http\Middleware
Catch exceptions thrown in a PSR-15 middleware stack and handle them safely.
$RememberAccessToken#hiddenProperty in class RememberAccessToken
$SessionAccessToken#hiddenProperty in class SessionAccessToken
InstallController::handle() — Method in class InstallController
LocaleManager::hasLocale() — Method in class LocaleManager
Repository::has() — Method in class Repository
Determine if the given key exists in the context.
Repository::hydrate() — Method in class Repository
Hydrate the context from an array.
Repository::hydrated() — Method in class Repository
Register a hydrated callback.
SendInformationalEmailJob::handle() — Method in class SendInformationalEmailJob
MutateEmail::handle() — Method in class MutateEmail
DeleteAllNotificationsHandler::handle() — Method in class DeleteAllNotificationsHandler
ReadAllNotificationsHandler::handle() — Method in class ReadAllNotificationsHandler
ReadNotificationHandler::handle() — Method in class ReadNotificationHandler
SendEmailNotificationJob::handle() — Method in class SendEmailNotificationJob
SendNotificationsJob::handle() — Method in class SendNotificationsJob
PostPolicy::hide() — Method in class PostPolicy
CommentPost::hide() — Method in class CommentPost
HiddenClass in namespace Flarum\Post\Event
$Post#hidden_atProperty in class Post
$Post#hidden_user_idProperty in class Post
$Post#hiddenUserProperty in class Post
Post::hiddenUser() — Method in class Post
WorkCommand::handle() — Method in class WorkCommand
IndexJob::handle() — Method in class IndexJob
ModelObserver::hidden() — Method in class ModelObserver
UpdateController::handle() — Method in class UpdateController
AccountActivationMailer::handle() — Method in class AccountActivationMailer
ConfirmEmailHandler::handle() — Method in class ConfirmEmailHandler
DeleteAvatarHandler::handle() — Method in class DeleteAvatarHandler
UploadAvatarHandler::handle() — Method in class UploadAvatarHandler
EmailConfirmationMailer::handle() — Method in class EmailConfirmationMailer
RequestPasswordResetJob::handle() — Method in class RequestPasswordResetJob
SelfDemotionGuard::handle() — Method in class SelfDemotionGuard
Prevent an admin from removing their admin permission via the API.
SessionManager::handler() — Method in class SessionManager
Returns the configured session handler.
$User#hasherProperty in class User
The hasher with which to hash passwords.
User::hasPermission() — Method in class User
User::hasPermissionLike() — Method in class User
Check whether the user has a permission that is like the given string, based on their groups.

I

IndexClass in namespace Flarum\Admin\Content
$ApiKey#idProperty in class ApiKey
$Context#internalProperty in class Context
Data passed internally when reusing resource endpoint logic.
Context::internal() — Method in class Context
HasAuthorization::isVisible() — Method in class HasAuthorization
IncludesDataClass in namespace Flarum\Api\Endpoint\Concerns
IndexClass in namespace Flarum\Api\Endpoint
InvalidAccessTokenExceptionClass in namespace Flarum\Api\Exception
AbstractResource::id() — Method in class AbstractResource
ForumResource::id() — Method in class ForumResource
MailSettingResource::id() — Method in class MailSettingResource
$NotificationResource#initializedProperty in class NotificationResource
SystemInfoResource::id() — Method in class SystemInfoResource
$FlarumRelationship#inverseProperty in class FlarumRelationship
FlarumRelationship::inverse() — Method in class FlarumRelationship
Set the inverse relationship name, used for eager loading.
FlarumRelationship::includable() — Method in class FlarumRelationship
Allow this relationship to be included.
HasValidationRules::in() — Method in class HasValidationRules
HasValidationRules::items() — Method in class HasValidationRules
IntegerClass in namespace Flarum\Api\Schema
$AbstractCommand#inputProperty in class AbstractCommand
AbstractCommand::info() — Method in class AbstractCommand
Schedule::isDownForMaintenance() — Method in class Schedule
Migrator::installFromSchema() — Method in class Migrator
Initialize the Flarum database from a schema dump.
$Discussion#idProperty in class Discussion
$Discussion#is_privateProperty in class Discussion
IdWithTransliteratedSlugDriverClass in namespace Flarum\Discussion
$UserState#incrementingProperty in class UserState
Middleware::insertBefore() — Method in class Middleware
Inserts a middleware before an existing middleware.
Middleware::insertAfter() — Method in class Middleware
Inserts a middleware after an existing middleware.
SearchIndex::indexer() — Method in class SearchIndex
Register an indexer for a resource.
$Bisect#issueCheckedProperty in class Bisect
$Bisect#isIssuePresentProperty in class Bisect
$Extension#idProperty in class Extension
Unique ID of the extension.
$Extension#installedProperty in class Extension
Extension::isInstalled() — Method in class Extension
Extension::isAbandoned() — Method in class Extension
Check if the composer package is marked as abandoned.
ExtensionManager::isEnabled() — Method in class ExtensionManager
IndexClass in namespace Flarum\Forum\Content
Application::isBooted() — Method in class Application
ApplicationInfoProvider::identifyQueueDriver() — Method in class ApplicationInfoProvider
ApplicationInfoProvider::identifyDatabaseVersion() — Method in class ApplicationInfoProvider
ApplicationInfoProvider::identifyDatabaseDriver() — Method in class ApplicationInfoProvider
ApplicationInfoProvider::identifyDatabaseOptions() — Method in class ApplicationInfoProvider
ApplicationInfoProvider::identifySessionDriver() — Method in class ApplicationInfoProvider
Reports on the session driver in use based on three scenarios: 1. If the configured session driver is valid and in use, it will be returned.
ApplicationInfoProvider::identifyPHPVersion() — Method in class ApplicationInfoProvider
InteractsWithLaravelClass in namespace Flarum\Foundation\Concerns
Implementation of the Laravel Application Contract, for the sake of better integration with Laravel packages/ecosystem.
InteractsWithLaravel::isDownForMaintenance() — Method in class InteractsWithLaravel
Config::inDebugMode() — Method in class Config
Config::inMaintenanceMode() — Method in class Config
Config::inHighMaintenanceMode() — Method in class Config
Config::inLowMaintenanceMode() — Method in class Config
Config::inSafeMode() — Method in class Config
InfoCommandClass in namespace Flarum\Foundation\Console
IlluminateValidationExceptionHandlerClass in namespace Flarum\Foundation\ErrorHandling\ExceptionHandler
IOExceptionClass in namespace Flarum\Foundation
InstalledAppClass in namespace Flarum\Foundation
InstalledSiteClass in namespace Flarum\Foundation
MaintenanceMode::inMaintenanceMode() — Method in class MaintenanceMode
MaintenanceMode::inHighMaintenanceMode() — Method in class MaintenanceMode
MaintenanceMode::inLowMaintenanceMode() — Method in class MaintenanceMode
MaintenanceMode::inSafeMode() — Method in class MaintenanceMode
$LessCompiler#importDirsProperty in class LessCompiler
$Group#idProperty in class Group
$Group#iconProperty in class Group
$Group#is_hiddenProperty in class Group
$Permission#incrementingProperty in class Permission
$AccessToken#idProperty in class AccessToken
InvalidParameterExceptionClass in namespace Flarum\Http\Exception
InjectActorReferenceClass in namespace Flarum\Http\Middleware
RequestUtil::isApiRequest() — Method in class RequestUtil
RequestUtil::isHtmlRequest() — Method in class RequestUtil
ImageServiceProviderClass in namespace Flarum\Image
InstallCommandClass in namespace Flarum\Install\Console
InstallCommand::init() — Method in class InstallCommand
InstallCommand::install() — Method in class InstallCommand
IndexControllerClass in namespace Flarum\Install\Controller
InstallControllerClass in namespace Flarum\Install\Controller
InstallServiceProviderClass in namespace Flarum\Install
InstallationClass in namespace Flarum\Install
InstallerClass in namespace Flarum\Install
$Notification#idProperty in class Notification
$UnsubscribeToken#idProperty in class UnsubscribeToken
IdFilterClass in namespace Flarum\Post\Filter
$Post#idProperty in class Post
$Post#ip_addressProperty in class Post
$Post#is_privateProperty in class Post
Post::isVisibleTo() — Method in class Post
Determine whether this post is visible to the given user.
QueueFactory::isPaused() — Method in class QueueFactory
Determine if a queue is paused.
IndexerInterfaceClass in namespace Flarum\Search
IndexerInterface::index() — Method in class IndexerInterface
IndexJobClass in namespace Flarum\Search\Job
SearchCriteria::isFulltext() — Method in class SearchCriteria
SearchManager::indexers() — Method in class SearchManager
SearchManager::indexable() — Method in class SearchManager
SearchState::isFulltextSearch() — Method in class SearchState
$MemoryCacheSettingsRepository#isCachedProperty in class MemoryCacheSettingsRepository
IndexControllerClass in namespace Flarum\Update\Controller
$EmailToken#incrementingProperty in class EmailToken
Use a custom primary key for this model.
InvalidConfirmationTokenExceptionClass in namespace Flarum\User\Exception
$Guest#idProperty in class Guest
Override the ID of this user, as a guest does not have an ID.
Guest::isGuest() — Method in class Guest
Check whether the user is a guest.
IdSlugDriverClass in namespace Flarum\User
$LoginProvider#idProperty in class LoginProvider
$LoginProvider#identifierProperty in class LoginProvider
$PasswordToken#incrementingProperty in class PasswordToken
$RegistrationToken#incrementingProperty in class RegistrationToken
Use a custom primary key for this model.
$RegistrationToken#identifierProperty in class RegistrationToken
$User#idProperty in class User
$User#is_email_confirmedProperty in class User
User::isAdmin() — Method in class User
User::isGuest() — Method in class User
Check whether the user is a guest.

J

JsonApiClass in namespace Flarum\Api
JsonApiResponseClass in namespace Flarum\Api
Frontend::js() — Method in class Frontend
Add a JavaScript file to load in the frontend.
Frontend::jsDirectory() — Method in class Frontend
Add a directory of JavaScript files to include in the JS assets public directory.
InteractsWithLaravel::joinPaths() — Method in class InteractsWithLaravel
JsonApiExceptionHandlerClass in namespace Flarum\Foundation\ErrorHandling\ExceptionHandler
JsonApiFormatterClass in namespace Flarum\Foundation\ErrorHandling
A formatter to render exceptions as valid {JSON:API} error object.
Assets::js() — Method in class Assets
Assets::jsDirectory() — Method in class Assets
JsCompilerClass in namespace Flarum\Frontend\Compiler
JsDirectoryCompilerClass in namespace Flarum\Frontend\Compiler
Used to copy JS files from a package directory to the assets' directory.
$Document#jsProperty in class Document
An array of JavaScript URLs to load.
$LocaleManager#jsProperty in class LocaleManager
$User#joined_atProperty in class User

K

$ApiKey#keyProperty in class ApiKey
$Extension#keywordsProperty in class Extension
FontAwesome::kitUrl() — Method in class FontAwesome
KnownErrorClass in namespace Flarum\Foundation
An exception that has a well-known meaning in a Flarum application.

L

$ApiKey#last_activity_atProperty in class ApiKey
Context::listing() — Method in class Context
$ExtractsListingParams#limitProperty in class ExtractsListingParams
ExtractsListingParams::limit() — Method in class ExtractsListingParams
$HasEagerLoading#loadRelationsProperty in class HasEagerLoading
$HasEagerLoading#loadRelationWhereProperty in class HasEagerLoading
HasEagerLoading::loadRelations() — Method in class HasEagerLoading
Eager loads relationships before serialization.
ListableClass in namespace Flarum\Api\Resource\Contracts
EloquentBuffer::load() — Method in class EloquentBuffer
Server::listen() — Method in class Server
DatabaseMigrationRepository::log() — Method in class DatabaseMigrationRepository
Log that a migration was run.
Collection::loadAggregate() — Method in class Collection
This is done to prevent conflicts when using visibility scopes.
Collection::loadMissingRelation() — Method in class Collection
The original Laravel logic uses ->whereNotNull() which is an abstraction that unnecessarily causes attribute mutators to run, so if a mutator relies on an eager loaded relationship, the mutator will be executed before the call to ->loadMissing() is over.
MigrationRepositoryInterface::log() — Method in class MigrationRepositoryInterface
Log that a migration was run.
$Discussion#last_posted_atProperty in class Discussion
$Discussion#last_posted_user_idProperty in class Discussion
$Discussion#last_post_idProperty in class Discussion
$Discussion#last_post_numberProperty in class Discussion
$Discussion#lastPostProperty in class Discussion
$Discussion#lastPostedUserProperty in class Discussion
Discussion::lastPost() — Method in class Discussion
Discussion::lastPostedUser() — Method in class Discussion
$UserState#last_read_atProperty in class UserState
$UserState#last_read_post_numberProperty in class UserState
Event::listen() — Method in class Event
Add a listener to a domain event dispatched by flarum or a flarum extension.
LanguagePackClass in namespace Flarum\Extend
LifecycleInterfaceClass in namespace Flarum\Extend
LinkClass in namespace Flarum\Extend
LocalesClass in namespace Flarum\Extend
$Extension#licenseProperty in class Extension
LogInControllerClass in namespace Flarum\Forum\Controller
LogInViewControllerClass in namespace Flarum\Forum\Controller
Maintenance login view.
LogOutControllerClass in namespace Flarum\Forum\Controller
LogOutViewControllerClass in namespace Flarum\Forum\Controller
LogInValidatorClass in namespace Flarum\Forum
$AbstractValidator#laravelValidatorProperty in class AbstractValidator
$Application#loadedProvidersProperty in class Application
InteractsWithLaravel::langPath() — Method in class InteractsWithLaravel
InteractsWithLaravel::loadDeferredProviders() — Method in class InteractsWithLaravel
LogReporterClass in namespace Flarum\Foundation\ErrorHandling
Log caught exceptions to a PSR-3 logger instance.
Site::loadConfig() — Method in class Site
Site::loadExtenders() — Method in class Site
$Assets#lessImportOverridesProperty in class Assets
Assets::localeJs() — Method in class Assets
Assets::localeCss() — Method in class Assets
LessCompilerClass in namespace Flarum\Frontend\Compiler
$LessCompiler#lessImportOverridesProperty in class LessCompiler
$Document#languageProperty in class Document
The language of the document, displayed as the value of the attribute `lang` in the tag.
$Document#layoutViewProperty in class Document
The name of the frontend layout view to display.
$AccessToken#lifetimeProperty in class AccessToken
How long this access token should be valid from the time of last activity.
$AccessToken#last_activity_atProperty in class AccessToken
$AccessToken#last_ip_addressProperty in class AccessToken
$AccessToken#last_user_agentProperty in class AccessToken
$DeveloperAccessToken#lifetimeProperty in class DeveloperAccessToken
$RememberAccessToken#lifetimeProperty in class RememberAccessToken
Server::listen() — Method in class Server
$SessionAccessToken#lifetimeProperty in class SessionAccessToken
SessionAuthenticator::logIn() — Method in class SessionAuthenticator
SessionAuthenticator::logOut() — Method in class SessionAuthenticator
LocaleManagerClass in namespace Flarum\Locale
$LocaleManager#localesProperty in class LocaleManager
LocaleServiceProviderClass in namespace Flarum\Locale
PrefixedYamlFileLoader::load() — Method in class PrefixedYamlFileLoader
LogDriverClass in namespace Flarum\Mail
ListenCommandClass in namespace Flarum\Queue\Console
ListenerClass in namespace Flarum\Queue
LoggedInClass in namespace Flarum\User\Event
LoggedOutClass in namespace Flarum\User\Event
LoginProviderClass in namespace Flarum\User
$LoginProvider#last_login_atProperty in class LoginProvider
LoginProvider::logIn() — Method in class LoginProvider
Get the user associated with the provider so that they can be logged in.
$User#last_seen_atProperty in class User
$User#loginProvidersProperty in class User
User::loginProviders() — Method in class User

M

$ClientMiddlewarePipe#middlewaresProperty in class ClientMiddlewarePipe
$Context#modelIdProperty in class Context
UploadFaviconController::makeImage() — Method in class UploadFaviconController
UploadImageController::makeImage() — Method in class UploadImageController
UploadLogoController::makeImage() — Method in class UploadLogoController
$ExtractsListingParams#maxLimitProperty in class ExtractsListingParams
ExtractsListingParams::maxLimit() — Method in class ExtractsListingParams
SavesAndValidatesData::mutateDataBeforeValidation() — Method in class SavesAndValidatesData
Create::make() — Method in class Create
Delete::make() — Method in class Delete
$Endpoint#methodProperty in class Endpoint
Endpoint::make() — Method in class Endpoint
Index::make() — Method in class Index
Show::make() — Method in class Show
Update::make() — Method in class Update
JsonApi::makeContext() — Method in class JsonApi
AbstractDatabaseResource::model() — Method in class AbstractDatabaseResource
AbstractDatabaseResource::method() — Method in class AbstractDatabaseResource
Get the model method that a field represents.
AbstractDatabaseResource::mutateDataBeforeValidation() — Method in class AbstractDatabaseResource
AccessTokenResource::model() — Method in class AccessTokenResource
Extendable::mutateEndpoints() — Method in class Extendable
Extendable::mutateFields() — Method in class Extendable
Extendable::mutateSorts() — Method in class Extendable
DiscussionResource::model() — Method in class DiscussionResource
GroupResource::model() — Method in class GroupResource
MailSettingResourceClass in namespace Flarum\Api\Resource
NotificationResource::model() — Method in class NotificationResource
PostResource::model() — Method in class PostResource
UserResource::model() — Method in class UserResource
Arr::make() — Method in class Arr
Boolean::make() — Method in class Boolean
GetsRelationAggregates::minRelation() — Method in class GetsRelationAggregates
GetsRelationAggregates::maxRelation() — Method in class GetsRelationAggregates
Date::make() — Method in class Date
DateTime::make() — Method in class DateTime
Integer::make() — Method in class Integer
Number::make() — Method in class Number
Number::min() — Method in class Number
Number::max() — Method in class Number
Str::make() — Method in class Str
Str::minLength() — Method in class Str
Str::maxLength() — Method in class Str
Arr::make() — Method in class Arr
MigrateCommandClass in namespace Flarum\Database\Console
MigrationKeyMissingClass in namespace Flarum\Database\Exception
MigrationClass in namespace Flarum\Database
Migration factory.
MigrationRepositoryInterfaceClass in namespace Flarum\Database
MigratorClass in namespace Flarum\Database
$Discussion#modifiedPostsProperty in class Discussion
An array of posts that have been modified during this request.
Discussion::mergePost() — Method in class Discussion
Save a post, attempting to merge it with the discussion's last post.
Discussion::mostRelevantPost() — Method in class Discussion
FulltextFilter::mysql() — Method in class FulltextFilter
MailClass in namespace Flarum\Extend
MiddlewareClass in namespace Flarum\Extend
ModelClass in namespace Flarum\Extend
ModelPrivateClass in namespace Flarum\Extend
Some models, in particular Discussion and CommentPost, are intended to support a "private" mode, wherein they aren't visible unless some criteria is met. This can be used to implement anything from private discussions to post approvals.
ModelUrlClass in namespace Flarum\Extend
ModelVisibilityClass in namespace Flarum\Extend
Model visibility scoping allows us to scope queries based on the current user.
Policy::modelPolicy() — Method in class Policy
Add a custom policy for when an ability check is ran on an instance of a model.
MissingDependenciesExceptionClass in namespace Flarum\Extension\Exception
This exception is thrown when someone attempts to enable an extension whose Flarum extension dependencies are not all enabled.
MissingDependenciesExceptionHandlerClass in namespace Flarum\Extension\Exception
Extension::migrate() — Method in class Extension
ExtensionManager::migrate() — Method in class ExtensionManager
Runs the database migrations for the extension.
ExtensionManager::migrateDown() — Method in class ExtensionManager
Runs the database migrations to reset the database to its old state.
ResponseFactory::make() — Method in class ResponseFactory
Handle an OAuth callback by logging in an existing user or beginning the registration flow for a new one.
ResponseFactory::makeLoggedInResponse() — Method in class ResponseFactory
Build a redirect response for a successfully authenticated existing user.
ResponseFactory::makeRegistrationResponse() — Method in class ResponseFactory
Build a redirect response that triggers the registration modal on the frontend.
AbstractValidator::makeValidator() — Method in class AbstractValidator
Application::markAsRegistered() — Method in class Application
InteractsWithLaravel::maintenanceMode() — Method in class InteractsWithLaravel
Config::maintenanceMode() — Method in class Config
MaintenanceModeClass in namespace Flarum\Foundation
MaintenanceMode::mode() — Method in class MaintenanceMode
Assets::makeJs() — Method in class Assets
Assets::makeCss() — Method in class Assets
Assets::makeLocaleJs() — Method in class Assets
Assets::makeLocaleCss() — Method in class Assets
Assets::makeJsDirectory() — Method in class Assets
Assets::makeJsCompiler() — Method in class Assets
Assets::makeLessCompiler() — Method in class Assets
Assets::makeJsDirectoryCompiler() — Method in class Assets
MetaClass in namespace Flarum\Frontend\Content
$Document#metaProperty in class Document
An array of meta tags to append to the page's .
Document::makeView() — Method in class Document
Document::makeTitle() — Method in class Document
Document::makeLayout() — Method in class Document
Document::makeContent() — Method in class Document
Document::makePreloads() — Method in class Document
Document::makeExtraClasses() — Method in class Document
Document::makeExtraAttributes() — Method in class Document
Document::makeHead() — Method in class Document
Document::makeJs() — Method in class Document
Document::makeFoot() — Method in class Document
BasicTitleDriver::makeTitle() — Method in class BasicTitleDriver
TitleDriverInterface::makeTitle() — Method in class TitleDriverInterface
Permission::map() — Method in class Permission
Get a map of permissions to the group IDs that have them.
$AccessToken#modelsProperty in class AccessToken
A map of access token types, as specified in the `type` column, to their classes.
AccessToken::make() — Method in class AccessToken
CookieFactory::make() — Method in class CookieFactory
Make a new cookie instance.
MaintenanceModeExceptionClass in namespace Flarum\Http\Exception
MethodNotAllowedExceptionClass in namespace Flarum\Http\Exception
Repository::missing() — Method in class Repository
Determine if the given key is missing from the context.
MailServiceProviderClass in namespace Flarum\Mail
MailerClass in namespace Flarum\Mail
MailgunDriverClass in namespace Flarum\Mail
MutateEmailClass in namespace Flarum\Mail
EmailNotificationDriver::mailNotifications() — Method in class EmailNotificationDriver
Mail a notification to a list of users.
MailableInterfaceClass in namespace Flarum\Notification
NotificationRepository::markAllAsRead() — Method in class NotificationRepository
FulltextFilter::mysql() — Method in class FulltextFilter
MergeableInterfaceClass in namespace Flarum\Post
A post that has the ability to be merged into an adjacent post.
$Post#modelsProperty in class Post
A map of post types, as specified in the `type` column, to their classes.
ModelObserverClass in namespace Flarum\Search\Listener
MemoryCacheSettingsRepositoryClass in namespace Flarum\Settings
SettingsValidator::makeValidator() — Method in class SettingsValidator
$User#marked_all_as_read_atProperty in class User
User::markAllAsRead() — Method in class User
Mark all discussions as read.
User::markNotificationsAsRead() — Method in class User
Mark all notifications as read.

N

Endpoint::name() — Method in class Endpoint
AbstractDatabaseResource::newModel() — Method in class AbstractDatabaseResource
AccessTokenResource::newModel() — Method in class AccessTokenResource
NotificationResourceClass in namespace Flarum\Api\Resource
PostResource::newModel() — Method in class PostResource
FlarumField::nullable() — Method in class FlarumField
HasValidationRules::notIn() — Method in class HasValidationRules
NumberClass in namespace Flarum\Api\Schema
AbstractModel::newModelQuery() — Method in class AbstractModel
AbstractModel::newCollection() — Method in class AbstractModel
Migrator::note() — Method in class Migrator
NotificationClass in namespace Flarum\Extend
View::namespace() — Method in class View
Register a new namespace of Laravel views.
$Extension#nameProperty in class Extension
Extension::nameToId() — Method in class Extension
InstalledApp::needsUpdate() — Method in class InstalledApp
$Group#name_singularProperty in class Group
$Group#name_pluralProperty in class Group
AccessToken::newFromBuilder() — Method in class AccessToken
Create a new model instance according to the access token type.
NullDriverClass in namespace Flarum\Mail
ValidatesMailSettings::noWhitespace() — Method in class ValidatesMailSettings
Returns a validation rule that checks for leading or trailing whitespace.
NotificationDriverInterfaceClass in namespace Flarum\Notification\Driver
NotificationClass in namespace Flarum\Notification
Models a notification record in the database.
Notification::notify() — Method in class Notification
Send notifications to the given recipients.
NotificationMailerClass in namespace Flarum\Notification
NotificationRepositoryClass in namespace Flarum\Notification
NotificationServiceProviderClass in namespace Flarum\Notification
NotificationSyncerClass in namespace Flarum\Notification
The Notification Syncer commits notification blueprints to the database, and sends them via email depending on user preference. Where a blueprint represents a single notification, the syncer associates it with a particular user(s) and makes it available in their inbox.
$NotificationSyncer#notificationDriversProperty in class NotificationSyncer
A map of notification drivers.
NumberFilterClass in namespace Flarum\Post\Filter
$Post#numberProperty in class Post
Post::newFromBuilder() — Method in class Post
Create a new model instance according to the post's type.
AbstractDriver::name() — Method in class AbstractDriver
DatabaseSearchDriver::name() — Method in class DatabaseSearchDriver
NotAuthenticatedExceptionClass in namespace Flarum\User\Exception
$User#notificationsProperty in class User
User::notifications() — Method in class User

O

$AbstractCommand#outputProperty in class AbstractCommand
$Migrator#outputProperty in class Migrator
$Discussion#observablesProperty in class Discussion
Formatter::onEnable() — Method in class Formatter
Formatter::onDisable() — Method in class Formatter
LanguagePack::onEnable() — Method in class LanguagePack
LanguagePack::onDisable() — Method in class LanguagePack
LifecycleInterface::onEnable() — Method in class LifecycleInterface
LifecycleInterface::onDisable() — Method in class LifecycleInterface
Locales::onEnable() — Method in class Locales
Locales::onDisable() — Method in class Locales
Theme::overrideLessImport() — Method in class Theme
This can be used to override `LESS` files that are imported within the code.
Theme::overrideFileSource() — Method in class Theme
This method allows overriding LESS file sources.
View::onEnable() — Method in class View
View::onDisable() — Method in class View
$Extension#optionalDependencyIdsProperty in class Extension
The IDs of all Flarum extensions that this extension should be booted after if enabled.
Config::offsetGet() — Method in class Config
Config::offsetExists() — Method in class Config
Config::offsetSet() — Method in class Config
Config::offsetUnset() — Method in class Config
LessCompiler::overrideSources() — Method in class LessCompiler
Pipeline::on() — Method in class Pipeline
$NotificationSyncer#onePerUserProperty in class NotificationSyncer
Whether notifications are being limited to one per user.
NotificationSyncer::onePerUser() — Method in class NotificationSyncer
Limit notifications to one per user for the entire duration of the given callback.
$CommentPost#observablesProperty in class CommentPost
OverrideSettingsRepositoryClass in namespace Flarum\Settings
A settings repository decorator that allows overriding certain values.

P

AdminServiceProvider::populateRoutes() — Method in class AdminServiceProvider
DisableBrowserCache::process() — Method in class DisableBrowserCache
RequireAdministrateAbility::process() — Method in class RequireAdministrateAbility
ApiServiceProvider::populateRoutes() — Method in class ApiServiceProvider
$Client#parentProperty in class Client
Client::post() — Method in class Client
Client::put() — Method in class Client
Client::patch() — Method in class Client
$ClientMiddlewarePipe#pipeProperty in class ClientMiddlewarePipe
ClientMiddlewarePipe::process() — Method in class ClientMiddlewarePipe
ClientMiddlewarePipe::pipe() — Method in class ClientMiddlewarePipe
$Context#parametersProperty in class Context
Parameters mutated on the current instance.
SavesAndValidatesData::parseData() — Method in class SavesAndValidatesData
Parse and validate a JSON:API document's `data` member.
$Endpoint#pathProperty in class Endpoint
Endpoint::process() — Method in class Endpoint
$Index#paginationResolverProperty in class Index
Index::paginate() — Method in class Index
JsonApi::process() — Method in class JsonApi
FakeHttpMethods::process() — Method in class FakeHttpMethods
ThrottleApi::process() — Method in class ThrottleApi
AbstractDatabaseResource::paginate() — Method in class AbstractDatabaseResource
AbstractDatabaseResource::property() — Method in class AbstractDatabaseResource
Get the model property that a field represents.
PaginatableClass in namespace Flarum\Api\Resource\Contracts
PostResourceClass in namespace Flarum\Api\Resource
$Discussion#participant_countProperty in class Discussion
$Discussion#postsProperty in class Discussion
$Discussion#participantsProperty in class Discussion
Discussion::posts() — Method in class Discussion
Discussion::participants() — Method in class Discussion
Query the discussion's participants (a list of unique users who have posted in the discussion).
FulltextFilter::pgsql() — Method in class FulltextFilter
Formatter::parse() — Method in class Formatter
Prepare the system for parsing. This can be used to modify the text that will be parsed, or to modify the parser.
Frontend::preloads() — Method in class Frontend
Adds multiple asset preloads.
PolicyClass in namespace Flarum\Extend
PostClass in namespace Flarum\Extend
Routes::post() — Method in class Routes
Add a POST route.
Routes::put() — Method in class Routes
Add a PUT route.
Routes::patch() — Method in class Routes
Add a PATCH route.
User::permissionGroups() — Method in class User
Dynamically process a user's list of groups when calculating permissions.
$Extension#provideProperty in class Extension
ExtensionManager::publishAssets() — Method in class ExtensionManager
Copy the assets from an extension's assets directory into public view.
ExtensionManager::pluckTitles() — Method in class ExtensionManager
Returns the titles of the extensions passed.
$Formatter#parsingCallbacksProperty in class Formatter
Formatter::parse() — Method in class Formatter
$HasFormattedContent#parsed_contentProperty in class HasFormattedContent
$Registration#providedProperty in class Registration
$Registration#payloadProperty in class Registration
Registration::provide() — Method in class Registration
Registration::provideTrustedEmail() — Method in class Registration
Registration::provideAvatar() — Method in class Registration
PostsClass in namespace Flarum\Forum\Content
Post search results.
ForumServiceProvider::populateRoutes() — Method in class ForumServiceProvider
AbstractValidator::prepare() — Method in class AbstractValidator
InteractsWithLaravel::publicPath() — Method in class InteractsWithLaravel
$EventGeneratorTrait#pendingEventsProperty in class EventGeneratorTrait
PathsClass in namespace Flarum\Foundation
$Paths#publicProperty in class Paths
FileVersioner::putRevision() — Method in class FileVersioner
VersionerInterface::putRevision() — Method in class VersionerInterface
$Document#payloadProperty in class Document
Other variables to preload into the Flarum JS.
$Document#pageProperty in class Document
Which page of content are we on?
$Document#preloadsProperty in class Document
An array of preloaded assets.
Frontend::populate() — Method in class Frontend
$Group#permissionsProperty in class Group
Group::permissions() — Method in class Group
PermissionClass in namespace Flarum\Group
$Permission#permissionProperty in class Permission
$CookieFactory#prefixProperty in class CookieFactory
$CookieFactory#pathProperty in class CookieFactory
AuthenticateWithHeader::process() — Method in class AuthenticateWithHeader
AuthenticateWithSession::process() — Method in class AuthenticateWithSession
CheckCsrfToken::process() — Method in class CheckCsrfToken
CheckForMaintenanceMode::process() — Method in class CheckForMaintenanceMode
CollectGarbage::process() — Method in class CollectGarbage
ContentTypeOptionsHeader::process() — Method in class ContentTypeOptionsHeader
ExecuteRoute::process() — Method in class ExecuteRoute
Executes the route handler resolved in ResolveRoute.
FlarumPromotionHeader::process() — Method in class FlarumPromotionHeader
HandleErrors::process() — Method in class HandleErrors
Catch all errors that happen during further middleware execution.
InjectActorReference::process() — Method in class InjectActorReference
ParseJsonBodyClass in namespace Flarum\Http\Middleware
ParseJsonBody::process() — Method in class ParseJsonBody
PopulateWithActorClass in namespace Flarum\Http\Middleware
PopulateWithActor::process() — Method in class PopulateWithActor
ProcessIpClass in namespace Flarum\Http\Middleware
ProcessIp::process() — Method in class ProcessIp
$ReferrerPolicyHeader#policyProperty in class ReferrerPolicyHeader
ReferrerPolicyHeader::process() — Method in class ReferrerPolicyHeader
RememberFromCookie::process() — Method in class RememberFromCookie
ResolveRoute::process() — Method in class ResolveRoute
Resolve the given request from our route collection.
SetLocale::process() — Method in class SetLocale
ShareErrorsFromSession::process() — Method in class ShareErrorsFromSession
StartSession::process() — Method in class StartSession
$RouteCollection#pendingRoutesProperty in class RouteCollection
RouteCollection::post() — Method in class RouteCollection
RouteCollection::put() — Method in class RouteCollection
RouteCollection::patch() — Method in class RouteCollection
RouteCollectionUrlGenerator::path() — Method in class RouteCollectionUrlGenerator
DatabaseConfig::prepare() — Method in class DatabaseConfig
InstallServiceProvider::populateRoutes() — Method in class InstallServiceProvider
Installation::prerequisites() — Method in class Installation
PipelineClass in namespace Flarum\Install
Pipeline::pipe() — Method in class Pipeline
$Composite#prerequisitesProperty in class Composite
Composite::problems() — Method in class Composite
Verify that this prerequisite is fulfilled.
PhpExtensionsClass in namespace Flarum\Install\Prerequisite
PhpExtensions::problems() — Method in class PhpExtensions
Verify that this prerequisite is fulfilled.
PhpVersionClass in namespace Flarum\Install\Prerequisite
PhpVersion::problems() — Method in class PhpVersion
Verify that this prerequisite is fulfilled.
PrerequisiteInterfaceClass in namespace Flarum\Install\Prerequisite
PrerequisiteInterface::problems() — Method in class PrerequisiteInterface
Verify that this prerequisite is fulfilled.
WritablePaths::problems() — Method in class WritablePaths
Verify that this prerequisite is fulfilled.
PublishAssetsClass in namespace Flarum\Install\Steps
PrefixedYamlFileLoaderClass in namespace Flarum\Locale
PostmarkDriverClass in namespace Flarum\Mail
PostPolicyClass in namespace Flarum\Post\Access
PostedClass in namespace Flarum\Post\Event
FulltextFilter::pgsql() — Method in class FulltextFilter
PostSearcherClass in namespace Flarum\Post\Filter
PostClass in namespace Flarum\Post
PostCreationThrottlerClass in namespace Flarum\Post
PostFactoryClass in namespace Flarum\Post
PostRepositoryClass in namespace Flarum\Post
PostServiceProviderClass in namespace Flarum\Post
UpdateServiceProvider::populateRoutes() — Method in class UpdateServiceProvider
$Gate#policiesProperty in class Gate
$EmailToken#primaryKeyProperty in class EmailToken
PasswordChangedClass in namespace Flarum\User\Event
PermissionDeniedExceptionClass in namespace Flarum\User\Exception
$LoginProvider#providerProperty in class LoginProvider
PasswordTokenClass in namespace Flarum\User
$PasswordToken#primaryKeyProperty in class PasswordToken
$RegistrationToken#primaryKeyProperty in class RegistrationToken
$RegistrationToken#providerProperty in class RegistrationToken
$RegistrationToken#payloadProperty in class RegistrationToken
PasswordResetThrottlerClass in namespace Flarum\User\Throttler
Logged-in users can request password reset email, this throttler applies a timeout of 5 minutes between password resets.
$User#permissionsProperty in class User
An array of permissions that this user has.
$User#preferencesProperty in class User
$User#passwordCheckersProperty in class User
Callbacks to check passwords.
$User#passwordProperty in class User
$User#postsProperty in class User
$User#passwordTokensProperty in class User
User::posts() — Method in class User
User::passwordTokens() — Method in class User
User::permissions() — Method in class User
Define the relationship with the permissions of all the groups that the user is in.

Q

$Client#queryParamsProperty in class Client
$Index#queryProperty in class Index
Index::query() — Method in class Index
AbstractDatabaseResource::query() — Method in class AbstractDatabaseResource
Listable::query() — Method in class Listable
Create a query object for the current request.
NotificationResource::query() — Method in class NotificationResource
AbstractModel::qualifyColumn() — Method in class AbstractModel
DiscussionRepository::query() — Method in class DiscussionRepository
Config::queueDriver() — Method in class Config
QueryExceptionHandlerClass in namespace Flarum\Foundation\ErrorHandling\ExceptionHandler
GroupRepository::query() — Method in class GroupRepository
GroupRepository::queryVisibleTo() — Method in class GroupRepository
NotificationRepository::query() — Method in class NotificationRepository
PostRepository::query() — Method in class PostRepository
PostRepository::queryVisibleTo() — Method in class PostRepository
PostRepository::queryIds() — Method in class PostRepository
QueueFactoryClass in namespace Flarum\Queue
QueueRestarterClass in namespace Flarum\Queue
QueueServiceProviderClass in namespace Flarum\Queue
$DatabaseSearchState#queryProperty in class DatabaseSearchState
SearchManager::query() — Method in class SearchManager
UserRepository::query() — Method in class UserRepository

R

AdminServiceProvider::register() — Method in class AdminServiceProvider
RequireAdministrateAbilityClass in namespace Flarum\Admin\Middleware
$WhenSavingSettings#resetJsCacheForProperty in class WhenSavingSettings
Settings that should trigger JS cache clear when saved.
WhenSavingSettings::resetCache() — Method in class WhenSavingSettings
WhenSavingSettings::resetJsCacheFor() — Method in class WhenSavingSettings
ApiServiceProvider::register() — Method in class ApiServiceProvider
$Context#requestIncludesProperty in class Context
ReadAllNotificationsControllerClass in namespace Flarum\Api\Controller
ResolveRegistrationTokenControllerClass in namespace Flarum\Api\Controller
Resolves a registration token submitted in the POST body and returns the non-sensitive fields needed to pre-populate the sign-up modal.
$SetSettingsController#resetWhenProperty in class SetSettingsController
HasCustomHooks::resolveCallable() — Method in class HasCustomHooks
HasHooks::resolveCallable() — Method in class HasHooks
IncludesData::removeDefaultInclude() — Method in class IncludesData
$Endpoint#responseProperty in class Endpoint
Endpoint::response() — Method in class Endpoint
Endpoint::route() — Method in class Endpoint
$ForgotPasswordValidator#rulesProperty in class ForgotPasswordValidator
$JsonApi#resourceClassProperty in class JsonApi
AbstractDatabaseResource::resource() — Method in class AbstractDatabaseResource
AbstractDatabaseResource::results() — Method in class AbstractDatabaseResource
AbstractResource::routeNamePrefix() — Method in class AbstractResource
Extendable::resolveEndpoints() — Method in class Extendable
Extendable::resolveFields() — Method in class Extendable
Extendable::resolveSorts() — Method in class Extendable
Listable::results() — Method in class Listable
Get results from the given query.
Listable::resolveSorts() — Method in class Listable
Resolve the sorts for this resource.
$GetsRelationAggregates#relationAggregateProperty in class GetsRelationAggregates
GetsRelationAggregates::relationAggregate() — Method in class GetsRelationAggregates
$HasValidationRules#rulesProperty in class HasValidationRules
HasValidationRules::rules() — Method in class HasValidationRules
HasValidationRules::rule() — Method in class HasValidationRules
HasValidationRules::required() — Method in class HasValidationRules
HasValidationRules::requiredOnCreate() — Method in class HasValidationRules
HasValidationRules::requiredOnUpdate() — Method in class HasValidationRules
HasValidationRules::requiredWith() — Method in class HasValidationRules
HasValidationRules::requiredWithout() — Method in class HasValidationRules
HasValidationRules::requiredOnCreateWith() — Method in class HasValidationRules
HasValidationRules::requiredOnUpdateWith() — Method in class HasValidationRules
HasValidationRules::requiredOnCreateWithout() — Method in class HasValidationRules
HasValidationRules::requiredOnUpdateWithout() — Method in class HasValidationRules
RelationAggregatorClass in namespace Flarum\Api\Schema\Contracts
RelationAggregator::relationAggregate() — Method in class RelationAggregator
Str::regex() — Method in class Str
BusServiceProvider::register() — Method in class BusServiceProvider
ConsoleServiceProvider::register() — Method in class ConsoleServiceProvider
AbstractModel::releaseAfterSaveCallbacks() — Method in class AbstractModel
AbstractModel::releaseAfterDeleteCallbacks() — Method in class AbstractModel
ResetCommandClass in namespace Flarum\Database\Console
DatabaseMigrationRepository::repositoryExists() — Method in class DatabaseMigrationRepository
Determine if the migration repository exists.
DatabaseServiceProvider::register() — Method in class DatabaseServiceProvider
DatabaseServiceProvider::registerBuilderMacros() — Method in class DatabaseServiceProvider
DatabaseServiceProvider::registerEloquentFactory() — Method in class DatabaseServiceProvider
Migration::renameTable() — Method in class Migration
Migration::renameColumn() — Method in class Migration
Migration::renameColumns() — Method in class Migration
MigrationRepositoryInterface::repositoryExists() — Method in class MigrationRepositoryInterface
Determine if the migration repository exists.
Migrator::run() — Method in class Migrator
Run the outstanding migrations at a given path.
Migrator::runMigrationList() — Method in class Migrator
Migrator::runUpMigrations() — Method in class Migrator
Migrator::runDownMigrations() — Method in class Migrator
Migrator::runUp() — Method in class Migrator
Run "up" a migration instance.
Migrator::reset() — Method in class Migrator
Rolls all the currently applied migrations back.
Migrator::runDown() — Method in class Migrator
Run "down" a migration instance.
Migrator::runClosureMigration() — Method in class Migrator
Runs a closure migration based on the migrate direction.
Migrator::resolveAndRunClosureMigration() — Method in class Migrator
Resolves and run a migration and assign the filename to the exception if needed.
Migrator::resolve() — Method in class Migrator
Resolve a migration instance from a file.
Migrator::repositoryExists() — Method in class Migrator
ScopeVisibilityTrait::registerVisibilityScoper() — Method in class ScopeVisibilityTrait
DiscussionPolicy::rename() — Method in class DiscussionPolicy
ReadDiscussionClass in namespace Flarum\Discussion\Command
ReadDiscussionHandlerClass in namespace Flarum\Discussion\Command
$Discussion#readersProperty in class Discussion
Discussion::rename() — Method in class Discussion
Discussion::restore() — Method in class Discussion
Discussion::refreshLastPost() — Method in class Discussion
Discussion::refreshCommentCount() — Method in class Discussion
Discussion::refreshParticipantCount() — Method in class Discussion
Discussion::readers() — Method in class Discussion
DiscussionMetadataUpdater::removePost() — Method in class DiscussionMetadataUpdater
RenamedClass in namespace Flarum\Discussion\Event
RestoredClass in namespace Flarum\Discussion\Event
UserState::read() — Method in class UserState
Mark the discussion as being read up to a certain point. Raises the DiscussionWasRead event.
ApiResource::removeEndpoints() — Method in class ApiResource
Remove endpoints from the resource.
ApiResource::removeFields() — Method in class ApiResource
Remove fields from the resource.
ApiResource::removeSorts() — Method in class ApiResource
Remove sorts from the resource.
Auth::removePasswordChecker() — Method in class Auth
Remove a password checker.
ErrorHandling::reporter() — Method in class ErrorHandling
Register an error reporter.
Formatter::render() — Method in class Formatter
Prepare the system for rendering. This can be used to modify the xml that will be rendered, or to modify the renderer.
Frontend::route() — Method in class Frontend
Add a route to the frontend.
Frontend::removeRoute() — Method in class Frontend
Remove a route from the frontend.
Middleware::replace() — Method in class Middleware
Replaces an existing middleware of the frontend.
Middleware::remove() — Method in class Middleware
Removes a middleware from the frontend.
Model::relationship() — Method in class Model
Add a relationship from this model to another model.
RoutesClass in namespace Flarum\Extend
Routes::remove() — Method in class Routes
Remove an existing route.
SearchDriver::replaceFilter() — Method in class SearchDriver
Replace a filter from this searcher. Filters are used to filter search queries.
ServiceProvider::register() — Method in class ServiceProvider
Settings::resetWhen() — Method in class Settings
Delete a custom setting value when the callback returns true.
Settings::registerLessConfigVar() — Method in class Settings
Register a setting as a LESS configuration variable.
Settings::resetJsCacheFor() — Method in class Settings
Register a setting that should trigger JS cache clear when saved.
ThrottleApi::remove() — Method in class ThrottleApi
Remove a throttler registered with this name.
User::registerPreference() — Method in class User
Register a new user preference.
Bisect::run() — Method in class Bisect
Bisect::rotateExtensions() — Method in class Bisect
$Extension#requireProperty in class Extension
$Extension#requireDevProperty in class Extension
$Extension#replaceProperty in class Extension
ExtensionManager::resolveExtensionOrder() — Method in class ExtensionManager
Sort a list of extensions so that they are properly resolved in respect to order.
ExtensionServiceProvider::register() — Method in class ExtensionServiceProvider
FilesystemManager::resolve() — Method in class FilesystemManager
FilesystemServiceProvider::register() — Method in class FilesystemServiceProvider
$Formatter#renderingCallbacksProperty in class Formatter
Formatter::render() — Method in class Formatter
FormatterServiceProvider::register() — Method in class FormatterServiceProvider
RegistrationClass in namespace Flarum\Forum\Auth
ResponseFactoryClass in namespace Flarum\Forum\Auth
ConfirmEmailViewController::render() — Method in class ConfirmEmailViewController
LogInViewController::render() — Method in class LogInViewController
RegisterControllerClass in namespace Flarum\Forum\Controller
ResetPasswordControllerClass in namespace Flarum\Forum\Controller
ResetPasswordController::render() — Method in class ResetPasswordController
UnsubscribeViewController::render() — Method in class UnsubscribeViewController
ForumServiceProvider::register() — Method in class ForumServiceProvider
$LogInValidator#rulesProperty in class LogInValidator
$AbstractValidator#rulesProperty in class AbstractValidator
Application::registerBaseBindings() — Method in class Application
Application::registerBaseServiceProviders() — Method in class Application
Application::register() — Method in class Application
Application::resolveProvider() — Method in class Application
Resolve a service provider instance from the class name.
Application::registerCoreContainerAliases() — Method in class Application
InteractsWithLaravel::resourcePath() — Method in class InteractsWithLaravel
InteractsWithLaravel::runningInConsole() — Method in class InteractsWithLaravel
InteractsWithLaravel::runningUnitTests() — Method in class InteractsWithLaravel
InteractsWithLaravel::registerConfiguredProviders() — Method in class InteractsWithLaravel
InteractsWithLaravel::registerDeferredProvider() — Method in class InteractsWithLaravel
LogReporter::report() — Method in class LogReporter
Report an error that Flarum was not able to handle to a backend.
RegistryClass in namespace Flarum\Foundation\ErrorHandling
Flarum's central registry of known error types.
ReporterClass in namespace Flarum\Foundation\ErrorHandling
Reporter::report() — Method in class Reporter
Report an error that Flarum was not able to handle to a backend.
ErrorServiceProvider::register() — Method in class ErrorServiceProvider
EventGeneratorTrait::raise() — Method in class EventGeneratorTrait
EventGeneratorTrait::releaseEvents() — Method in class EventGeneratorTrait
Return and reset all pending events.
InstalledSite::registerLogger() — Method in class InstalledSite
InstalledSite::registerCache() — Method in class InstalledSite
UninstalledSite::registerLogger() — Method in class UninstalledSite
AssetManager::register() — Method in class AssetManager
RevisionCompilerClass in namespace Flarum\Frontend\Compiler
Document::render() — Method in class Document
FrontendServiceProvider::register() — Method in class FrontendServiceProvider
RecompileFrontendAssetsClass in namespace Flarum\Frontend
RenamedClass in namespace Flarum\Group\Event
Group::rename() — Method in class Group
AccessTokenPolicy::revoke() — Method in class AccessTokenPolicy
AbstractHtmlController::render() — Method in class AbstractHtmlController
RouteNotFoundExceptionClass in namespace Flarum\Http\Exception
HttpServiceProvider::register() — Method in class HttpServiceProvider
ReferrerPolicyHeaderClass in namespace Flarum\Http\Middleware
RememberFromCookieClass in namespace Flarum\Http\Middleware
ResolveRouteClass in namespace Flarum\Http\Middleware
RememberAccessTokenClass in namespace Flarum\Http
RememberAccessToken::rememberCookieLifeTime() — Method in class RememberAccessToken
Just a helper method so we can re-use the lifetime value which is protected.
RemembererClass in namespace Flarum\Http
Rememberer::remember() — Method in class Rememberer
Sets the remember cookie on a response.
RequestUtilClass in namespace Flarum\Http
RouteCollectionClass in namespace Flarum\Http
$RouteCollection#reverseProperty in class RouteCollection
$RouteCollection#routeParserProperty in class RouteCollection
$RouteCollection#routesProperty in class RouteCollection
RouteCollection::removeRoute() — Method in class RouteCollection
RouteCollectionUrlGeneratorClass in namespace Flarum\Http
RouteCollectionUrlGenerator::route() — Method in class RouteCollectionUrlGenerator
RouteHandlerFactoryClass in namespace Flarum\Http
$UrlGenerator#routesProperty in class UrlGenerator
ImageServiceProvider::register() — Method in class ImageServiceProvider
IndexController::render() — Method in class IndexController
InstallServiceProvider::register() — Method in class InstallServiceProvider
Pipeline::run() — Method in class Pipeline
ReversibleStepClass in namespace Flarum\Install
ReversibleStep::revert() — Method in class ReversibleStep
Step::run() — Method in class Step
Do the work that constitutes this step.
ConnectToDatabase::run() — Method in class ConnectToDatabase
Do the work that constitutes this step.
CreateAdminUser::run() — Method in class CreateAdminUser
Do the work that constitutes this step.
EnableBundledExtensions::run() — Method in class EnableBundledExtensions
Do the work that constitutes this step.
PublishAssets::run() — Method in class PublishAssets
Do the work that constitutes this step.
PublishAssets::revert() — Method in class PublishAssets
RunMigrationsClass in namespace Flarum\Install\Steps
RunMigrations::run() — Method in class RunMigrations
Do the work that constitutes this step.
StoreConfig::run() — Method in class StoreConfig
Do the work that constitutes this step.
StoreConfig::revert() — Method in class StoreConfig
WriteSettings::run() — Method in class WriteSettings
Do the work that constitutes this step.
LocaleServiceProvider::register() — Method in class LocaleServiceProvider
RepositoryClass in namespace Flarum\Log\Context
Stub implementation of Laravel's Log Context Repository.
MailServiceProvider::register() — Method in class MailServiceProvider
ReadAllNotificationsClass in namespace Flarum\Notification\Command
ReadAllNotificationsHandlerClass in namespace Flarum\Notification\Command
ReadNotificationClass in namespace Flarum\Notification\Command
ReadNotificationHandlerClass in namespace Flarum\Notification\Command
AlertNotificationDriver::registerType() — Method in class AlertNotificationDriver
Logic for registering a notification type, generally used for adding a user preference.
EmailNotificationDriver::registerType() — Method in class EmailNotificationDriver
Logic for registering a notification type, generally used for adding a user preference.
NotificationDriverInterface::registerType() — Method in class NotificationDriverInterface
Logic for registering a notification type, generally used for adding a user preference.
ReadClass in namespace Flarum\Notification\Event
ReadAllClass in namespace Flarum\Notification\Event
$Notification#read_atProperty in class Notification
Notification::read() — Method in class Notification
NotificationServiceProvider::register() — Method in class NotificationServiceProvider
NotificationSyncer::restore() — Method in class NotificationSyncer
Restore a notification for all users.
CommentPost::revise() — Method in class CommentPost
CommentPost::restore() — Method in class CommentPost
DiscussionRenamedPost::reply() — Method in class DiscussionRenamedPost
RestoredClass in namespace Flarum\Post\Event
RevisedClass in namespace Flarum\Post\Event
PostServiceProvider::register() — Method in class PostServiceProvider
RegisteredTypesScopeClass in namespace Flarum\Post
ExceptionHandler::report() — Method in class ExceptionHandler
Report or log an exception.
ExceptionHandler::render() — Method in class ExceptionHandler
Render an exception into an HTTP response.
ExceptionHandler::renderForConsole() — Method in class ExceptionHandler
Render an exception to the console.
QueueRestarter::restart() — Method in class QueueRestarter
QueueServiceProvider::register() — Method in class QueueServiceProvider
ModelObserver::restored() — Method in class ModelObserver
SearchServiceProvider::register() — Method in class SearchServiceProvider
SettingsServiceProvider::register() — Method in class SettingsServiceProvider
IndexController::render() — Method in class IndexController
UpdateServiceProvider::register() — Method in class UpdateServiceProvider
AvatarUploader::removeFileAfterSave() — Method in class AvatarUploader
Handle the removal of the old avatar file after a successful user save We don't place this in remove() because otherwise we would call changeAvatarPath 2 times when uploading.
AvatarUploader::remove() — Method in class AvatarUploader
AvatarValidator::raise() — Method in class AvatarValidator
RegisteredClass in namespace Flarum\User\Event
RegisteringFromProviderClass in namespace Flarum\User\Event
RenamedClass in namespace Flarum\User\Event
RequestPasswordResetJobClass in namespace Flarum\User\Job
RegistrationTokenClass in namespace Flarum\User
SessionServiceProvider::register() — Method in class SessionServiceProvider
$User#read_notifications_atProperty in class User
$User#readProperty in class User
User::rename() — Method in class User
User::requestEmailChange() — Method in class User
User::read() — Method in class User
User::registerPreference() — Method in class User
Register a preference with a transformer and a default value.
User::refreshCommentCount() — Method in class User
User::refreshDiscussionCount() — Method in class User
UserServiceProvider::register() — Method in class UserServiceProvider
UserServiceProvider::registerDisplayNameDrivers() — Method in class UserServiceProvider
UserServiceProvider::registerAvatarDrivers() — Method in class UserServiceProvider
UserServiceProvider::registerPasswordCheckers() — Method in class UserServiceProvider

S

$ApiKey#scopesProperty in class ApiKey
Client::send() — Method in class Client
Execute the given API action class, pass the input and return its response.
$Context#searchProperty in class Context
Context::setParam() — Method in class Context
Context::showing() — Method in class Context
SendConfirmationEmailControllerClass in namespace Flarum\Api\Controller
SendTestMailControllerClass in namespace Flarum\Api\Controller
SetPermissionControllerClass in namespace Flarum\Api\Controller
SetSettingsControllerClass in namespace Flarum\Api\Controller
ShowForumControllerClass in namespace Flarum\Api\Controller
ShowMailSettingsControllerClass in namespace Flarum\Api\Controller
SavesAndValidatesDataClass in namespace Flarum\Api\Endpoint\Concerns
ShowsResourcesClass in namespace Flarum\Api\Endpoint\Concerns
ShowsResources::showResource() — Method in class ShowsResources
Create::setUp() — Method in class Create
Delete::setUp() — Method in class Delete
Endpoint::setUp() — Method in class Endpoint
Index::setUp() — Method in class Index
ShowClass in namespace Flarum\Api\Endpoint
Show::setUp() — Method in class Show
Update::setUp() — Method in class Update
AbstractDatabaseResource::scope() — Method in class AbstractDatabaseResource
Hook to scope a query for this resource.
AbstractDatabaseResource::setValue() — Method in class AbstractDatabaseResource
AbstractDatabaseResource::saveValue() — Method in class AbstractDatabaseResource
AbstractDatabaseResource::saveModel() — Method in class AbstractDatabaseResource
AccessTokenResource::scope() — Method in class AccessTokenResource
Hook to scope a query for this resource.
$Extendable#sortModifiersProperty in class Extendable
HasHooks::saving() — Method in class HasHooks
HasHooks::saved() — Method in class HasHooks
HasSortMap::sortMap() — Method in class HasSortMap
Listable::sorts() — Method in class Listable
Sorts that can be applied to the resource list.
DiscussionResource::scope() — Method in class DiscussionResource
Hook to scope a query for this resource.
DiscussionResource::sorts() — Method in class DiscussionResource
Sorts that can be applied to the resource list.
DiscussionResource::saveModel() — Method in class DiscussionResource
DiscussionResource::saving() — Method in class DiscussionResource
EloquentBuffer::setBuffer() — Method in class EloquentBuffer
GroupResource::scope() — Method in class GroupResource
Hook to scope a query for this resource.
GroupResource::sorts() — Method in class GroupResource
Sorts that can be applied to the resource list.
GroupResource::saving() — Method in class GroupResource
NotificationResource::scope() — Method in class NotificationResource
Hook to scope a query for this resource.
NotificationResource::subjectTypes() — Method in class NotificationResource
PostResource::scope() — Method in class PostResource
Hook to scope a query for this resource.
PostResource::sorts() — Method in class PostResource
Sorts that can be applied to the resource list.
PostResource::saving() — Method in class PostResource
SystemInfoResourceClass in namespace Flarum\Api\Resource
UserResource::scope() — Method in class UserResource
Hook to scope a query for this resource.
UserResource::sorts() — Method in class UserResource
Sorts that can be applied to the resource list.
UserResource::saved() — Method in class UserResource
UserResource::saving() — Method in class UserResource
GetsRelationAggregates::sumRelation() — Method in class GetsRelationAggregates
ToMany::serializeValue() — Method in class ToMany
StrClass in namespace Flarum\Api\Schema
Arr::serialize() — Method in class Arr
Arr::schema() — Method in class Arr
SerializerClass in namespace Flarum\Api
Serializer::serialize() — Method in class Serializer
Serialize the primary and included resources into a JSON:API resource objects.
SortColumnClass in namespace Flarum\Api\Sort
SortColumn::sortMap() — Method in class SortColumn
SortWithCountClass in namespace Flarum\Api\Sort
Factory::store() — Method in class Factory
ScheduleClass in namespace Flarum\Console
ServerClass in namespace Flarum\Console
Migrator::setOutput() — Method in class Migrator
ScopeVisibilityTraitClass in namespace Flarum\Database
ScopeVisibilityTrait::scopeWhereVisibleTo() — Method in class ScopeVisibilityTrait
Scope a query to only include records that are visible to a user.
ScopeDiscussionVisibilityClass in namespace Flarum\Discussion\Access
$Discussion#stateUserProperty in class Discussion
The user for which the state relationship should be loaded.
$Discussion#slugProperty in class Discussion
$Discussion#stateProperty in class Discussion
Discussion::start() — Method in class Discussion
Start a new discussion. Raises the DiscussionWasStarted event.
Discussion::setFirstPost() — Method in class Discussion
Discussion::setLastPost() — Method in class Discussion
Discussion::state() — Method in class Discussion
If no user is passed (i.e. in the case of eager loading the 'state' relation), then the static `$stateUser` property is used.
Discussion::stateFor() — Method in class Discussion
Get the state model for a user, or instantiate a new one if it does not exist.
Discussion::setStateUser() — Method in class Discussion
Set the user for which the state relationship should be loaded.
Discussion::setTitleAttribute() — Method in class Discussion
Set the discussion title.
DiscussionMetadataUpdater::subscribe() — Method in class DiscussionMetadataUpdater
DiscussionRepository::scopeVisibleTo() — Method in class DiscussionRepository
Scope a query to only include records that are visible to a user.
SavingClass in namespace Flarum\Discussion\Event
StartedClass in namespace Flarum\Discussion\Event
FulltextFilter::search() — Method in class FulltextFilter
FulltextFilter::sqlite() — Method in class FulltextFilter
UserState::setKeysForSaveQuery() — Method in class UserState
Set the keys for a save update query.
UserStateUpdater::subscribe() — Method in class UserStateUpdater
ApiResource::sorts() — Method in class ApiResource
Add sorts to the resource.
ApiResource::sort() — Method in class ApiResource
Modify a sort.
$Console#scheduledProperty in class Console
Console::schedule() — Method in class Console
ErrorHandling::status() — Method in class ErrorHandling
Define the corresponding HTTP status code for a well-known error type.
Event::subscribe() — Method in class Event
Add a subscriber for a set of domain events dispatched by flarum or a flarum extension.
$Link#setRelProperty in class Link
$Link#setTargetProperty in class Link
Link::setRel() — Method in class Link
Link::setTarget() — Method in class Link
ModelVisibility::scope() — Method in class ModelVisibility
Add a scoper for a given ability.
ModelVisibility::scopeAll() — Method in class ModelVisibility
Add a scoper that will always run for this model, regardless of requested ability.
SearchDriverClass in namespace Flarum\Extend
SearchDriver::setFulltext() — Method in class SearchDriver
Set the full text filter for this searcher. The full text filter actually executes the search.
SearchIndexClass in namespace Flarum\Extend
ServiceProviderClass in namespace Flarum\Extend
SessionClass in namespace Flarum\Extend
SettingsClass in namespace Flarum\Extend
Settings::serializeToForum() — Method in class Settings
Serialize a setting value to the ForumSerializer attributes.
ThrottleApi::set() — Method in class ThrottleApi
Add a new throttler (or override one with the same name).
$Bisect#stateProperty in class Bisect
$BisectState#settingsProperty in class BisectState
BisectState::save() — Method in class BisectState
BisectState::setSettings() — Method in class BisectState
$Extension#supportProperty in class Extension
$Extension#suggestProperty in class Extension
Extension::setInstalled() — Method in class Extension
Extension::setVersion() — Method in class Extension
Extension::setAbandoned() — Method in class Extension
ExtensionManager::setEnabledExtensions() — Method in class ExtensionManager
Persist the currently enabled extensions.
ExtensionManager::sortDependencies() — Method in class ExtensionManager
Apply a topological sort to the extensions to ensure that they are in the correct order.
ExtensionManager::subExtensionConfsFromJson() — Method in class ExtensionManager
HasFormattedContent::setContentAttribute() — Method in class HasFormattedContent
HasFormattedContent::setParsedContentAttribute() — Method in class HasFormattedContent
HasFormattedContent::setFormatter() — Method in class HasFormattedContent
$Registration#suggestedProperty in class Registration
Registration::suggest() — Method in class Registration
Registration::suggestUsername() — Method in class Registration
Registration::suggestEmail() — Method in class Registration
Registration::setPayload() — Method in class Registration
LogOutController::sanitizeReturnUrl() — Method in class LogOutController
LogOutViewController::sanitizeReturnUrl() — Method in class LogOutViewController
SavePasswordControllerClass in namespace Flarum\Forum\Controller
ForumServiceProvider::setDefaultRoute() — Method in class ForumServiceProvider
$Application#serviceProvidersProperty in class Application
ApplicationInfoProvider::scheduledTasksRegistered() — Method in class ApplicationInfoProvider
InteractsWithLaravel::storagePath() — Method in class InteractsWithLaravel
InteractsWithLaravel::setLocale() — Method in class InteractsWithLaravel
InteractsWithLaravel::shouldSkipMiddleware() — Method in class InteractsWithLaravel
Config::safeModeExtensions() — Method in class Config
HandledError::shouldBeReported() — Method in class HandledError
FontAwesome::source() — Method in class FontAwesome
InstalledApp::subPath() — Method in class InstalledApp
MaintenanceMode::safeModeExtensions() — Method in class MaintenanceMode
$Paths#storageProperty in class Paths
SiteClass in namespace Flarum\Foundation
SiteInterfaceClass in namespace Flarum\Foundation
$Assets#sourcesProperty in class Assets
Assets::setName() — Method in class Assets
Assets::setAssetsDir() — Method in class Assets
Assets::setCacheDir() — Method in class Assets
Assets::setLessImportDirs() — Method in class Assets
CompilerInterface::setFilename() — Method in class CompilerInterface
$HasSources#sourcesCallbacksProperty in class HasSources
JsCompiler::save() — Method in class JsCompiler
JsDirectoryCompiler::setFilename() — Method in class JsDirectoryCompiler
LessCompiler::setCacheDir() — Method in class LessCompiler
LessCompiler::setImportDirs() — Method in class LessCompiler
LessCompiler::setLessImportOverrides() — Method in class LessCompiler
LessCompiler::setFileSourceOverrides() — Method in class LessCompiler
LessCompiler::setCustomFunctions() — Method in class LessCompiler
RevisionCompiler::setFilename() — Method in class RevisionCompiler
RevisionCompiler::save() — Method in class RevisionCompiler
FileSource::setPath() — Method in class FileSource
SourceCollectorClass in namespace Flarum\Frontend\Compiler\Source
$SourceCollector#sourcesProperty in class SourceCollector
SourceInterfaceClass in namespace Flarum\Frontend\Compiler\Source
StringSourceClass in namespace Flarum\Frontend\Compiler\Source
Document::setForumApiDocument() — Method in class Document
Document::setPageParam() — Method in class Document
Document::setQueryParam() — Method in class Document
Set or override a query param on a string URL to a particular value.
ScopeGroupVisibilityClass in namespace Flarum\Group\Access
SavingClass in namespace Flarum\Group\Event
GroupRepository::scopeVisibleTo() — Method in class GroupRepository
Scope a query to only include records that are visible to a user.
Permission::setKeysForSaveQuery() — Method in class Permission
Set the keys for a save update query.
AccessToken::scopeValid() — Method in class AccessToken
Filters which tokens are valid at the given date for this particular token type.
AccessToken::scopeExpired() — Method in class AccessToken
Filters which tokens are expired at the given date and ready for garbage collection.
AccessToken::scopeWhereValid() — Method in class AccessToken
This query scope is intended to be used on the base AccessToken object to query for valid tokens of any type.
AccessToken::scopeWhereExpired() — Method in class AccessToken
This query scope is intended to be used on the base AccessToken object to query for expired tokens of any type.
AccessToken::setModel() — Method in class AccessToken
ScopeAccessTokenVisibilityClass in namespace Flarum\Http\Access
ActorReference::setActor() — Method in class ActorReference
$CookieFactory#secureProperty in class CookieFactory
$CookieFactory#samesiteProperty in class CookieFactory
HttpServiceProvider::setAccessTokenTypes() — Method in class HttpServiceProvider
$CollectGarbage#sessionConfigProperty in class CollectGarbage
SetLocaleClass in namespace Flarum\Http\Middleware
ShareErrorsFromSessionClass in namespace Flarum\Http\Middleware
Inspired by Illuminate\View\Middleware\ShareErrorsFromSession.
StartSessionClass in namespace Flarum\Http\Middleware
ServerClass in namespace Flarum\Http
SessionAccessTokenClass in namespace Flarum\Http
SessionAuthenticatorClass in namespace Flarum\Http
SlugDriverInterfaceClass in namespace Flarum\Http
SlugManagerClass in namespace Flarum\Http
$FileDataProvider#settingsProperty in class FileDataProvider
InstallCommand::showProblems() — Method in class InstallCommand
Installation::settings() — Method in class Installation
StepClass in namespace Flarum\Install
StepFailedClass in namespace Flarum\Install
StoreConfigClass in namespace Flarum\Install\Steps
LocaleManager::setLocale() — Method in class LocaleManager
LocaleManager::setTranslator() — Method in class LocaleManager
Translator::setLocale() — Method in class Translator
FlarumLogTransport::send() — Method in class FlarumLogTransport
{@inheritdoc}
SendInformationalEmailJobClass in namespace Flarum\Mail\Job
Mailer::send() — Method in class Mailer
SendmailDriverClass in namespace Flarum\Mail
SmtpDriverClass in namespace Flarum\Mail
AlertNotificationDriver::send() — Method in class AlertNotificationDriver
Conditionally sends a notification to users, generally using a queue.
EmailNotificationDriver::send() — Method in class EmailNotificationDriver
Conditionally sends a notification to users, generally using a queue.
NotificationDriverInterface::send() — Method in class NotificationDriverInterface
Conditionally sends a notification to users, generally using a queue.
SendEmailNotificationJobClass in namespace Flarum\Notification\Job
SendNotificationsJobClass in namespace Flarum\Notification\Job
$Notification#subjectModelsProperty in class Notification
A map of notification types and the model classes to use for their subjects. For example, the 'discussionRenamed' notification type, which represents that a user's discussion was renamed, has the subject model class 'Flarum\Discussion\Discussion'.
$Notification#subject_idProperty in class Notification
$Notification#subjectProperty in class Notification
Notification::subject() — Method in class Notification
Notification::scopeWhereSubjectVisibleTo() — Method in class Notification
Scope the query to include only notifications whose subjects are visible to the given user.
Notification::scopeWhereSubject() — Method in class Notification
Scope the query to include only notifications that have the given subject.
Notification::scopeWhereSubjectModel() — Method in class Notification
Scope the query to include only notification types that use the given subject model.
Notification::scopeMatchingBlueprint() — Method in class Notification
Scope the query to find all records matching the given blueprint.
Notification::setSubjectModel() — Method in class Notification
Set the subject model for the given notification type.
Notification::static() — Method in class Notification
NotificationMailer::send() — Method in class NotificationMailer
NotificationServiceProvider::setNotificationDrivers() — Method in class NotificationServiceProvider
NotificationServiceProvider::setNotificationTypes() — Method in class NotificationServiceProvider
$NotificationSyncer#sentToProperty in class NotificationSyncer
An internal list of user IDs that notifications have been sent to.
NotificationSyncer::sync() — Method in class NotificationSyncer
Sync a notification so that it is visible to the specified users, and not visible to anyone else. If it is being made visible for the first time, attempt to send the user an email.
NotificationSyncer::setDeleted() — Method in class NotificationSyncer
Set the deleted status of a list of notification records.
AbstractEventPost::setContentAttribute() — Method in class AbstractEventPost
Serialize the content attribute to be stored in the database as JSON.
ScopePostVisibilityClass in namespace Flarum\Post\Access
DiscussionRenamedPost::saveAfter() — Method in class DiscussionRenamedPost
Save the model, given that it is going to appear immediately after the passed model.
SavingClass in namespace Flarum\Post\Event
FulltextFilter::search() — Method in class FulltextFilter
FulltextFilter::sqlite() — Method in class FulltextFilter
MergeableInterface::saveAfter() — Method in class MergeableInterface
Save the model, given that it is going to appear immediately after the passed model.
Post::scopeAllTypes() — Method in class Post
Get all posts, regardless of their type, by removing the `RegisteredTypesScope` global scope constraints applied on this model.
Post::setModel() — Method in class Post
PostServiceProvider::setPostTypes() — Method in class PostServiceProvider
ExceptionHandler::shouldReport() — Method in class ExceptionHandler
Determine if the exception should be reported.
QueueRestarter::subscribe() — Method in class QueueRestarter
QueueServiceProvider::store() — Method in class QueueServiceProvider
AbstractDriver::supports() — Method in class AbstractDriver
AbstractDriver::searcher() — Method in class AbstractDriver
AbstractFulltextFilter::search() — Method in class AbstractFulltextFilter
AbstractSearcher::search() — Method in class AbstractSearcher
DatabaseSearchState::setQuery() — Method in class DatabaseSearchState
IndexerInterface::save() — Method in class IndexerInterface
SearchCriteriaClass in namespace Flarum\Search
Represents the criteria that will determine the entire result set of a query. The limit and offset are not included because they only determine which part of the entire result set will be returned.
SearchManagerClass in namespace Flarum\Search
SearchManager::searchable() — Method in class SearchManager
SearchResultsClass in namespace Flarum\Search
SearchServiceProviderClass in namespace Flarum\Search
SearchStateClass in namespace Flarum\Search
SearchState::setDefaultSort() — Method in class SearchState
Set the default sort order for the search. This will only be applied if a sort order has not been specified in the search criteria.
SearcherInterfaceClass in namespace Flarum\Search
SearcherInterface::search() — Method in class SearcherInterface
DatabaseSettingsRepository::set() — Method in class DatabaseSettingsRepository
DefaultSettingsRepository::set() — Method in class DefaultSettingsRepository
SavedClass in namespace Flarum\Settings\Event
SavingClass in namespace Flarum\Settings\Event
SerializingClass in namespace Flarum\Settings\Event
MemoryCacheSettingsRepository::set() — Method in class MemoryCacheSettingsRepository
OverrideSettingsRepository::set() — Method in class OverrideSettingsRepository
SettingsRepositoryInterfaceClass in namespace Flarum\Settings
SettingsRepositoryInterface::set() — Method in class SettingsRepositoryInterface
SettingsServiceProviderClass in namespace Flarum\Settings
SettingsValidatorClass in namespace Flarum\Settings
UninstalledSettingsRepository::set() — Method in class UninstalledSettingsRepository
AbstractPolicy::sanitizeResult() — Method in class AbstractPolicy
Allows `true` to be used in place of `->allow()`, and `false` instead of `->deny()` This allows more concise and intuitive code, by returning boolean statements:.
ScopeUserVisibilityClass in namespace Flarum\User\Access
AccountActivationMailerTrait::sendConfirmationEmail() — Method in class AccountActivationMailerTrait
EmailToken::scopeValidOrFail() — Method in class EmailToken
Find the token with the given ID, and assert that it has not expired.
SavingClass in namespace Flarum\User\Event
RegistrationToken::scopeValidOrFail() — Method in class RegistrationToken
Find the token with the given ID, and assert that it has not expired.
FulltextFilter::search() — Method in class FulltextFilter
SelfDemotionGuardClass in namespace Flarum\User
SessionDriverInterfaceClass in namespace Flarum\User
SessionManagerClass in namespace Flarum\User
SessionServiceProviderClass in namespace Flarum\User
TokensClearer::subscribe() — Method in class TokensClearer
User::setGate() — Method in class User
User::setDisplayNameDriver() — Method in class User
User::setAvatarDriver() — Method in class User
Set the avatar driver.
User::setPasswordCheckers() — Method in class User
User::setPasswordAttribute() — Method in class User
Set the password attribute, storing it as a hash.
User::setPreferencesAttribute() — Method in class User
Encode an array of preferences for storage in the database.
User::shouldAlert() — Method in class User
Check whether the user should receive an alert for a notification type.
User::shouldEmail() — Method in class User
Check whether the user should receive an email for a notification type.
User::setPreference() — Method in class User
User::setHasher() — Method in class User
Set the hasher with which to hash passwords.
User::setNotificationPreference() — Method in class User
Set the value of a notification preference.
UserMetadataUpdater::subscribe() — Method in class UserMetadataUpdater
UserRepository::scopeVisibleTo() — Method in class UserRepository
UserValidator::setUser() — Method in class UserValidator

T

ApiKey::touch() — Method in class ApiKey
TerminateAllOtherSessionsControllerClass in namespace Flarum\Api\Controller
JsonApi::typeForModel() — Method in class JsonApi
JsonApi::typesForModels() — Method in class JsonApi
ThrottleApiClass in namespace Flarum\Api\Middleware
ThrottleApi::throttle() — Method in class ThrottleApi
AccessTokenResource::type() — Method in class AccessTokenResource
DiscussionResource::type() — Method in class DiscussionResource
ExtensionReadmeResource::type() — Method in class ExtensionReadmeResource
ForumResource::type() — Method in class ForumResource
GroupResource::type() — Method in class GroupResource
MailSettingResource::type() — Method in class MailSettingResource
NotificationResource::type() — Method in class NotificationResource
PostResource::type() — Method in class PostResource
SystemInfoResource::type() — Method in class SystemInfoResource
UserResource::type() — Method in class UserResource
ToManyClass in namespace Flarum\Api\Schema\Relationship
ToOneClass in namespace Flarum\Api\Schema\Relationship
$AbstractModel#timestampsProperty in class AbstractModel
Indicates if the model should be timestamped. Turn off by default.
$AbstractModel#tableAliasProperty in class AbstractModel
An alias for the table name, used in queries.
DatabaseMigrationRepository::table() — Method in class DatabaseMigrationRepository
Get a query builder for the migration table.
$Discussion#titleProperty in class Discussion
IdWithTransliteratedSlugDriver::toSlug() — Method in class IdWithTransliteratedSlugDriver
$UserState#tableProperty in class UserState
Utf8SlugDriver::toSlug() — Method in class Utf8SlugDriver
ErrorHandling::type() — Method in class ErrorHandling
Define the internal error type for a specific exception class.
Frontend::title() — Method in class Frontend
Register a new title driver to change the title of frontend documents.
Notification::type() — Method in class Notification
Post::type() — Method in class Post
Register a new post type. This is generally done for custom 'event posts', such as those that appear when a discussion is renamed.
ThemeClass in namespace Flarum\Extend
ThrottleApiClass in namespace Flarum\Extend
BisectState::toArray() — Method in class BisectState
ToggleExtensionClass in namespace Flarum\Extension\Command
ToggleExtensionHandlerClass in namespace Flarum\Extension\Command
ToggleExtensionCommandClass in namespace Flarum\Extension\Console
$Extension#typeProperty in class Extension
$Extension#timeProperty in class Extension
Extension::toArray() — Method in class Extension
Generates an array result for the object.
InteractsWithLaravel::terminating() — Method in class InteractsWithLaravel
InteractsWithLaravel::terminate() — Method in class InteractsWithLaravel
AddLocaleAssets::to() — Method in class AddLocaleAssets
AddTranslations::to() — Method in class AddTranslations
$Document#titleProperty in class Document
The title of the document, displayed in the tag.</dd><dt><a href='/php/2.x/flarum/frontend/driver/titledriverinterface'><abbr title="Flarum\Frontend\Driver\TitleDriverInterface">TitleDriverInterface</abbr></a> — <em>Class in namespace <a href='/php/2.x/flarum/frontend/driver'>Flarum\Frontend\Driver</a></em></dt> <dd></dd><dt>$<a href='/php/2.x/flarum/group/permission#property_table'><abbr title="Flarum\Group\Permission">Permission</abbr>#table</a> — <em>Property in class <a href='/php/2.x/flarum/group/permission'><abbr title="Flarum\Group\Permission">Permission</abbr></a></em></dt> <dd></dd><dt>$<a href='/php/2.x/flarum/http/accesstoken#property_table'><abbr title="Flarum\Http\AccessToken">AccessToken</abbr>#table</a> — <em>Property in class <a href='/php/2.x/flarum/http/accesstoken'><abbr title="Flarum\Http\AccessToken">AccessToken</abbr></a></em></dt> <dd></dd><dt>$<a href='/php/2.x/flarum/http/accesstoken#property_type'><abbr title="Flarum\Http\AccessToken">AccessToken</abbr>#type</a> — <em>Property in class <a href='/php/2.x/flarum/http/accesstoken'><abbr title="Flarum\Http\AccessToken">AccessToken</abbr></a></em></dt> <dd></dd><dt>$<a href='/php/2.x/flarum/http/accesstoken#property_token'><abbr title="Flarum\Http\AccessToken">AccessToken</abbr>#token</a> — <em>Property in class <a href='/php/2.x/flarum/http/accesstoken'><abbr title="Flarum\Http\AccessToken">AccessToken</abbr></a></em></dt> <dd></dd><dt>$<a href='/php/2.x/flarum/http/accesstoken#property_title'><abbr title="Flarum\Http\AccessToken">AccessToken</abbr>#title</a> — <em>Property in class <a href='/php/2.x/flarum/http/accesstoken'><abbr title="Flarum\Http\AccessToken">AccessToken</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/http/accesstoken#method_touch'><abbr title="Flarum\Http\AccessToken">AccessToken</abbr>::touch</a>() — <em>Method in class <a href='/php/2.x/flarum/http/accesstoken'><abbr title="Flarum\Http\AccessToken">AccessToken</abbr></a></em></dt> <dd>Update the time of last usage of a token.</dd><dt>$<a href='/php/2.x/flarum/http/developeraccesstoken#property_type'><abbr title="Flarum\Http\DeveloperAccessToken">DeveloperAccessToken</abbr>#type</a> — <em>Property in class <a href='/php/2.x/flarum/http/developeraccesstoken'><abbr title="Flarum\Http\DeveloperAccessToken">DeveloperAccessToken</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/http/exception/tokenmismatchexception'><abbr title="Flarum\Http\Exception\TokenMismatchException">TokenMismatchException</abbr></a> — <em>Class in namespace <a href='/php/2.x/flarum/http/exception'>Flarum\Http\Exception</a></em></dt> <dd></dd><dt>$<a href='/php/2.x/flarum/http/rememberaccesstoken#property_type'><abbr title="Flarum\Http\RememberAccessToken">RememberAccessToken</abbr>#type</a> — <em>Property in class <a href='/php/2.x/flarum/http/rememberaccesstoken'><abbr title="Flarum\Http\RememberAccessToken">RememberAccessToken</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/http/routehandlerfactory#method_toController'><abbr title="Flarum\Http\RouteHandlerFactory">RouteHandlerFactory</abbr>::toController</a>() — <em>Method in class <a href='/php/2.x/flarum/http/routehandlerfactory'><abbr title="Flarum\Http\RouteHandlerFactory">RouteHandlerFactory</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/http/routehandlerfactory#method_toApiResource'><abbr title="Flarum\Http\RouteHandlerFactory">RouteHandlerFactory</abbr>::toApiResource</a>() — <em>Method in class <a href='/php/2.x/flarum/http/routehandlerfactory'><abbr title="Flarum\Http\RouteHandlerFactory">RouteHandlerFactory</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/http/routehandlerfactory#method_toFrontend'><abbr title="Flarum\Http\RouteHandlerFactory">RouteHandlerFactory</abbr>::toFrontend</a>() — <em>Method in class <a href='/php/2.x/flarum/http/routehandlerfactory'><abbr title="Flarum\Http\RouteHandlerFactory">RouteHandlerFactory</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/http/routehandlerfactory#method_toForum'><abbr title="Flarum\Http\RouteHandlerFactory">RouteHandlerFactory</abbr>::toForum</a>() — <em>Method in class <a href='/php/2.x/flarum/http/routehandlerfactory'><abbr title="Flarum\Http\RouteHandlerFactory">RouteHandlerFactory</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/http/routehandlerfactory#method_toAdmin'><abbr title="Flarum\Http\RouteHandlerFactory">RouteHandlerFactory</abbr>::toAdmin</a>() — <em>Method in class <a href='/php/2.x/flarum/http/routehandlerfactory'><abbr title="Flarum\Http\RouteHandlerFactory">RouteHandlerFactory</abbr></a></em></dt> <dd></dd><dt>$<a href='/php/2.x/flarum/http/sessionaccesstoken#property_type'><abbr title="Flarum\Http\SessionAccessToken">SessionAccessToken</abbr>#type</a> — <em>Property in class <a href='/php/2.x/flarum/http/sessionaccesstoken'><abbr title="Flarum\Http\SessionAccessToken">SessionAccessToken</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/http/slugdriverinterface#method_toSlug'><abbr title="Flarum\Http\SlugDriverInterface">SlugDriverInterface</abbr>::toSlug</a>() — <em>Method in class <a href='/php/2.x/flarum/http/slugdriverinterface'><abbr title="Flarum\Http\SlugDriverInterface">SlugDriverInterface</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/http/urlgenerator#method_to'><abbr title="Flarum\Http\UrlGenerator">UrlGenerator</abbr>::to</a>() — <em>Method in class <a href='/php/2.x/flarum/http/urlgenerator'><abbr title="Flarum\Http\UrlGenerator">UrlGenerator</abbr></a></em></dt> <dd>Retrieve a URL generator instance for the given named route collection.</dd><dt><a href='/php/2.x/flarum/install/baseurl#method_toEmail'><abbr title="Flarum\Install\BaseUrl">BaseUrl</abbr>::toEmail</a>() — <em>Method in class <a href='/php/2.x/flarum/install/baseurl'><abbr title="Flarum\Install\BaseUrl">BaseUrl</abbr></a></em></dt> <dd>Generate a valid e-mail address for this base URL's domain.</dd><dt><a href='/php/2.x/flarum/install/databaseconfig#method_toArray'><abbr title="Flarum\Install\DatabaseConfig">DatabaseConfig</abbr>::toArray</a>() — <em>Method in class <a href='/php/2.x/flarum/install/databaseconfig'><abbr title="Flarum\Install\DatabaseConfig">DatabaseConfig</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/locale/translator'><abbr title="Flarum\Locale\Translator">Translator</abbr></a> — <em>Class in namespace <a href='/php/2.x/flarum/locale'>Flarum\Locale</a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/locale/translatorinterface'><abbr title="Flarum\Locale\TranslatorInterface">TranslatorInterface</abbr></a> — <em>Class in namespace <a href='/php/2.x/flarum/locale'>Flarum\Locale</a></em></dt> <dd></dd><dt>$<a href='/php/2.x/flarum/notification/notification#property_type'><abbr title="Flarum\Notification\Notification">Notification</abbr>#type</a> — <em>Property in class <a href='/php/2.x/flarum/notification/notification'><abbr title="Flarum\Notification\Notification">Notification</abbr></a></em></dt> <dd></dd><dt>$<a href='/php/2.x/flarum/notification/unsubscribetoken#property_table'><abbr title="Flarum\Notification\UnsubscribeToken">UnsubscribeToken</abbr>#table</a> — <em>Property in class <a href='/php/2.x/flarum/notification/unsubscribetoken'><abbr title="Flarum\Notification\UnsubscribeToken">UnsubscribeToken</abbr></a></em></dt> <dd></dd><dt>$<a href='/php/2.x/flarum/notification/unsubscribetoken#property_token'><abbr title="Flarum\Notification\UnsubscribeToken">UnsubscribeToken</abbr>#token</a> — <em>Property in class <a href='/php/2.x/flarum/notification/unsubscribetoken'><abbr title="Flarum\Notification\UnsubscribeToken">UnsubscribeToken</abbr></a></em></dt> <dd></dd><dt>$<a href='/php/2.x/flarum/post/commentpost#property_type'><abbr title="Flarum\Post\CommentPost">CommentPost</abbr>#type</a> — <em>Property in class <a href='/php/2.x/flarum/post/commentpost'><abbr title="Flarum\Post\CommentPost">CommentPost</abbr></a></em></dt> <dd></dd><dt>$<a href='/php/2.x/flarum/post/discussionrenamedpost#property_type'><abbr title="Flarum\Post\DiscussionRenamedPost">DiscussionRenamedPost</abbr>#type</a> — <em>Property in class <a href='/php/2.x/flarum/post/discussionrenamedpost'><abbr title="Flarum\Post\DiscussionRenamedPost">DiscussionRenamedPost</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/post/filter/typefilter'><abbr title="Flarum\Post\Filter\TypeFilter">TypeFilter</abbr></a> — <em>Class in namespace <a href='/php/2.x/flarum/post/filter'>Flarum\Post\Filter</a></em></dt> <dd></dd><dt>$<a href='/php/2.x/flarum/post/post#property_table'><abbr title="Flarum\Post\Post">Post</abbr>#table</a> — <em>Property in class <a href='/php/2.x/flarum/post/post'><abbr title="Flarum\Post\Post">Post</abbr></a></em></dt> <dd></dd><dt>$<a href='/php/2.x/flarum/post/post#property_type'><abbr title="Flarum\Post\Post">Post</abbr>#type</a> — <em>Property in class <a href='/php/2.x/flarum/post/post'><abbr title="Flarum\Post\Post">Post</abbr></a></em></dt> <dd></dd><dt>$<a href='/php/2.x/flarum/post/postcreationthrottler#property_timeout'><abbr title="Flarum\Post\PostCreationThrottler">PostCreationThrottler</abbr>#timeout</a> — <em>Property in class <a href='/php/2.x/flarum/post/postcreationthrottler'><abbr title="Flarum\Post\PostCreationThrottler">PostCreationThrottler</abbr></a></em></dt> <dd></dd><dt>$<a href='/php/2.x/flarum/user/emailtoken#property_token'><abbr title="Flarum\User\EmailToken">EmailToken</abbr>#token</a> — <em>Property in class <a href='/php/2.x/flarum/user/emailtoken'><abbr title="Flarum\User\EmailToken">EmailToken</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/user/idslugdriver#method_toSlug'><abbr title="Flarum\User\IdSlugDriver">IdSlugDriver</abbr>::toSlug</a>() — <em>Method in class <a href='/php/2.x/flarum/user/idslugdriver'><abbr title="Flarum\User\IdSlugDriver">IdSlugDriver</abbr></a></em></dt> <dd></dd><dt>$<a href='/php/2.x/flarum/user/loginprovider#property_timestamps'><abbr title="Flarum\User\LoginProvider">LoginProvider</abbr>#timestamps</a> — <em>Property in class <a href='/php/2.x/flarum/user/loginprovider'><abbr title="Flarum\User\LoginProvider">LoginProvider</abbr></a></em></dt> <dd></dd><dt>$<a href='/php/2.x/flarum/user/passwordtoken#property_token'><abbr title="Flarum\User\PasswordToken">PasswordToken</abbr>#token</a> — <em>Property in class <a href='/php/2.x/flarum/user/passwordtoken'><abbr title="Flarum\User\PasswordToken">PasswordToken</abbr></a></em></dt> <dd></dd><dt>$<a href='/php/2.x/flarum/user/registrationtoken#property_token'><abbr title="Flarum\User\RegistrationToken">RegistrationToken</abbr>#token</a> — <em>Property in class <a href='/php/2.x/flarum/user/registrationtoken'><abbr title="Flarum\User\RegistrationToken">RegistrationToken</abbr></a></em></dt> <dd></dd><dt>$<a href='/php/2.x/flarum/user/throttler/emailactivationthrottler#property_timeout'><abbr title="Flarum\User\Throttler\EmailActivationThrottler">EmailActivationThrottler</abbr>#timeout</a> — <em>Property in class <a href='/php/2.x/flarum/user/throttler/emailactivationthrottler'><abbr title="Flarum\User\Throttler\EmailActivationThrottler">EmailActivationThrottler</abbr></a></em></dt> <dd></dd><dt>$<a href='/php/2.x/flarum/user/throttler/emailchangethrottler#property_timeout'><abbr title="Flarum\User\Throttler\EmailChangeThrottler">EmailChangeThrottler</abbr>#timeout</a> — <em>Property in class <a href='/php/2.x/flarum/user/throttler/emailchangethrottler'><abbr title="Flarum\User\Throttler\EmailChangeThrottler">EmailChangeThrottler</abbr></a></em></dt> <dd></dd><dt>$<a href='/php/2.x/flarum/user/throttler/passwordresetthrottler#property_timeout'><abbr title="Flarum\User\Throttler\PasswordResetThrottler">PasswordResetThrottler</abbr>#timeout</a> — <em>Property in class <a href='/php/2.x/flarum/user/throttler/passwordresetthrottler'><abbr title="Flarum\User\Throttler\PasswordResetThrottler">PasswordResetThrottler</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/user/tokensclearer'><abbr title="Flarum\User\TokensClearer">TokensClearer</abbr></a> — <em>Class in namespace <a href='/php/2.x/flarum/user'>Flarum\User</a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/user/usernameslugdriver#method_toSlug'><abbr title="Flarum\User\UsernameSlugDriver">UsernameSlugDriver</abbr>::toSlug</a>() — <em>Method in class <a href='/php/2.x/flarum/user/usernameslugdriver'><abbr title="Flarum\User\UsernameSlugDriver">UsernameSlugDriver</abbr></a></em></dt> <dd></dd> </dl><h2 id="letterU">U</h2> <dl id="index"><dt><a href='/php/2.x/flarum/admin/controller/updateextensioncontroller'><abbr title="Flarum\Admin\Controller\UpdateExtensionController">UpdateExtensionController</abbr></a> — <em>Class in namespace <a href='/php/2.x/flarum/admin/controller'>Flarum\Admin\Controller</a></em></dt> <dd></dd><dt>$<a href='/php/2.x/flarum/api/apikey#property_user_id'><abbr title="Flarum\Api\ApiKey">ApiKey</abbr>#user_id</a> — <em>Property in class <a href='/php/2.x/flarum/api/apikey'><abbr title="Flarum\Api\ApiKey">ApiKey</abbr></a></em></dt> <dd></dd><dt>$<a href='/php/2.x/flarum/api/apikey#property_user'><abbr title="Flarum\Api\ApiKey">ApiKey</abbr>#user</a> — <em>Property in class <a href='/php/2.x/flarum/api/apikey'><abbr title="Flarum\Api\ApiKey">ApiKey</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/api/apikey#method_user'><abbr title="Flarum\Api\ApiKey">ApiKey</abbr>::user</a>() — <em>Method in class <a href='/php/2.x/flarum/api/apikey'><abbr title="Flarum\Api\ApiKey">ApiKey</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/api/context#method_updating'><abbr title="Flarum\Api\Context">Context</abbr>::updating</a>() — <em>Method in class <a href='/php/2.x/flarum/api/context'><abbr title="Flarum\Api\Context">Context</abbr></a></em></dt> <dd></dd><dt>$<a href='/php/2.x/flarum/api/controller/deletefaviconcontroller#property_uploadDir'><abbr title="Flarum\Api\Controller\DeleteFaviconController">DeleteFaviconController</abbr>#uploadDir</a> — <em>Property in class <a href='/php/2.x/flarum/api/controller/deletefaviconcontroller'><abbr title="Flarum\Api\Controller\DeleteFaviconController">DeleteFaviconController</abbr></a></em></dt> <dd></dd><dt>$<a href='/php/2.x/flarum/api/controller/deletelogocontroller#property_uploadDir'><abbr title="Flarum\Api\Controller\DeleteLogoController">DeleteLogoController</abbr>#uploadDir</a> — <em>Property in class <a href='/php/2.x/flarum/api/controller/deletelogocontroller'><abbr title="Flarum\Api\Controller\DeleteLogoController">DeleteLogoController</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/api/controller/uninstallextensioncontroller'><abbr title="Flarum\Api\Controller\UninstallExtensionController">UninstallExtensionController</abbr></a> — <em>Class in namespace <a href='/php/2.x/flarum/api/controller'>Flarum\Api\Controller</a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/api/controller/updateextensioncontroller'><abbr title="Flarum\Api\Controller\UpdateExtensionController">UpdateExtensionController</abbr></a> — <em>Class in namespace <a href='/php/2.x/flarum/api/controller'>Flarum\Api\Controller</a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/api/controller/uploadfaviconcontroller'><abbr title="Flarum\Api\Controller\UploadFaviconController">UploadFaviconController</abbr></a> — <em>Class in namespace <a href='/php/2.x/flarum/api/controller'>Flarum\Api\Controller</a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/api/controller/uploadimagecontroller'><abbr title="Flarum\Api\Controller\UploadImageController">UploadImageController</abbr></a> — <em>Class in namespace <a href='/php/2.x/flarum/api/controller'>Flarum\Api\Controller</a></em></dt> <dd></dd><dt>$<a href='/php/2.x/flarum/api/controller/uploadimagecontroller#property_uploadDir'><abbr title="Flarum\Api\Controller\UploadImageController">UploadImageController</abbr>#uploadDir</a> — <em>Property in class <a href='/php/2.x/flarum/api/controller/uploadimagecontroller'><abbr title="Flarum\Api\Controller\UploadImageController">UploadImageController</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/api/controller/uploadlogocontroller'><abbr title="Flarum\Api\Controller\UploadLogoController">UploadLogoController</abbr></a> — <em>Class in namespace <a href='/php/2.x/flarum/api/controller'>Flarum\Api\Controller</a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/api/controller/uploadlogodarkmodecontroller'><abbr title="Flarum\Api\Controller\UploadLogoDarkModeController">UploadLogoDarkModeController</abbr></a> — <em>Class in namespace <a href='/php/2.x/flarum/api/controller'>Flarum\Api\Controller</a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/api/endpoint/update'><abbr title="Flarum\Api\Endpoint\Update">Update</abbr></a> — <em>Class in namespace <a href='/php/2.x/flarum/api/endpoint'>Flarum\Api\Endpoint</a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/api/resource/abstractdatabaseresource#method_update'><abbr title="Flarum\Api\Resource\AbstractDatabaseResource">AbstractDatabaseResource</abbr>::update</a>() — <em>Method in class <a href='/php/2.x/flarum/api/resource/abstractdatabaseresource'><abbr title="Flarum\Api\Resource\AbstractDatabaseResource">AbstractDatabaseResource</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/api/resource/concerns/hashooks#method_updateAction'><abbr title="Flarum\Api\Resource\Concerns\HasHooks">HasHooks</abbr>::updateAction</a>() — <em>Method in class <a href='/php/2.x/flarum/api/resource/concerns/hashooks'><abbr title="Flarum\Api\Resource\Concerns\HasHooks">HasHooks</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/api/resource/concerns/hashooks#method_updating'><abbr title="Flarum\Api\Resource\Concerns\HasHooks">HasHooks</abbr>::updating</a>() — <em>Method in class <a href='/php/2.x/flarum/api/resource/concerns/hashooks'><abbr title="Flarum\Api\Resource\Concerns\HasHooks">HasHooks</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/api/resource/concerns/hashooks#method_updated'><abbr title="Flarum\Api\Resource\Concerns\HasHooks">HasHooks</abbr>::updated</a>() — <em>Method in class <a href='/php/2.x/flarum/api/resource/concerns/hashooks'><abbr title="Flarum\Api\Resource\Concerns\HasHooks">HasHooks</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/api/resource/contracts/updatable'><abbr title="Flarum\Api\Resource\Contracts\Updatable">Updatable</abbr></a> — <em>Class in namespace <a href='/php/2.x/flarum/api/resource/contracts'>Flarum\Api\Resource\Contracts</a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/api/resource/userresource'><abbr title="Flarum\Api\Resource\UserResource">UserResource</abbr></a> — <em>Class in namespace <a href='/php/2.x/flarum/api/resource'>Flarum\Api\Resource</a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/api/schema/concerns/hasvalidationrules#method_unique'><abbr title="Flarum\Api\Schema\Concerns\HasValidationRules">HasValidationRules</abbr>::unique</a>() — <em>Method in class <a href='/php/2.x/flarum/api/schema/concerns/hasvalidationrules'><abbr title="Flarum\Api\Schema\Concerns\HasValidationRules">HasValidationRules</abbr></a></em></dt> <dd></dd><dt>$<a href='/php/2.x/flarum/database/abstractmodel#property_uniqueKeys'><abbr title="Flarum\Database\AbstractModel">AbstractModel</abbr>#uniqueKeys</a> — <em>Property in class <a href='/php/2.x/flarum/database/abstractmodel'><abbr title="Flarum\Database\AbstractModel">AbstractModel</abbr></a></em></dt> <dd>If a model has unique keys, they should be defined here.</dd><dt><a href='/php/2.x/flarum/database/console/migratecommand#method_upgrade'><abbr title="Flarum\Database\Console\MigrateCommand">MigrateCommand</abbr>::upgrade</a>() — <em>Method in class <a href='/php/2.x/flarum/database/console/migratecommand'><abbr title="Flarum\Database\Console\MigrateCommand">MigrateCommand</abbr></a></em></dt> <dd></dd><dt>$<a href='/php/2.x/flarum/discussion/discussion#property_user_id'><abbr title="Flarum\Discussion\Discussion">Discussion</abbr>#user_id</a> — <em>Property in class <a href='/php/2.x/flarum/discussion/discussion'><abbr title="Flarum\Discussion\Discussion">Discussion</abbr></a></em></dt> <dd></dd><dt>$<a href='/php/2.x/flarum/discussion/discussion#property_user'><abbr title="Flarum\Discussion\Discussion">Discussion</abbr>#user</a> — <em>Property in class <a href='/php/2.x/flarum/discussion/discussion'><abbr title="Flarum\Discussion\Discussion">Discussion</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/discussion/discussion#method_user'><abbr title="Flarum\Discussion\Discussion">Discussion</abbr>::user</a>() — <em>Method in class <a href='/php/2.x/flarum/discussion/discussion'><abbr title="Flarum\Discussion\Discussion">Discussion</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/discussion/event/userdatasaving'><abbr title="Flarum\Discussion\Event\UserDataSaving">UserDataSaving</abbr></a> — <em>Class in namespace <a href='/php/2.x/flarum/discussion/event'>Flarum\Discussion\Event</a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/discussion/event/userread'><abbr title="Flarum\Discussion\Event\UserRead">UserRead</abbr></a> — <em>Class in namespace <a href='/php/2.x/flarum/discussion/event'>Flarum\Discussion\Event</a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/discussion/search/filter/unreadfilter'><abbr title="Flarum\Discussion\Search\Filter\UnreadFilter">UnreadFilter</abbr></a> — <em>Class in namespace <a href='/php/2.x/flarum/discussion/search/filter'>Flarum\Discussion\Search\Filter</a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/discussion/userstate'><abbr title="Flarum\Discussion\UserState">UserState</abbr></a> — <em>Class in namespace <a href='/php/2.x/flarum/discussion'>Flarum\Discussion</a></em></dt> <dd>Models a discussion-user state record in the database.</dd><dt>$<a href='/php/2.x/flarum/discussion/userstate#property_user_id'><abbr title="Flarum\Discussion\UserState">UserState</abbr>#user_id</a> — <em>Property in class <a href='/php/2.x/flarum/discussion/userstate'><abbr title="Flarum\Discussion\UserState">UserState</abbr></a></em></dt> <dd></dd><dt>$<a href='/php/2.x/flarum/discussion/userstate#property_user'><abbr title="Flarum\Discussion\UserState">UserState</abbr>#user</a> — <em>Property in class <a href='/php/2.x/flarum/discussion/userstate'><abbr title="Flarum\Discussion\UserState">UserState</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/discussion/userstate#method_user'><abbr title="Flarum\Discussion\UserState">UserState</abbr>::user</a>() — <em>Method in class <a href='/php/2.x/flarum/discussion/userstate'><abbr title="Flarum\Discussion\UserState">UserState</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/discussion/userstateupdater'><abbr title="Flarum\Discussion\UserStateUpdater">UserStateUpdater</abbr></a> — <em>Class in namespace <a href='/php/2.x/flarum/discussion'>Flarum\Discussion</a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/discussion/utf8slugdriver'><abbr title="Flarum\Discussion\Utf8SlugDriver">Utf8SlugDriver</abbr></a> — <em>Class in namespace <a href='/php/2.x/flarum/discussion'>Flarum\Discussion</a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/extend/formatter#method_unparse'><abbr title="Flarum\Extend\Formatter">Formatter</abbr>::unparse</a>() — <em>Method in class <a href='/php/2.x/flarum/extend/formatter'><abbr title="Flarum\Extend\Formatter">Formatter</abbr></a></em></dt> <dd>Prepare the system for unparsing. This can be used to modify the text that was parsed.</dd><dt><a href='/php/2.x/flarum/extend/user'><abbr title="Flarum\Extend\User">User</abbr></a> — <em>Class in namespace <a href='/php/2.x/flarum/extend'>Flarum\Extend</a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/extension/event/uninstalled'><abbr title="Flarum\Extension\Event\Uninstalled">Uninstalled</abbr></a> — <em>Class in namespace <a href='/php/2.x/flarum/extension/event'>Flarum\Extension\Event</a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/extension/extensionmanager#method_uninstall'><abbr title="Flarum\Extension\ExtensionManager">ExtensionManager</abbr>::uninstall</a>() — <em>Method in class <a href='/php/2.x/flarum/extension/extensionmanager'><abbr title="Flarum\Extension\ExtensionManager">ExtensionManager</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/extension/extensionmanager#method_unpublishAssets'><abbr title="Flarum\Extension\ExtensionManager">ExtensionManager</abbr>::unpublishAssets</a>() — <em>Method in class <a href='/php/2.x/flarum/extension/extensionmanager'><abbr title="Flarum\Extension\ExtensionManager">ExtensionManager</abbr></a></em></dt> <dd>Delete an extension's assets from public view.</dd><dt>$<a href='/php/2.x/flarum/formatter/formatter#property_unparsingCallbacks'><abbr title="Flarum\Formatter\Formatter">Formatter</abbr>#unparsingCallbacks</a> — <em>Property in class <a href='/php/2.x/flarum/formatter/formatter'><abbr title="Flarum\Formatter\Formatter">Formatter</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/formatter/formatter#method_unparse'><abbr title="Flarum\Formatter\Formatter">Formatter</abbr>::unparse</a>() — <em>Method in class <a href='/php/2.x/flarum/formatter/formatter'><abbr title="Flarum\Formatter\Formatter">Formatter</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/forum/content/user'><abbr title="Flarum\Forum\Content\User">User</abbr></a> — <em>Class in namespace <a href='/php/2.x/flarum/forum/content'>Flarum\Forum\Content</a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/forum/controller/unsubscribeactioncontroller'><abbr title="Flarum\Forum\Controller\UnsubscribeActionController">UnsubscribeActionController</abbr></a> — <em>Class in namespace <a href='/php/2.x/flarum/forum/controller'>Flarum\Forum\Controller</a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/forum/controller/unsubscribeviewcontroller'><abbr title="Flarum\Forum\Controller\UnsubscribeViewController">UnsubscribeViewController</abbr></a> — <em>Class in namespace <a href='/php/2.x/flarum/forum/controller'>Flarum\Forum\Controller</a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/foundation/application#method_url'><abbr title="Flarum\Foundation\Application">Application</abbr>::url</a>() — <em>Method in class <a href='/php/2.x/flarum/foundation/application'><abbr title="Flarum\Foundation\Application">Application</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/foundation/config#method_url'><abbr title="Flarum\Foundation\Config">Config</abbr>::url</a>() — <em>Method in class <a href='/php/2.x/flarum/foundation/config'><abbr title="Flarum\Foundation\Config">Config</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/foundation/errorhandling/handlederror#method_unknown'><abbr title="Flarum\Foundation\ErrorHandling\HandledError">HandledError</abbr>::unknown</a>() — <em>Method in class <a href='/php/2.x/flarum/foundation/errorhandling/handlederror'><abbr title="Flarum\Foundation\ErrorHandling\HandledError">HandledError</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/foundation/fontawesome#method_useLocalFonts'><abbr title="Flarum\Foundation\FontAwesome">FontAwesome</abbr>::useLocalFonts</a>() — <em>Method in class <a href='/php/2.x/flarum/foundation/fontawesome'><abbr title="Flarum\Foundation\FontAwesome">FontAwesome</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/foundation/fontawesome#method_useCdn'><abbr title="Flarum\Foundation\FontAwesome">FontAwesome</abbr>::useCdn</a>() — <em>Method in class <a href='/php/2.x/flarum/foundation/fontawesome'><abbr title="Flarum\Foundation\FontAwesome">FontAwesome</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/foundation/fontawesome#method_useKit'><abbr title="Flarum\Foundation\FontAwesome">FontAwesome</abbr>::useKit</a>() — <em>Method in class <a href='/php/2.x/flarum/foundation/fontawesome'><abbr title="Flarum\Foundation\FontAwesome">FontAwesome</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/foundation/uninstalledsite'><abbr title="Flarum\Foundation\UninstalledSite">UninstalledSite</abbr></a> — <em>Class in namespace <a href='/php/2.x/flarum/foundation'>Flarum\Foundation</a></em></dt> <dd></dd><dt>$<a href='/php/2.x/flarum/group/group#property_users'><abbr title="Flarum\Group\Group">Group</abbr>#users</a> — <em>Property in class <a href='/php/2.x/flarum/group/group'><abbr title="Flarum\Group\Group">Group</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/group/group#method_users'><abbr title="Flarum\Group\Group">Group</abbr>::users</a>() — <em>Method in class <a href='/php/2.x/flarum/group/group'><abbr title="Flarum\Group\Group">Group</abbr></a></em></dt> <dd></dd><dt>$<a href='/php/2.x/flarum/http/accesstoken#property_uniqueKeys'><abbr title="Flarum\Http\AccessToken">AccessToken</abbr>#uniqueKeys</a> — <em>Property in class <a href='/php/2.x/flarum/http/accesstoken'><abbr title="Flarum\Http\AccessToken">AccessToken</abbr></a></em></dt> <dd></dd><dt>$<a href='/php/2.x/flarum/http/accesstoken#property_user_id'><abbr title="Flarum\Http\AccessToken">AccessToken</abbr>#user_id</a> — <em>Property in class <a href='/php/2.x/flarum/http/accesstoken'><abbr title="Flarum\Http\AccessToken">AccessToken</abbr></a></em></dt> <dd></dd><dt>$<a href='/php/2.x/flarum/http/accesstoken#property_user'><abbr title="Flarum\Http\AccessToken">AccessToken</abbr>#user</a> — <em>Property in class <a href='/php/2.x/flarum/http/accesstoken'><abbr title="Flarum\Http\AccessToken">AccessToken</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/http/accesstoken#method_user'><abbr title="Flarum\Http\AccessToken">AccessToken</abbr>::user</a>() — <em>Method in class <a href='/php/2.x/flarum/http/accesstoken'><abbr title="Flarum\Http\AccessToken">AccessToken</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/http/filter/userfilter'><abbr title="Flarum\Http\Filter\UserFilter">UserFilter</abbr></a> — <em>Class in namespace <a href='/php/2.x/flarum/http/filter'>Flarum\Http\Filter</a></em></dt> <dd>Filters an access tokens request by the related user.</dd><dt><a href='/php/2.x/flarum/http/urlgenerator'><abbr title="Flarum\Http\UrlGenerator">UrlGenerator</abbr></a> — <em>Class in namespace <a href='/php/2.x/flarum/http'>Flarum\Http</a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/install/console/userdataprovider'><abbr title="Flarum\Install\Console\UserDataProvider">UserDataProvider</abbr></a> — <em>Class in namespace <a href='/php/2.x/flarum/install/console'>Flarum\Install\Console</a></em></dt> <dd></dd><dt>$<a href='/php/2.x/flarum/notification/notification#property_user_id'><abbr title="Flarum\Notification\Notification">Notification</abbr>#user_id</a> — <em>Property in class <a href='/php/2.x/flarum/notification/notification'><abbr title="Flarum\Notification\Notification">Notification</abbr></a></em></dt> <dd></dd><dt>$<a href='/php/2.x/flarum/notification/notification#property_user'><abbr title="Flarum\Notification\Notification">Notification</abbr>#user</a> — <em>Property in class <a href='/php/2.x/flarum/notification/notification'><abbr title="Flarum\Notification\Notification">Notification</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/notification/notification#method_user'><abbr title="Flarum\Notification\Notification">Notification</abbr>::user</a>() — <em>Method in class <a href='/php/2.x/flarum/notification/notification'><abbr title="Flarum\Notification\Notification">Notification</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/notification/unsubscribetoken'><abbr title="Flarum\Notification\UnsubscribeToken">UnsubscribeToken</abbr></a> — <em>Class in namespace <a href='/php/2.x/flarum/notification'>Flarum\Notification</a></em></dt> <dd></dd><dt>$<a href='/php/2.x/flarum/notification/unsubscribetoken#property_user_id'><abbr title="Flarum\Notification\UnsubscribeToken">UnsubscribeToken</abbr>#user_id</a> — <em>Property in class <a href='/php/2.x/flarum/notification/unsubscribetoken'><abbr title="Flarum\Notification\UnsubscribeToken">UnsubscribeToken</abbr></a></em></dt> <dd></dd><dt>$<a href='/php/2.x/flarum/notification/unsubscribetoken#property_unsubscribed_at'><abbr title="Flarum\Notification\UnsubscribeToken">UnsubscribeToken</abbr>#unsubscribed_at</a> — <em>Property in class <a href='/php/2.x/flarum/notification/unsubscribetoken'><abbr title="Flarum\Notification\UnsubscribeToken">UnsubscribeToken</abbr></a></em></dt> <dd></dd><dt>$<a href='/php/2.x/flarum/notification/unsubscribetoken#property_updated_at'><abbr title="Flarum\Notification\UnsubscribeToken">UnsubscribeToken</abbr>#updated_at</a> — <em>Property in class <a href='/php/2.x/flarum/notification/unsubscribetoken'><abbr title="Flarum\Notification\UnsubscribeToken">UnsubscribeToken</abbr></a></em></dt> <dd></dd><dt>$<a href='/php/2.x/flarum/notification/unsubscribetoken#property_user'><abbr title="Flarum\Notification\UnsubscribeToken">UnsubscribeToken</abbr>#user</a> — <em>Property in class <a href='/php/2.x/flarum/notification/unsubscribetoken'><abbr title="Flarum\Notification\UnsubscribeToken">UnsubscribeToken</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/notification/unsubscribetoken#method_user'><abbr title="Flarum\Notification\UnsubscribeToken">UnsubscribeToken</abbr>::user</a>() — <em>Method in class <a href='/php/2.x/flarum/notification/unsubscribetoken'><abbr title="Flarum\Notification\UnsubscribeToken">UnsubscribeToken</abbr></a></em></dt> <dd></dd><dt>$<a href='/php/2.x/flarum/post/post#property_user_id'><abbr title="Flarum\Post\Post">Post</abbr>#user_id</a> — <em>Property in class <a href='/php/2.x/flarum/post/post'><abbr title="Flarum\Post\Post">Post</abbr></a></em></dt> <dd></dd><dt>$<a href='/php/2.x/flarum/post/post#property_user'><abbr title="Flarum\Post\Post">Post</abbr>#user</a> — <em>Property in class <a href='/php/2.x/flarum/post/post'><abbr title="Flarum\Post\Post">Post</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/post/post#method_user'><abbr title="Flarum\Post\Post">Post</abbr>::user</a>() — <em>Method in class <a href='/php/2.x/flarum/post/post'><abbr title="Flarum\Post\Post">Post</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/search/listener/modelobserver#method_updated'><abbr title="Flarum\Search\Listener\ModelObserver">ModelObserver</abbr>::updated</a>() — <em>Method in class <a href='/php/2.x/flarum/search/listener/modelobserver'><abbr title="Flarum\Search\Listener\ModelObserver">ModelObserver</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/settings/uninstalledsettingsrepository'><abbr title="Flarum\Settings\UninstalledSettingsRepository">UninstalledSettingsRepository</abbr></a> — <em>Class in namespace <a href='/php/2.x/flarum/settings'>Flarum\Settings</a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/update/controller/updatecontroller'><abbr title="Flarum\Update\Controller\UpdateController">UpdateController</abbr></a> — <em>Class in namespace <a href='/php/2.x/flarum/update/controller'>Flarum\Update\Controller</a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/update/updateserviceprovider'><abbr title="Flarum\Update\UpdateServiceProvider">UpdateServiceProvider</abbr></a> — <em>Class in namespace <a href='/php/2.x/flarum/update'>Flarum\Update</a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/user/access/userpolicy'><abbr title="Flarum\User\Access\UserPolicy">UserPolicy</abbr></a> — <em>Class in namespace <a href='/php/2.x/flarum/user/access'>Flarum\User\Access</a></em></dt> <dd></dd><dt>$<a href='/php/2.x/flarum/user/avataruploader#property_uploadDir'><abbr title="Flarum\User\AvatarUploader">AvatarUploader</abbr>#uploadDir</a> — <em>Property in class <a href='/php/2.x/flarum/user/avataruploader'><abbr title="Flarum\User\AvatarUploader">AvatarUploader</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/user/avataruploader#method_upload'><abbr title="Flarum\User\AvatarUploader">AvatarUploader</abbr>::upload</a>() — <em>Method in class <a href='/php/2.x/flarum/user/avataruploader'><abbr title="Flarum\User\AvatarUploader">AvatarUploader</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/user/command/uploadavatar'><abbr title="Flarum\User\Command\UploadAvatar">UploadAvatar</abbr></a> — <em>Class in namespace <a href='/php/2.x/flarum/user/command'>Flarum\User\Command</a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/user/command/uploadavatarhandler'><abbr title="Flarum\User\Command\UploadAvatarHandler">UploadAvatarHandler</abbr></a> — <em>Class in namespace <a href='/php/2.x/flarum/user/command'>Flarum\User\Command</a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/user/displayname/usernamedriver'><abbr title="Flarum\User\DisplayName\UsernameDriver">UsernameDriver</abbr></a> — <em>Class in namespace <a href='/php/2.x/flarum/user/displayname'>Flarum\User\DisplayName</a></em></dt> <dd>The default driver, which returns the user's username.</dd><dt>$<a href='/php/2.x/flarum/user/emailtoken#property_user_id'><abbr title="Flarum\User\EmailToken">EmailToken</abbr>#user_id</a> — <em>Property in class <a href='/php/2.x/flarum/user/emailtoken'><abbr title="Flarum\User\EmailToken">EmailToken</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/user/emailtoken#method_user'><abbr title="Flarum\User\EmailToken">EmailToken</abbr>::user</a>() — <em>Method in class <a href='/php/2.x/flarum/user/emailtoken'><abbr title="Flarum\User\EmailToken">EmailToken</abbr></a></em></dt> <dd></dd><dt>$<a href='/php/2.x/flarum/user/loginprovider#property_user_id'><abbr title="Flarum\User\LoginProvider">LoginProvider</abbr>#user_id</a> — <em>Property in class <a href='/php/2.x/flarum/user/loginprovider'><abbr title="Flarum\User\LoginProvider">LoginProvider</abbr></a></em></dt> <dd></dd><dt>$<a href='/php/2.x/flarum/user/loginprovider#property_user'><abbr title="Flarum\User\LoginProvider">LoginProvider</abbr>#user</a> — <em>Property in class <a href='/php/2.x/flarum/user/loginprovider'><abbr title="Flarum\User\LoginProvider">LoginProvider</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/user/loginprovider#method_user'><abbr title="Flarum\User\LoginProvider">LoginProvider</abbr>::user</a>() — <em>Method in class <a href='/php/2.x/flarum/user/loginprovider'><abbr title="Flarum\User\LoginProvider">LoginProvider</abbr></a></em></dt> <dd></dd><dt>$<a href='/php/2.x/flarum/user/passwordtoken#property_user_id'><abbr title="Flarum\User\PasswordToken">PasswordToken</abbr>#user_id</a> — <em>Property in class <a href='/php/2.x/flarum/user/passwordtoken'><abbr title="Flarum\User\PasswordToken">PasswordToken</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/user/passwordtoken#method_user'><abbr title="Flarum\User\PasswordToken">PasswordToken</abbr>::user</a>() — <em>Method in class <a href='/php/2.x/flarum/user/passwordtoken'><abbr title="Flarum\User\PasswordToken">PasswordToken</abbr></a></em></dt> <dd></dd><dt>$<a href='/php/2.x/flarum/user/registrationtoken#property_user_attributes'><abbr title="Flarum\User\RegistrationToken">RegistrationToken</abbr>#user_attributes</a> — <em>Property in class <a href='/php/2.x/flarum/user/registrationtoken'><abbr title="Flarum\User\RegistrationToken">RegistrationToken</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/user/search/usersearcher'><abbr title="Flarum\User\Search\UserSearcher">UserSearcher</abbr></a> — <em>Class in namespace <a href='/php/2.x/flarum/user/search'>Flarum\User\Search</a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/user/user'><abbr title="Flarum\User\User">User</abbr></a> — <em>Class in namespace <a href='/php/2.x/flarum/user'>Flarum\User</a></em></dt> <dd></dd><dt>$<a href='/php/2.x/flarum/user/user#property_username'><abbr title="Flarum\User\User">User</abbr>#username</a> — <em>Property in class <a href='/php/2.x/flarum/user/user'><abbr title="Flarum\User\User">User</abbr></a></em></dt> <dd></dd><dt>$<a href='/php/2.x/flarum/user/user#property_unreadNotifications'><abbr title="Flarum\User\User">User</abbr>#unreadNotifications</a> — <em>Property in class <a href='/php/2.x/flarum/user/user'><abbr title="Flarum\User\User">User</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/user/user#method_unreadNotifications'><abbr title="Flarum\User\User">User</abbr>::unreadNotifications</a>() — <em>Method in class <a href='/php/2.x/flarum/user/user'><abbr title="Flarum\User\User">User</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/user/user#method_updateLastSeen'><abbr title="Flarum\User\User">User</abbr>::updateLastSeen</a>() — <em>Method in class <a href='/php/2.x/flarum/user/user'><abbr title="Flarum\User\User">User</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/user/userfactory'><abbr title="Flarum\User\UserFactory">UserFactory</abbr></a> — <em>Class in namespace <a href='/php/2.x/flarum/user'>Flarum\User</a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/user/usermetadataupdater'><abbr title="Flarum\User\UserMetadataUpdater">UserMetadataUpdater</abbr></a> — <em>Class in namespace <a href='/php/2.x/flarum/user'>Flarum\User</a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/user/userrepository'><abbr title="Flarum\User\UserRepository">UserRepository</abbr></a> — <em>Class in namespace <a href='/php/2.x/flarum/user'>Flarum\User</a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/user/userserviceprovider'><abbr title="Flarum\User\UserServiceProvider">UserServiceProvider</abbr></a> — <em>Class in namespace <a href='/php/2.x/flarum/user'>Flarum\User</a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/user/uservalidator'><abbr title="Flarum\User\UserValidator">UserValidator</abbr></a> — <em>Class in namespace <a href='/php/2.x/flarum/user'>Flarum\User</a></em></dt> <dd></dd><dt>$<a href='/php/2.x/flarum/user/uservalidator#property_user'><abbr title="Flarum\User\UserValidator">UserValidator</abbr>#user</a> — <em>Property in class <a href='/php/2.x/flarum/user/uservalidator'><abbr title="Flarum\User\UserValidator">UserValidator</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/user/usernameslugdriver'><abbr title="Flarum\User\UsernameSlugDriver">UsernameSlugDriver</abbr></a> — <em>Class in namespace <a href='/php/2.x/flarum/user'>Flarum\User</a></em></dt> <dd></dd> </dl><h2 id="letterV">V</h2> <dl id="index"><dt><a href='/php/2.x/flarum/api/endpoint/concerns/savesandvalidatesdata#method_validate'><abbr title="Flarum\Api\Endpoint\Concerns\SavesAndValidatesData">SavesAndValidatesData</abbr>::validate</a>() — <em>Method in class <a href='/php/2.x/flarum/api/endpoint/concerns/savesandvalidatesdata'><abbr title="Flarum\Api\Endpoint\Concerns\SavesAndValidatesData">SavesAndValidatesData</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/api/jsonapi#method_validateQueryParameters'><abbr title="Flarum\Api\JsonApi">JsonApi</abbr>::validateQueryParameters</a>() — <em>Method in class <a href='/php/2.x/flarum/api/jsonapi'><abbr title="Flarum\Api\JsonApi">JsonApi</abbr></a></em></dt> <dd></dd><dt>$<a href='/php/2.x/flarum/api/resource/concerns/bootable#property_validation'><abbr title="Flarum\Api\Resource\Concerns\Bootable">Bootable</abbr>#validation</a> — <em>Property in class <a href='/php/2.x/flarum/api/resource/concerns/bootable'><abbr title="Flarum\Api\Resource\Concerns\Bootable">Bootable</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/api/resource/concerns/bootable#method_validationFactory'><abbr title="Flarum\Api\Resource\Concerns\Bootable">Bootable</abbr>::validationFactory</a>() — <em>Method in class <a href='/php/2.x/flarum/api/resource/concerns/bootable'><abbr title="Flarum\Api\Resource\Concerns\Bootable">Bootable</abbr></a></em></dt> <dd>Called by the JSON:API server package to resolve the validation factory.</dd><dt>$<a href='/php/2.x/flarum/api/schema/concerns/hasvalidationrules#property_validationMessages'><abbr title="Flarum\Api\Schema\Concerns\HasValidationRules">HasValidationRules</abbr>#validationMessages</a> — <em>Property in class <a href='/php/2.x/flarum/api/schema/concerns/hasvalidationrules'><abbr title="Flarum\Api\Schema\Concerns\HasValidationRules">HasValidationRules</abbr></a></em></dt> <dd></dd><dt>$<a href='/php/2.x/flarum/api/schema/concerns/hasvalidationrules#property_validationAttributes'><abbr title="Flarum\Api\Schema\Concerns\HasValidationRules">HasValidationRules</abbr>#validationAttributes</a> — <em>Property in class <a href='/php/2.x/flarum/api/schema/concerns/hasvalidationrules'><abbr title="Flarum\Api\Schema\Concerns\HasValidationRules">HasValidationRules</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/api/schema/concerns/hasvalidationrules#method_validationMessages'><abbr title="Flarum\Api\Schema\Concerns\HasValidationRules">HasValidationRules</abbr>::validationMessages</a>() — <em>Method in class <a href='/php/2.x/flarum/api/schema/concerns/hasvalidationrules'><abbr title="Flarum\Api\Schema\Concerns\HasValidationRules">HasValidationRules</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/api/schema/concerns/hasvalidationrules#method_validationAttributes'><abbr title="Flarum\Api\Schema\Concerns\HasValidationRules">HasValidationRules</abbr>::validationAttributes</a>() — <em>Method in class <a href='/php/2.x/flarum/api/schema/concerns/hasvalidationrules'><abbr title="Flarum\Api\Schema\Concerns\HasValidationRules">HasValidationRules</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/api/schema/type/arr#method_validate'><abbr title="Flarum\Api\Schema\Type\Arr">Arr</abbr>::validate</a>() — <em>Method in class <a href='/php/2.x/flarum/api/schema/type/arr'><abbr title="Flarum\Api\Schema\Type\Arr">Arr</abbr></a></em></dt> <dd></dd><dt>$<a href='/php/2.x/flarum/database/scopevisibilitytrait#property_visibilityScopers'><abbr title="Flarum\Database\ScopeVisibilityTrait">ScopeVisibilityTrait</abbr>#visibilityScopers</a> — <em>Property in class <a href='/php/2.x/flarum/database/scopevisibilitytrait'><abbr title="Flarum\Database\ScopeVisibilityTrait">ScopeVisibilityTrait</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/extend/validator'><abbr title="Flarum\Extend\Validator">Validator</abbr></a> — <em>Class in namespace <a href='/php/2.x/flarum/extend'>Flarum\Extend</a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/extend/view'><abbr title="Flarum\Extend\View">View</abbr></a> — <em>Class in namespace <a href='/php/2.x/flarum/extend'>Flarum\Extend</a></em></dt> <dd>Views are PHP files that use the Laravel Blade syntax for creation of server-side generated HTML.</dd><dt>$<a href='/php/2.x/flarum/extension/extension#property_version'><abbr title="Flarum\Extension\Extension">Extension</abbr>#version</a> — <em>Property in class <a href='/php/2.x/flarum/extension/extension'><abbr title="Flarum\Extension\Extension">Extension</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/forum/validatecustomless'><abbr title="Flarum\Forum\ValidateCustomLess">ValidateCustomLess</abbr></a> — <em>Class in namespace <a href='/php/2.x/flarum/forum'>Flarum\Forum</a></em></dt> <dd></dd><dt>$<a href='/php/2.x/flarum/foundation/abstractvalidator#property_validateMissingKeys'><abbr title="Flarum\Foundation\AbstractValidator">AbstractValidator</abbr>#validateMissingKeys</a> — <em>Property in class <a href='/php/2.x/flarum/foundation/abstractvalidator'><abbr title="Flarum\Foundation\AbstractValidator">AbstractValidator</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/foundation/abstractvalidator#method_validateMissingKeys'><abbr title="Flarum\Foundation\AbstractValidator">AbstractValidator</abbr>::validateMissingKeys</a>() — <em>Method in class <a href='/php/2.x/flarum/foundation/abstractvalidator'><abbr title="Flarum\Foundation\AbstractValidator">AbstractValidator</abbr></a></em></dt> <dd>Whether to validate missing keys or to only validate provided data keys.</dd><dt><a href='/php/2.x/flarum/foundation/abstractvalidator#method_validator'><abbr title="Flarum\Foundation\AbstractValidator">AbstractValidator</abbr>::validator</a>() — <em>Method in class <a href='/php/2.x/flarum/foundation/abstractvalidator'><abbr title="Flarum\Foundation\AbstractValidator">AbstractValidator</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/foundation/application#method_version'><abbr title="Flarum\Foundation\Application">Application</abbr>::version</a>() — <em>Method in class <a href='/php/2.x/flarum/foundation/application'><abbr title="Flarum\Foundation\Application">Application</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/foundation/errorhandling/exceptionhandler/validationexceptionhandler'><abbr title="Flarum\Foundation\ErrorHandling\ExceptionHandler\ValidationExceptionHandler">ValidationExceptionHandler</abbr></a> — <em>Class in namespace <a href='/php/2.x/flarum/foundation/errorhandling/exceptionhandler'>Flarum\Foundation\ErrorHandling\ExceptionHandler</a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/foundation/errorhandling/viewformatter'><abbr title="Flarum\Foundation\ErrorHandling\ViewFormatter">ViewFormatter</abbr></a> — <em>Class in namespace <a href='/php/2.x/flarum/foundation/errorhandling'>Flarum\Foundation\ErrorHandling</a></em></dt> <dd>A formatter for turning caught exceptions into "pretty" HTML error pages.</dd><dt>$<a href='/php/2.x/flarum/foundation/paths#property_vendor'><abbr title="Flarum\Foundation\Paths">Paths</abbr>#vendor</a> — <em>Property in class <a href='/php/2.x/flarum/foundation/paths'><abbr title="Flarum\Foundation\Paths">Paths</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/foundation/validationexception'><abbr title="Flarum\Foundation\ValidationException">ValidationException</abbr></a> — <em>Class in namespace <a href='/php/2.x/flarum/foundation'>Flarum\Foundation</a></em></dt> <dd></dd><dt>$<a href='/php/2.x/flarum/frontend/compiler/jsdirectorycompiler#property_versioner'><abbr title="Flarum\Frontend\Compiler\JsDirectoryCompiler">JsDirectoryCompiler</abbr>#versioner</a> — <em>Property in class <a href='/php/2.x/flarum/frontend/compiler/jsdirectorycompiler'><abbr title="Flarum\Frontend\Compiler\JsDirectoryCompiler">JsDirectoryCompiler</abbr></a></em></dt> <dd></dd><dt>$<a href='/php/2.x/flarum/frontend/compiler/revisioncompiler#property_versioner'><abbr title="Flarum\Frontend\Compiler\RevisionCompiler">RevisionCompiler</abbr>#versioner</a> — <em>Property in class <a href='/php/2.x/flarum/frontend/compiler/revisioncompiler'><abbr title="Flarum\Frontend\Compiler\RevisionCompiler">RevisionCompiler</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/frontend/compiler/source/sourcecollector#method_validateSourceType'><abbr title="Flarum\Frontend\Compiler\Source\SourceCollector">SourceCollector</abbr>::validateSourceType</a>() — <em>Method in class <a href='/php/2.x/flarum/frontend/compiler/source/sourcecollector'><abbr title="Flarum\Frontend\Compiler\Source\SourceCollector">SourceCollector</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/frontend/compiler/versionerinterface'><abbr title="Flarum\Frontend\Compiler\VersionerInterface">VersionerInterface</abbr></a> — <em>Class in namespace <a href='/php/2.x/flarum/frontend/compiler'>Flarum\Frontend\Compiler</a></em></dt> <dd></dd><dt>$<a href='/php/2.x/flarum/frontend/document#property_versioner'><abbr title="Flarum\Frontend\Document">Document</abbr>#versioner</a> — <em>Property in class <a href='/php/2.x/flarum/frontend/document'><abbr title="Flarum\Frontend\Document">Document</abbr></a></em></dt> <dd>We need the versioner to get the revisions of split chunks.</dd><dt><a href='/php/2.x/flarum/install/validationfailed'><abbr title="Flarum\Install\ValidationFailed">ValidationFailed</abbr></a> — <em>Class in namespace <a href='/php/2.x/flarum/install'>Flarum\Install</a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/mail/driverinterface#method_validate'><abbr title="Flarum\Mail\DriverInterface">DriverInterface</abbr>::validate</a>() — <em>Method in class <a href='/php/2.x/flarum/mail/driverinterface'><abbr title="Flarum\Mail\DriverInterface">DriverInterface</abbr></a></em></dt> <dd>Ensure the given settings are enough to send emails.</dd><dt><a href='/php/2.x/flarum/mail/logdriver#method_validate'><abbr title="Flarum\Mail\LogDriver">LogDriver</abbr>::validate</a>() — <em>Method in class <a href='/php/2.x/flarum/mail/logdriver'><abbr title="Flarum\Mail\LogDriver">LogDriver</abbr></a></em></dt> <dd>Ensure the given settings are enough to send emails.</dd><dt><a href='/php/2.x/flarum/mail/mailgundriver#method_validate'><abbr title="Flarum\Mail\MailgunDriver">MailgunDriver</abbr>::validate</a>() — <em>Method in class <a href='/php/2.x/flarum/mail/mailgundriver'><abbr title="Flarum\Mail\MailgunDriver">MailgunDriver</abbr></a></em></dt> <dd>Ensure the given settings are enough to send emails.</dd><dt><a href='/php/2.x/flarum/mail/nulldriver#method_validate'><abbr title="Flarum\Mail\NullDriver">NullDriver</abbr>::validate</a>() — <em>Method in class <a href='/php/2.x/flarum/mail/nulldriver'><abbr title="Flarum\Mail\NullDriver">NullDriver</abbr></a></em></dt> <dd>Ensure the given settings are enough to send emails.</dd><dt><a href='/php/2.x/flarum/mail/postmarkdriver#method_validate'><abbr title="Flarum\Mail\PostmarkDriver">PostmarkDriver</abbr>::validate</a>() — <em>Method in class <a href='/php/2.x/flarum/mail/postmarkdriver'><abbr title="Flarum\Mail\PostmarkDriver">PostmarkDriver</abbr></a></em></dt> <dd>Ensure the given settings are enough to send emails.</dd><dt><a href='/php/2.x/flarum/mail/sendmaildriver#method_validate'><abbr title="Flarum\Mail\SendmailDriver">SendmailDriver</abbr>::validate</a>() — <em>Method in class <a href='/php/2.x/flarum/mail/sendmaildriver'><abbr title="Flarum\Mail\SendmailDriver">SendmailDriver</abbr></a></em></dt> <dd>Ensure the given settings are enough to send emails.</dd><dt><a href='/php/2.x/flarum/mail/smtpdriver#method_validate'><abbr title="Flarum\Mail\SmtpDriver">SmtpDriver</abbr>::validate</a>() — <em>Method in class <a href='/php/2.x/flarum/mail/smtpdriver'><abbr title="Flarum\Mail\SmtpDriver">SmtpDriver</abbr></a></em></dt> <dd>Ensure the given settings are enough to send emails.</dd><dt><a href='/php/2.x/flarum/mail/validatesmailsettings'><abbr title="Flarum\Mail\ValidatesMailSettings">ValidatesMailSettings</abbr></a> — <em>Class in namespace <a href='/php/2.x/flarum/mail'>Flarum\Mail</a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/search/validatefiltertrait'><abbr title="Flarum\Search\ValidateFilterTrait">ValidateFilterTrait</abbr></a> — <em>Class in namespace <a href='/php/2.x/flarum/search'>Flarum\Search</a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/user/registrationtoken#method_validOrFail'><abbr title="Flarum\User\RegistrationToken">RegistrationToken</abbr>::validOrFail</a>() — <em>Method in class <a href='/php/2.x/flarum/user/registrationtoken'><abbr title="Flarum\User\RegistrationToken">RegistrationToken</abbr></a></em></dt> <dd></dd><dt>$<a href='/php/2.x/flarum/user/user#property_visibleGroups'><abbr title="Flarum\User\User">User</abbr>#visibleGroups</a> — <em>Property in class <a href='/php/2.x/flarum/user/user'><abbr title="Flarum\User\User">User</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/user/user#method_visibleGroups'><abbr title="Flarum\User\User">User</abbr>::visibleGroups</a>() — <em>Method in class <a href='/php/2.x/flarum/user/user'><abbr title="Flarum\User\User">User</abbr></a></em></dt> <dd></dd> </dl><h2 id="letterW">W</h2> <dl id="index"><dt><a href='/php/2.x/flarum/admin/whensavingsettings'><abbr title="Flarum\Admin\WhenSavingSettings">WhenSavingSettings</abbr></a> — <em>Class in namespace <a href='/php/2.x/flarum/admin'>Flarum\Admin</a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/api/client#method_withActor'><abbr title="Flarum\Api\Client">Client</abbr>::withActor</a>() — <em>Method in class <a href='/php/2.x/flarum/api/client'><abbr title="Flarum\Api\Client">Client</abbr></a></em></dt> <dd>Set the request actor.</dd><dt><a href='/php/2.x/flarum/api/client#method_withParentRequest'><abbr title="Flarum\Api\Client">Client</abbr>::withParentRequest</a>() — <em>Method in class <a href='/php/2.x/flarum/api/client'><abbr title="Flarum\Api\Client">Client</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/api/client#method_withQueryParams'><abbr title="Flarum\Api\Client">Client</abbr>::withQueryParams</a>() — <em>Method in class <a href='/php/2.x/flarum/api/client'><abbr title="Flarum\Api\Client">Client</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/api/client#method_withBody'><abbr title="Flarum\Api\Client">Client</abbr>::withBody</a>() — <em>Method in class <a href='/php/2.x/flarum/api/client'><abbr title="Flarum\Api\Client">Client</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/api/client#method_withoutErrorHandling'><abbr title="Flarum\Api\Client">Client</abbr>::withoutErrorHandling</a>() — <em>Method in class <a href='/php/2.x/flarum/api/client'><abbr title="Flarum\Api\Client">Client</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/api/client#method_withErrorHandling'><abbr title="Flarum\Api\Client">Client</abbr>::withErrorHandling</a>() — <em>Method in class <a href='/php/2.x/flarum/api/client'><abbr title="Flarum\Api\Client">Client</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/api/context#method_withSearchResults'><abbr title="Flarum\Api\Context">Context</abbr>::withSearchResults</a>() — <em>Method in class <a href='/php/2.x/flarum/api/context'><abbr title="Flarum\Api\Context">Context</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/api/context#method_withInternal'><abbr title="Flarum\Api\Context">Context</abbr>::withInternal</a>() — <em>Method in class <a href='/php/2.x/flarum/api/context'><abbr title="Flarum\Api\Context">Context</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/api/context#method_withRequest'><abbr title="Flarum\Api\Context">Context</abbr>::withRequest</a>() — <em>Method in class <a href='/php/2.x/flarum/api/context'><abbr title="Flarum\Api\Context">Context</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/api/context#method_withModelId'><abbr title="Flarum\Api\Context">Context</abbr>::withModelId</a>() — <em>Method in class <a href='/php/2.x/flarum/api/context'><abbr title="Flarum\Api\Context">Context</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/api/context#method_withRequestIncludes'><abbr title="Flarum\Api\Context">Context</abbr>::withRequestIncludes</a>() — <em>Method in class <a href='/php/2.x/flarum/api/context'><abbr title="Flarum\Api\Context">Context</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/api/jsonapi#method_withRequest'><abbr title="Flarum\Api\JsonApi">JsonApi</abbr>::withRequest</a>() — <em>Method in class <a href='/php/2.x/flarum/api/jsonapi'><abbr title="Flarum\Api\JsonApi">JsonApi</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/api/schema/concerns/flarumfield#method_writableOnCreate'><abbr title="Flarum\Api\Schema\Concerns\FlarumField">FlarumField</abbr>::writableOnCreate</a>() — <em>Method in class <a href='/php/2.x/flarum/api/schema/concerns/flarumfield'><abbr title="Flarum\Api\Schema\Concerns\FlarumField">FlarumField</abbr></a></em></dt> <dd>Allow this field to be written to when creating a new model.</dd><dt><a href='/php/2.x/flarum/api/schema/concerns/flarumfield#method_writableOnUpdate'><abbr title="Flarum\Api\Schema\Concerns\FlarumField">FlarumField</abbr>::writableOnUpdate</a>() — <em>Method in class <a href='/php/2.x/flarum/api/schema/concerns/flarumfield'><abbr title="Flarum\Api\Schema\Concerns\FlarumField">FlarumField</abbr></a></em></dt> <dd>Allow this field to be written to when updating a model.</dd><dt><a href='/php/2.x/flarum/database/abstractmodel#method_withTableAlias'><abbr title="Flarum\Database\AbstractModel">AbstractModel</abbr>::withTableAlias</a>() — <em>Method in class <a href='/php/2.x/flarum/database/abstractmodel'><abbr title="Flarum\Database\AbstractModel">AbstractModel</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/database/exception/migrationkeymissing#method_withFile'><abbr title="Flarum\Database\Exception\MigrationKeyMissing">MigrationKeyMissing</abbr>::withFile</a>() — <em>Method in class <a href='/php/2.x/flarum/database/exception/migrationkeymissing'><abbr title="Flarum\Database\Exception\MigrationKeyMissing">MigrationKeyMissing</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/database/scopevisibilitytrait#method_whereVisibleTo'><abbr title="Flarum\Database\ScopeVisibilityTrait">ScopeVisibilityTrait</abbr>::whereVisibleTo</a>() — <em>Method in class <a href='/php/2.x/flarum/database/scopevisibilitytrait'><abbr title="Flarum\Database\ScopeVisibilityTrait">ScopeVisibilityTrait</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/discussion/discussionmetadataupdater#method_whenPostWasPosted'><abbr title="Flarum\Discussion\DiscussionMetadataUpdater">DiscussionMetadataUpdater</abbr>::whenPostWasPosted</a>() — <em>Method in class <a href='/php/2.x/flarum/discussion/discussionmetadataupdater'><abbr title="Flarum\Discussion\DiscussionMetadataUpdater">DiscussionMetadataUpdater</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/discussion/discussionmetadataupdater#method_whenPostWasDeleted'><abbr title="Flarum\Discussion\DiscussionMetadataUpdater">DiscussionMetadataUpdater</abbr>::whenPostWasDeleted</a>() — <em>Method in class <a href='/php/2.x/flarum/discussion/discussionmetadataupdater'><abbr title="Flarum\Discussion\DiscussionMetadataUpdater">DiscussionMetadataUpdater</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/discussion/discussionmetadataupdater#method_whenPostWasHidden'><abbr title="Flarum\Discussion\DiscussionMetadataUpdater">DiscussionMetadataUpdater</abbr>::whenPostWasHidden</a>() — <em>Method in class <a href='/php/2.x/flarum/discussion/discussionmetadataupdater'><abbr title="Flarum\Discussion\DiscussionMetadataUpdater">DiscussionMetadataUpdater</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/discussion/discussionmetadataupdater#method_whenPostWasRestored'><abbr title="Flarum\Discussion\DiscussionMetadataUpdater">DiscussionMetadataUpdater</abbr>::whenPostWasRestored</a>() — <em>Method in class <a href='/php/2.x/flarum/discussion/discussionmetadataupdater'><abbr title="Flarum\Discussion\DiscussionMetadataUpdater">DiscussionMetadataUpdater</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/discussion/userstateupdater#method_whenPostWasDeleted'><abbr title="Flarum\Discussion\UserStateUpdater">UserStateUpdater</abbr>::whenPostWasDeleted</a>() — <em>Method in class <a href='/php/2.x/flarum/discussion/userstateupdater'><abbr title="Flarum\Discussion\UserStateUpdater">UserStateUpdater</abbr></a></em></dt> <dd>Updates a user state relative to a discussion.</dd><dt><a href='/php/2.x/flarum/extend/conditional#method_whenExtensionEnabled'><abbr title="Flarum\Extend\Conditional">Conditional</abbr>::whenExtensionEnabled</a>() — <em>Method in class <a href='/php/2.x/flarum/extend/conditional'><abbr title="Flarum\Extend\Conditional">Conditional</abbr></a></em></dt> <dd>Apply extenders only if a specific extension is enabled.</dd><dt><a href='/php/2.x/flarum/extend/conditional#method_whenExtensionDisabled'><abbr title="Flarum\Extend\Conditional">Conditional</abbr>::whenExtensionDisabled</a>() — <em>Method in class <a href='/php/2.x/flarum/extend/conditional'><abbr title="Flarum\Extend\Conditional">Conditional</abbr></a></em></dt> <dd>Apply extenders only if a specific extension is disabled.</dd><dt><a href='/php/2.x/flarum/extend/conditional#method_whenSetting'><abbr title="Flarum\Extend\Conditional">Conditional</abbr>::whenSetting</a>() — <em>Method in class <a href='/php/2.x/flarum/extend/conditional'><abbr title="Flarum\Extend\Conditional">Conditional</abbr></a></em></dt> <dd>Apply extenders only if a setting matches an expected value.</dd><dt><a href='/php/2.x/flarum/extend/conditional#method_when'><abbr title="Flarum\Extend\Conditional">Conditional</abbr>::when</a>() — <em>Method in class <a href='/php/2.x/flarum/extend/conditional'><abbr title="Flarum\Extend\Conditional">Conditional</abbr></a></em></dt> <dd>Apply extenders based on a condition.</dd><dt><a href='/php/2.x/flarum/forum/validatecustomless#method_whenSettingsSaving'><abbr title="Flarum\Forum\ValidateCustomLess">ValidateCustomLess</abbr>::whenSettingsSaving</a>() — <em>Method in class <a href='/php/2.x/flarum/forum/validatecustomless'><abbr title="Flarum\Forum\ValidateCustomLess">ValidateCustomLess</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/forum/validatecustomless#method_whenSettingsSaved'><abbr title="Flarum\Forum\ValidateCustomLess">ValidateCustomLess</abbr>::whenSettingsSaved</a>() — <em>Method in class <a href='/php/2.x/flarum/forum/validatecustomless'><abbr title="Flarum\Forum\ValidateCustomLess">ValidateCustomLess</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/foundation/containerutil#method_wrapCallback'><abbr title="Flarum\Foundation\ContainerUtil">ContainerUtil</abbr>::wrapCallback</a>() — <em>Method in class <a href='/php/2.x/flarum/foundation/containerutil'><abbr title="Flarum\Foundation\ContainerUtil">ContainerUtil</abbr></a></em></dt> <dd>Wraps a callback so that string-based invokable classes get resolved only when actually used.</dd><dt><a href='/php/2.x/flarum/foundation/errorhandling/handlederror#method_withDetails'><abbr title="Flarum\Foundation\ErrorHandling\HandledError">HandledError</abbr>::withDetails</a>() — <em>Method in class <a href='/php/2.x/flarum/foundation/errorhandling/handlederror'><abbr title="Flarum\Foundation\ErrorHandling\HandledError">HandledError</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/foundation/errorhandling/whoopsformatter'><abbr title="Flarum\Foundation\ErrorHandling\WhoopsFormatter">WhoopsFormatter</abbr></a> — <em>Class in namespace <a href='/php/2.x/flarum/foundation/errorhandling'>Flarum\Foundation\ErrorHandling</a></em></dt> <dd>Handle errors using the Whoops error handler for debugging.</dd><dt><a href='/php/2.x/flarum/http/requestutil#method_withActor'><abbr title="Flarum\Http\RequestUtil">RequestUtil</abbr>::withActor</a>() — <em>Method in class <a href='/php/2.x/flarum/http/requestutil'><abbr title="Flarum\Http\RequestUtil">RequestUtil</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/install/prerequisite/writablepaths'><abbr title="Flarum\Install\Prerequisite\WritablePaths">WritablePaths</abbr></a> — <em>Class in namespace <a href='/php/2.x/flarum/install/prerequisite'>Flarum\Install\Prerequisite</a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/install/steps/writesettings'><abbr title="Flarum\Install\Steps\WriteSettings">WriteSettings</abbr></a> — <em>Class in namespace <a href='/php/2.x/flarum/install/steps'>Flarum\Install\Steps</a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/queue/console/workcommand'><abbr title="Flarum\Queue\Console\WorkCommand">WorkCommand</abbr></a> — <em>Class in namespace <a href='/php/2.x/flarum/queue/console'>Flarum\Queue\Console</a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/user/usermetadataupdater#method_whenPostWasPosted'><abbr title="Flarum\User\UserMetadataUpdater">UserMetadataUpdater</abbr>::whenPostWasPosted</a>() — <em>Method in class <a href='/php/2.x/flarum/user/usermetadataupdater'><abbr title="Flarum\User\UserMetadataUpdater">UserMetadataUpdater</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/user/usermetadataupdater#method_whenPostWasDeleted'><abbr title="Flarum\User\UserMetadataUpdater">UserMetadataUpdater</abbr>::whenPostWasDeleted</a>() — <em>Method in class <a href='/php/2.x/flarum/user/usermetadataupdater'><abbr title="Flarum\User\UserMetadataUpdater">UserMetadataUpdater</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/user/usermetadataupdater#method_whenDiscussionWasStarted'><abbr title="Flarum\User\UserMetadataUpdater">UserMetadataUpdater</abbr>::whenDiscussionWasStarted</a>() — <em>Method in class <a href='/php/2.x/flarum/user/usermetadataupdater'><abbr title="Flarum\User\UserMetadataUpdater">UserMetadataUpdater</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/user/usermetadataupdater#method_whenDiscussionWasDeleted'><abbr title="Flarum\User\UserMetadataUpdater">UserMetadataUpdater</abbr>::whenDiscussionWasDeleted</a>() — <em>Method in class <a href='/php/2.x/flarum/user/usermetadataupdater'><abbr title="Flarum\User\UserMetadataUpdater">UserMetadataUpdater</abbr></a></em></dt> <dd></dd> </dl><h2 id="letter_">_</h2> <dl id="index"><dt><a href='/php/2.x/flarum/admin/content/adminpayload#method___construct'><abbr title="Flarum\Admin\Content\AdminPayload">AdminPayload</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/admin/content/adminpayload'><abbr title="Flarum\Admin\Content\AdminPayload">AdminPayload</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/admin/content/adminpayload#method___invoke'><abbr title="Flarum\Admin\Content\AdminPayload">AdminPayload</abbr>::__invoke</a>() — <em>Method in class <a href='/php/2.x/flarum/admin/content/adminpayload'><abbr title="Flarum\Admin\Content\AdminPayload">AdminPayload</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/admin/content/#method___construct'><abbr title="Flarum\Admin\Content\Index">Index</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/admin/content/'><abbr title="Flarum\Admin\Content\Index">Index</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/admin/content/#method___invoke'><abbr title="Flarum\Admin\Content\Index">Index</abbr>::__invoke</a>() — <em>Method in class <a href='/php/2.x/flarum/admin/content/'><abbr title="Flarum\Admin\Content\Index">Index</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/admin/controller/updateextensioncontroller#method___construct'><abbr title="Flarum\Admin\Controller\UpdateExtensionController">UpdateExtensionController</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/admin/controller/updateextensioncontroller'><abbr title="Flarum\Admin\Controller\UpdateExtensionController">UpdateExtensionController</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/admin/whensavingsettings#method___construct'><abbr title="Flarum\Admin\WhenSavingSettings">WhenSavingSettings</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/admin/whensavingsettings'><abbr title="Flarum\Admin\WhenSavingSettings">WhenSavingSettings</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/api/client#method___construct'><abbr title="Flarum\Api\Client">Client</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/api/client'><abbr title="Flarum\Api\Client">Client</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/api/clientmiddlewarepipe#method___construct'><abbr title="Flarum\Api\ClientMiddlewarePipe">ClientMiddlewarePipe</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/api/clientmiddlewarepipe'><abbr title="Flarum\Api\ClientMiddlewarePipe">ClientMiddlewarePipe</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/api/context#method___construct'><abbr title="Flarum\Api\Context">Context</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/api/context'><abbr title="Flarum\Api\Context">Context</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/api/controller/clearcachecontroller#method___construct'><abbr title="Flarum\Api\Controller\ClearCacheController">ClearCacheController</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/api/controller/clearcachecontroller'><abbr title="Flarum\Api\Controller\ClearCacheController">ClearCacheController</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/api/controller/createtokencontroller#method___construct'><abbr title="Flarum\Api\Controller\CreateTokenController">CreateTokenController</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/api/controller/createtokencontroller'><abbr title="Flarum\Api\Controller\CreateTokenController">CreateTokenController</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/api/controller/deleteallnotificationscontroller#method___construct'><abbr title="Flarum\Api\Controller\DeleteAllNotificationsController">DeleteAllNotificationsController</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/api/controller/deleteallnotificationscontroller'><abbr title="Flarum\Api\Controller\DeleteAllNotificationsController">DeleteAllNotificationsController</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/api/controller/deletefaviconcontroller#method___construct'><abbr title="Flarum\Api\Controller\DeleteFaviconController">DeleteFaviconController</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/api/controller/deletefaviconcontroller'><abbr title="Flarum\Api\Controller\DeleteFaviconController">DeleteFaviconController</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/api/controller/deletelogocontroller#method___construct'><abbr title="Flarum\Api\Controller\DeleteLogoController">DeleteLogoController</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/api/controller/deletelogocontroller'><abbr title="Flarum\Api\Controller\DeleteLogoController">DeleteLogoController</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/api/controller/extensionbisectcontroller#method___construct'><abbr title="Flarum\Api\Controller\ExtensionBisectController">ExtensionBisectController</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/api/controller/extensionbisectcontroller'><abbr title="Flarum\Api\Controller\ExtensionBisectController">ExtensionBisectController</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/api/controller/forgotpasswordcontroller#method___construct'><abbr title="Flarum\Api\Controller\ForgotPasswordController">ForgotPasswordController</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/api/controller/forgotpasswordcontroller'><abbr title="Flarum\Api\Controller\ForgotPasswordController">ForgotPasswordController</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/api/controller/readallnotificationscontroller#method___construct'><abbr title="Flarum\Api\Controller\ReadAllNotificationsController">ReadAllNotificationsController</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/api/controller/readallnotificationscontroller'><abbr title="Flarum\Api\Controller\ReadAllNotificationsController">ReadAllNotificationsController</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/api/controller/sendconfirmationemailcontroller#method___construct'><abbr title="Flarum\Api\Controller\SendConfirmationEmailController">SendConfirmationEmailController</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/api/controller/sendconfirmationemailcontroller'><abbr title="Flarum\Api\Controller\SendConfirmationEmailController">SendConfirmationEmailController</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/api/controller/sendtestmailcontroller#method___construct'><abbr title="Flarum\Api\Controller\SendTestMailController">SendTestMailController</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/api/controller/sendtestmailcontroller'><abbr title="Flarum\Api\Controller\SendTestMailController">SendTestMailController</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/api/controller/setsettingscontroller#method___construct'><abbr title="Flarum\Api\Controller\SetSettingsController">SetSettingsController</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/api/controller/setsettingscontroller'><abbr title="Flarum\Api\Controller\SetSettingsController">SetSettingsController</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/api/controller/showforumcontroller#method___construct'><abbr title="Flarum\Api\Controller\ShowForumController">ShowForumController</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/api/controller/showforumcontroller'><abbr title="Flarum\Api\Controller\ShowForumController">ShowForumController</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/api/controller/showmailsettingscontroller#method___construct'><abbr title="Flarum\Api\Controller\ShowMailSettingsController">ShowMailSettingsController</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/api/controller/showmailsettingscontroller'><abbr title="Flarum\Api\Controller\ShowMailSettingsController">ShowMailSettingsController</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/api/controller/uninstallextensioncontroller#method___construct'><abbr title="Flarum\Api\Controller\UninstallExtensionController">UninstallExtensionController</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/api/controller/uninstallextensioncontroller'><abbr title="Flarum\Api\Controller\UninstallExtensionController">UninstallExtensionController</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/api/controller/updateextensioncontroller#method___construct'><abbr title="Flarum\Api\Controller\UpdateExtensionController">UpdateExtensionController</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/api/controller/updateextensioncontroller'><abbr title="Flarum\Api\Controller\UpdateExtensionController">UpdateExtensionController</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/api/controller/uploadimagecontroller#method___construct'><abbr title="Flarum\Api\Controller\UploadImageController">UploadImageController</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/api/controller/uploadimagecontroller'><abbr title="Flarum\Api\Controller\UploadImageController">UploadImageController</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/api/endpoint/endpoint#method___construct'><abbr title="Flarum\Api\Endpoint\Endpoint">Endpoint</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/api/endpoint/endpoint'><abbr title="Flarum\Api\Endpoint\Endpoint">Endpoint</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/api/endpoint/#method___construct'><abbr title="Flarum\Api\Endpoint\Index">Index</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/api/endpoint/'><abbr title="Flarum\Api\Endpoint\Index">Index</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/api/jsonapiresponse#method___construct'><abbr title="Flarum\Api\JsonApiResponse">JsonApiResponse</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/api/jsonapiresponse'><abbr title="Flarum\Api\JsonApiResponse">JsonApiResponse</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/api/middleware/throttleapi#method___construct'><abbr title="Flarum\Api\Middleware\ThrottleApi">ThrottleApi</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/api/middleware/throttleapi'><abbr title="Flarum\Api\Middleware\ThrottleApi">ThrottleApi</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/api/resource/accesstokenresource#method___construct'><abbr title="Flarum\Api\Resource\AccessTokenResource">AccessTokenResource</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/api/resource/accesstokenresource'><abbr title="Flarum\Api\Resource\AccessTokenResource">AccessTokenResource</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/api/resource/discussionresource#method___construct'><abbr title="Flarum\Api\Resource\DiscussionResource">DiscussionResource</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/api/resource/discussionresource'><abbr title="Flarum\Api\Resource\DiscussionResource">DiscussionResource</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/api/resource/extensionreadmeresource#method___construct'><abbr title="Flarum\Api\Resource\ExtensionReadmeResource">ExtensionReadmeResource</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/api/resource/extensionreadmeresource'><abbr title="Flarum\Api\Resource\ExtensionReadmeResource">ExtensionReadmeResource</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/api/resource/forumresource#method___construct'><abbr title="Flarum\Api\Resource\ForumResource">ForumResource</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/api/resource/forumresource'><abbr title="Flarum\Api\Resource\ForumResource">ForumResource</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/api/resource/groupresource#method___construct'><abbr title="Flarum\Api\Resource\GroupResource">GroupResource</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/api/resource/groupresource'><abbr title="Flarum\Api\Resource\GroupResource">GroupResource</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/api/resource/mailsettingresource#method___construct'><abbr title="Flarum\Api\Resource\MailSettingResource">MailSettingResource</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/api/resource/mailsettingresource'><abbr title="Flarum\Api\Resource\MailSettingResource">MailSettingResource</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/api/resource/notificationresource#method___construct'><abbr title="Flarum\Api\Resource\NotificationResource">NotificationResource</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/api/resource/notificationresource'><abbr title="Flarum\Api\Resource\NotificationResource">NotificationResource</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/api/resource/postresource#method___construct'><abbr title="Flarum\Api\Resource\PostResource">PostResource</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/api/resource/postresource'><abbr title="Flarum\Api\Resource\PostResource">PostResource</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/api/resource/systeminforesource#method___construct'><abbr title="Flarum\Api\Resource\SystemInfoResource">SystemInfoResource</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/api/resource/systeminforesource'><abbr title="Flarum\Api\Resource\SystemInfoResource">SystemInfoResource</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/api/resource/userresource#method___construct'><abbr title="Flarum\Api\Resource\UserResource">UserResource</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/api/resource/userresource'><abbr title="Flarum\Api\Resource\UserResource">UserResource</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/api/serializer#method___construct'><abbr title="Flarum\Api\Serializer">Serializer</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/api/serializer'><abbr title="Flarum\Api\Serializer">Serializer</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/console/cache/factory#method___construct'><abbr title="Flarum\Console\Cache\Factory">Factory</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/console/cache/factory'><abbr title="Flarum\Console\Cache\Factory">Factory</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/console/schedule#method___construct'><abbr title="Flarum\Console\Schedule">Schedule</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/console/schedule'><abbr title="Flarum\Console\Schedule">Schedule</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/console/server#method___construct'><abbr title="Flarum\Console\Server">Server</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/console/server'><abbr title="Flarum\Console\Server">Server</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/database/abstractmodel#method___construct'><abbr title="Flarum\Database\AbstractModel">AbstractModel</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/database/abstractmodel'><abbr title="Flarum\Database\AbstractModel">AbstractModel</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/database/abstractmodel#method___sleep'><abbr title="Flarum\Database\AbstractModel">AbstractModel</abbr>::__sleep</a>() — <em>Method in class <a href='/php/2.x/flarum/database/abstractmodel'><abbr title="Flarum\Database\AbstractModel">AbstractModel</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/database/console/generatedumpcommand#method___construct'><abbr title="Flarum\Database\Console\GenerateDumpCommand">GenerateDumpCommand</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/database/console/generatedumpcommand'><abbr title="Flarum\Database\Console\GenerateDumpCommand">GenerateDumpCommand</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/database/console/migratecommand#method___construct'><abbr title="Flarum\Database\Console\MigrateCommand">MigrateCommand</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/database/console/migratecommand'><abbr title="Flarum\Database\Console\MigrateCommand">MigrateCommand</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/database/console/resetcommand#method___construct'><abbr title="Flarum\Database\Console\ResetCommand">ResetCommand</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/database/console/resetcommand'><abbr title="Flarum\Database\Console\ResetCommand">ResetCommand</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/database/databasemigrationrepository#method___construct'><abbr title="Flarum\Database\DatabaseMigrationRepository">DatabaseMigrationRepository</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/database/databasemigrationrepository'><abbr title="Flarum\Database\DatabaseMigrationRepository">DatabaseMigrationRepository</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/database/exception/migrationkeymissing#method___construct'><abbr title="Flarum\Database\Exception\MigrationKeyMissing">MigrationKeyMissing</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/database/exception/migrationkeymissing'><abbr title="Flarum\Database\Exception\MigrationKeyMissing">MigrationKeyMissing</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/database/migrator#method___construct'><abbr title="Flarum\Database\Migrator">Migrator</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/database/migrator'><abbr title="Flarum\Database\Migrator">Migrator</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/discussion/access/discussionpolicy#method___construct'><abbr title="Flarum\Discussion\Access\DiscussionPolicy">DiscussionPolicy</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/discussion/access/discussionpolicy'><abbr title="Flarum\Discussion\Access\DiscussionPolicy">DiscussionPolicy</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/discussion/access/scopediscussionvisibility#method___invoke'><abbr title="Flarum\Discussion\Access\ScopeDiscussionVisibility">ScopeDiscussionVisibility</abbr>::__invoke</a>() — <em>Method in class <a href='/php/2.x/flarum/discussion/access/scopediscussionvisibility'><abbr title="Flarum\Discussion\Access\ScopeDiscussionVisibility">ScopeDiscussionVisibility</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/discussion/command/readdiscussion#method___construct'><abbr title="Flarum\Discussion\Command\ReadDiscussion">ReadDiscussion</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/discussion/command/readdiscussion'><abbr title="Flarum\Discussion\Command\ReadDiscussion">ReadDiscussion</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/discussion/command/readdiscussionhandler#method___construct'><abbr title="Flarum\Discussion\Command\ReadDiscussionHandler">ReadDiscussionHandler</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/discussion/command/readdiscussionhandler'><abbr title="Flarum\Discussion\Command\ReadDiscussionHandler">ReadDiscussionHandler</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/discussion/discussionrenamedlogger#method___construct'><abbr title="Flarum\Discussion\DiscussionRenamedLogger">DiscussionRenamedLogger</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/discussion/discussionrenamedlogger'><abbr title="Flarum\Discussion\DiscussionRenamedLogger">DiscussionRenamedLogger</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/discussion/event/deleted#method___construct'><abbr title="Flarum\Discussion\Event\Deleted">Deleted</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/discussion/event/deleted'><abbr title="Flarum\Discussion\Event\Deleted">Deleted</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/discussion/event/deleting#method___construct'><abbr title="Flarum\Discussion\Event\Deleting">Deleting</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/discussion/event/deleting'><abbr title="Flarum\Discussion\Event\Deleting">Deleting</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/discussion/event/hidden#method___construct'><abbr title="Flarum\Discussion\Event\Hidden">Hidden</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/discussion/event/hidden'><abbr title="Flarum\Discussion\Event\Hidden">Hidden</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/discussion/event/renamed#method___construct'><abbr title="Flarum\Discussion\Event\Renamed">Renamed</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/discussion/event/renamed'><abbr title="Flarum\Discussion\Event\Renamed">Renamed</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/discussion/event/restored#method___construct'><abbr title="Flarum\Discussion\Event\Restored">Restored</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/discussion/event/restored'><abbr title="Flarum\Discussion\Event\Restored">Restored</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/discussion/event/saving#method___construct'><abbr title="Flarum\Discussion\Event\Saving">Saving</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/discussion/event/saving'><abbr title="Flarum\Discussion\Event\Saving">Saving</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/discussion/event/started#method___construct'><abbr title="Flarum\Discussion\Event\Started">Started</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/discussion/event/started'><abbr title="Flarum\Discussion\Event\Started">Started</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/discussion/event/userdatasaving#method___construct'><abbr title="Flarum\Discussion\Event\UserDataSaving">UserDataSaving</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/discussion/event/userdatasaving'><abbr title="Flarum\Discussion\Event\UserDataSaving">UserDataSaving</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/discussion/event/userread#method___construct'><abbr title="Flarum\Discussion\Event\UserRead">UserRead</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/discussion/event/userread'><abbr title="Flarum\Discussion\Event\UserRead">UserRead</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/discussion/idwithtransliteratedslugdriver#method___construct'><abbr title="Flarum\Discussion\IdWithTransliteratedSlugDriver">IdWithTransliteratedSlugDriver</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/discussion/idwithtransliteratedslugdriver'><abbr title="Flarum\Discussion\IdWithTransliteratedSlugDriver">IdWithTransliteratedSlugDriver</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/discussion/search/filter/authorfilter#method___construct'><abbr title="Flarum\Discussion\Search\Filter\AuthorFilter">AuthorFilter</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/discussion/search/filter/authorfilter'><abbr title="Flarum\Discussion\Search\Filter\AuthorFilter">AuthorFilter</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/discussion/search/filter/unreadfilter#method___construct'><abbr title="Flarum\Discussion\Search\Filter\UnreadFilter">UnreadFilter</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/discussion/search/filter/unreadfilter'><abbr title="Flarum\Discussion\Search\Filter\UnreadFilter">UnreadFilter</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/discussion/search/fulltextfilter#method___construct'><abbr title="Flarum\Discussion\Search\FulltextFilter">FulltextFilter</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/discussion/search/fulltextfilter'><abbr title="Flarum\Discussion\Search\FulltextFilter">FulltextFilter</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/discussion/utf8slugdriver#method___construct'><abbr title="Flarum\Discussion\Utf8SlugDriver">Utf8SlugDriver</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/discussion/utf8slugdriver'><abbr title="Flarum\Discussion\Utf8SlugDriver">Utf8SlugDriver</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/extend/apiresource#method___construct'><abbr title="Flarum\Extend\ApiResource">ApiResource</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/extend/apiresource'><abbr title="Flarum\Extend\ApiResource">ApiResource</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/extend/frontend#method___construct'><abbr title="Flarum\Extend\Frontend">Frontend</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/extend/frontend'><abbr title="Flarum\Extend\Frontend">Frontend</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/extend/languagepack#method___construct'><abbr title="Flarum\Extend\LanguagePack">LanguagePack</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/extend/languagepack'><abbr title="Flarum\Extend\LanguagePack">LanguagePack</abbr></a></em></dt> <dd>LanguagePack constructor.</dd><dt><a href='/php/2.x/flarum/extend/locales#method___construct'><abbr title="Flarum\Extend\Locales">Locales</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/extend/locales'><abbr title="Flarum\Extend\Locales">Locales</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/extend/middleware#method___construct'><abbr title="Flarum\Extend\Middleware">Middleware</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/extend/middleware'><abbr title="Flarum\Extend\Middleware">Middleware</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/extend/model#method___construct'><abbr title="Flarum\Extend\Model">Model</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/extend/model'><abbr title="Flarum\Extend\Model">Model</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/extend/modelprivate#method___construct'><abbr title="Flarum\Extend\ModelPrivate">ModelPrivate</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/extend/modelprivate'><abbr title="Flarum\Extend\ModelPrivate">ModelPrivate</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/extend/modelurl#method___construct'><abbr title="Flarum\Extend\ModelUrl">ModelUrl</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/extend/modelurl'><abbr title="Flarum\Extend\ModelUrl">ModelUrl</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/extend/modelvisibility#method___construct'><abbr title="Flarum\Extend\ModelVisibility">ModelVisibility</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/extend/modelvisibility'><abbr title="Flarum\Extend\ModelVisibility">ModelVisibility</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/extend/routes#method___construct'><abbr title="Flarum\Extend\Routes">Routes</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/extend/routes'><abbr title="Flarum\Extend\Routes">Routes</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/extend/searchdriver#method___construct'><abbr title="Flarum\Extend\SearchDriver">SearchDriver</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/extend/searchdriver'><abbr title="Flarum\Extend\SearchDriver">SearchDriver</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/extend/validator#method___construct'><abbr title="Flarum\Extend\Validator">Validator</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/extend/validator'><abbr title="Flarum\Extend\Validator">Validator</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/extension/bisect#method___construct'><abbr title="Flarum\Extension\Bisect">Bisect</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/extension/bisect'><abbr title="Flarum\Extension\Bisect">Bisect</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/extension/bisectstate#method___construct'><abbr title="Flarum\Extension\BisectState">BisectState</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/extension/bisectstate'><abbr title="Flarum\Extension\BisectState">BisectState</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/extension/command/toggleextension#method___construct'><abbr title="Flarum\Extension\Command\ToggleExtension">ToggleExtension</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/extension/command/toggleextension'><abbr title="Flarum\Extension\Command\ToggleExtension">ToggleExtension</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/extension/command/toggleextensionhandler#method___construct'><abbr title="Flarum\Extension\Command\ToggleExtensionHandler">ToggleExtensionHandler</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/extension/command/toggleextensionhandler'><abbr title="Flarum\Extension\Command\ToggleExtensionHandler">ToggleExtensionHandler</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/extension/console/bisectcommand#method___construct'><abbr title="Flarum\Extension\Console\BisectCommand">BisectCommand</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/extension/console/bisectcommand'><abbr title="Flarum\Extension\Console\BisectCommand">BisectCommand</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/extension/console/toggleextensioncommand#method___construct'><abbr title="Flarum\Extension\Console\ToggleExtensionCommand">ToggleExtensionCommand</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/extension/console/toggleextensioncommand'><abbr title="Flarum\Extension\Console\ToggleExtensionCommand">ToggleExtensionCommand</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/extension/defaultlanguagepackguard#method___construct'><abbr title="Flarum\Extension\DefaultLanguagePackGuard">DefaultLanguagePackGuard</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/extension/defaultlanguagepackguard'><abbr title="Flarum\Extension\DefaultLanguagePackGuard">DefaultLanguagePackGuard</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/extension/event/disabled#method___construct'><abbr title="Flarum\Extension\Event\Disabled">Disabled</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/extension/event/disabled'><abbr title="Flarum\Extension\Event\Disabled">Disabled</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/extension/event/disabling#method___construct'><abbr title="Flarum\Extension\Event\Disabling">Disabling</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/extension/event/disabling'><abbr title="Flarum\Extension\Event\Disabling">Disabling</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/extension/event/enabled#method___construct'><abbr title="Flarum\Extension\Event\Enabled">Enabled</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/extension/event/enabled'><abbr title="Flarum\Extension\Event\Enabled">Enabled</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/extension/event/enabling#method___construct'><abbr title="Flarum\Extension\Event\Enabling">Enabling</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/extension/event/enabling'><abbr title="Flarum\Extension\Event\Enabling">Enabling</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/extension/event/uninstalled#method___construct'><abbr title="Flarum\Extension\Event\Uninstalled">Uninstalled</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/extension/event/uninstalled'><abbr title="Flarum\Extension\Event\Uninstalled">Uninstalled</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/extension/exception/circulardependenciesexception#method___construct'><abbr title="Flarum\Extension\Exception\CircularDependenciesException">CircularDependenciesException</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/extension/exception/circulardependenciesexception'><abbr title="Flarum\Extension\Exception\CircularDependenciesException">CircularDependenciesException</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/extension/exception/dependentextensionsexception#method___construct'><abbr title="Flarum\Extension\Exception\DependentExtensionsException">DependentExtensionsException</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/extension/exception/dependentextensionsexception'><abbr title="Flarum\Extension\Exception\DependentExtensionsException">DependentExtensionsException</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/extension/exception/extensionbooterror#method___construct'><abbr title="Flarum\Extension\Exception\ExtensionBootError">ExtensionBootError</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/extension/exception/extensionbooterror'><abbr title="Flarum\Extension\Exception\ExtensionBootError">ExtensionBootError</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/extension/exception/missingdependenciesexception#method___construct'><abbr title="Flarum\Extension\Exception\MissingDependenciesException">MissingDependenciesException</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/extension/exception/missingdependenciesexception'><abbr title="Flarum\Extension\Exception\MissingDependenciesException">MissingDependenciesException</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/extension/extension#method___construct'><abbr title="Flarum\Extension\Extension">Extension</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/extension/extension'><abbr title="Flarum\Extension\Extension">Extension</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/extension/extension#method___get'><abbr title="Flarum\Extension\Extension">Extension</abbr>::__get</a>() — <em>Method in class <a href='/php/2.x/flarum/extension/extension'><abbr title="Flarum\Extension\Extension">Extension</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/extension/extension#method___isset'><abbr title="Flarum\Extension\Extension">Extension</abbr>::__isset</a>() — <em>Method in class <a href='/php/2.x/flarum/extension/extension'><abbr title="Flarum\Extension\Extension">Extension</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/extension/extensionmanager#method___construct'><abbr title="Flarum\Extension\ExtensionManager">ExtensionManager</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/extension/extensionmanager'><abbr title="Flarum\Extension\ExtensionManager">ExtensionManager</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/filesystem/filesystemmanager#method___construct'><abbr title="Flarum\Filesystem\FilesystemManager">FilesystemManager</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/filesystem/filesystemmanager'><abbr title="Flarum\Filesystem\FilesystemManager">FilesystemManager</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/formatter/formatter#method___construct'><abbr title="Flarum\Formatter\Formatter">Formatter</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/formatter/formatter'><abbr title="Flarum\Formatter\Formatter">Formatter</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/forum/auth/responsefactory#method___construct'><abbr title="Flarum\Forum\Auth\ResponseFactory">ResponseFactory</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/forum/auth/responsefactory'><abbr title="Flarum\Forum\Auth\ResponseFactory">ResponseFactory</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/forum/content/assertregistered#method___invoke'><abbr title="Flarum\Forum\Content\AssertRegistered">AssertRegistered</abbr>::__invoke</a>() — <em>Method in class <a href='/php/2.x/flarum/forum/content/assertregistered'><abbr title="Flarum\Forum\Content\AssertRegistered">AssertRegistered</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/forum/content/discussion#method___construct'><abbr title="Flarum\Forum\Content\Discussion">Discussion</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/forum/content/discussion'><abbr title="Flarum\Forum\Content\Discussion">Discussion</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/forum/content/discussion#method___invoke'><abbr title="Flarum\Forum\Content\Discussion">Discussion</abbr>::__invoke</a>() — <em>Method in class <a href='/php/2.x/flarum/forum/content/discussion'><abbr title="Flarum\Forum\Content\Discussion">Discussion</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/forum/content/#method___construct'><abbr title="Flarum\Forum\Content\Index">Index</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/forum/content/'><abbr title="Flarum\Forum\Content\Index">Index</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/forum/content/#method___invoke'><abbr title="Flarum\Forum\Content\Index">Index</abbr>::__invoke</a>() — <em>Method in class <a href='/php/2.x/flarum/forum/content/'><abbr title="Flarum\Forum\Content\Index">Index</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/forum/content/posts#method___construct'><abbr title="Flarum\Forum\Content\Posts">Posts</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/forum/content/posts'><abbr title="Flarum\Forum\Content\Posts">Posts</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/forum/content/posts#method___invoke'><abbr title="Flarum\Forum\Content\Posts">Posts</abbr>::__invoke</a>() — <em>Method in class <a href='/php/2.x/flarum/forum/content/posts'><abbr title="Flarum\Forum\Content\Posts">Posts</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/forum/content/user#method___construct'><abbr title="Flarum\Forum\Content\User">User</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/forum/content/user'><abbr title="Flarum\Forum\Content\User">User</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/forum/content/user#method___invoke'><abbr title="Flarum\Forum\Content\User">User</abbr>::__invoke</a>() — <em>Method in class <a href='/php/2.x/flarum/forum/content/user'><abbr title="Flarum\Forum\Content\User">User</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/forum/controller/confirmemailcontroller#method___construct'><abbr title="Flarum\Forum\Controller\ConfirmEmailController">ConfirmEmailController</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/forum/controller/confirmemailcontroller'><abbr title="Flarum\Forum\Controller\ConfirmEmailController">ConfirmEmailController</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/forum/controller/confirmemailviewcontroller#method___construct'><abbr title="Flarum\Forum\Controller\ConfirmEmailViewController">ConfirmEmailViewController</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/forum/controller/confirmemailviewcontroller'><abbr title="Flarum\Forum\Controller\ConfirmEmailViewController">ConfirmEmailViewController</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/forum/controller/globallogoutcontroller#method___construct'><abbr title="Flarum\Forum\Controller\GlobalLogOutController">GlobalLogOutController</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/forum/controller/globallogoutcontroller'><abbr title="Flarum\Forum\Controller\GlobalLogOutController">GlobalLogOutController</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/forum/controller/logincontroller#method___construct'><abbr title="Flarum\Forum\Controller\LogInController">LogInController</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/forum/controller/logincontroller'><abbr title="Flarum\Forum\Controller\LogInController">LogInController</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/forum/controller/loginviewcontroller#method___construct'><abbr title="Flarum\Forum\Controller\LogInViewController">LogInViewController</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/forum/controller/loginviewcontroller'><abbr title="Flarum\Forum\Controller\LogInViewController">LogInViewController</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/forum/controller/logoutcontroller#method___construct'><abbr title="Flarum\Forum\Controller\LogOutController">LogOutController</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/forum/controller/logoutcontroller'><abbr title="Flarum\Forum\Controller\LogOutController">LogOutController</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/forum/controller/logoutviewcontroller#method___construct'><abbr title="Flarum\Forum\Controller\LogOutViewController">LogOutViewController</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/forum/controller/logoutviewcontroller'><abbr title="Flarum\Forum\Controller\LogOutViewController">LogOutViewController</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/forum/controller/registercontroller#method___construct'><abbr title="Flarum\Forum\Controller\RegisterController">RegisterController</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/forum/controller/registercontroller'><abbr title="Flarum\Forum\Controller\RegisterController">RegisterController</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/forum/controller/resetpasswordcontroller#method___construct'><abbr title="Flarum\Forum\Controller\ResetPasswordController">ResetPasswordController</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/forum/controller/resetpasswordcontroller'><abbr title="Flarum\Forum\Controller\ResetPasswordController">ResetPasswordController</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/forum/controller/savepasswordcontroller#method___construct'><abbr title="Flarum\Forum\Controller\SavePasswordController">SavePasswordController</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/forum/controller/savepasswordcontroller'><abbr title="Flarum\Forum\Controller\SavePasswordController">SavePasswordController</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/forum/controller/unsubscribeactioncontroller#method___construct'><abbr title="Flarum\Forum\Controller\UnsubscribeActionController">UnsubscribeActionController</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/forum/controller/unsubscribeactioncontroller'><abbr title="Flarum\Forum\Controller\UnsubscribeActionController">UnsubscribeActionController</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/forum/controller/unsubscribeviewcontroller#method___construct'><abbr title="Flarum\Forum\Controller\UnsubscribeViewController">UnsubscribeViewController</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/forum/controller/unsubscribeviewcontroller'><abbr title="Flarum\Forum\Controller\UnsubscribeViewController">UnsubscribeViewController</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/forum/validatecustomless#method___construct'><abbr title="Flarum\Forum\ValidateCustomLess">ValidateCustomLess</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/forum/validatecustomless'><abbr title="Flarum\Forum\ValidateCustomLess">ValidateCustomLess</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/foundation/abstractserviceprovider#method___construct'><abbr title="Flarum\Foundation\AbstractServiceProvider">AbstractServiceProvider</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/foundation/abstractserviceprovider'><abbr title="Flarum\Foundation\AbstractServiceProvider">AbstractServiceProvider</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/foundation/abstractvalidator#method___construct'><abbr title="Flarum\Foundation\AbstractValidator">AbstractValidator</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/foundation/abstractvalidator'><abbr title="Flarum\Foundation\AbstractValidator">AbstractValidator</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/foundation/application#method___construct'><abbr title="Flarum\Foundation\Application">Application</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/foundation/application'><abbr title="Flarum\Foundation\Application">Application</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/foundation/applicationinfoprovider#method___construct'><abbr title="Flarum\Foundation\ApplicationInfoProvider">ApplicationInfoProvider</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/foundation/applicationinfoprovider'><abbr title="Flarum\Foundation\ApplicationInfoProvider">ApplicationInfoProvider</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/foundation/config#method___construct'><abbr title="Flarum\Foundation\Config">Config</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/foundation/config'><abbr title="Flarum\Foundation\Config">Config</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/foundation/console/assetspublishcommand#method___construct'><abbr title="Flarum\Foundation\Console\AssetsPublishCommand">AssetsPublishCommand</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/foundation/console/assetspublishcommand'><abbr title="Flarum\Foundation\Console\AssetsPublishCommand">AssetsPublishCommand</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/foundation/console/cacheclearcommand#method___construct'><abbr title="Flarum\Foundation\Console\CacheClearCommand">CacheClearCommand</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/foundation/console/cacheclearcommand'><abbr title="Flarum\Foundation\Console\CacheClearCommand">CacheClearCommand</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/foundation/console/infocommand#method___construct'><abbr title="Flarum\Foundation\Console\InfoCommand">InfoCommand</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/foundation/console/infocommand'><abbr title="Flarum\Foundation\Console\InfoCommand">InfoCommand</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/foundation/errorhandling/handlederror#method___construct'><abbr title="Flarum\Foundation\ErrorHandling\HandledError">HandledError</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/foundation/errorhandling/handlederror'><abbr title="Flarum\Foundation\ErrorHandling\HandledError">HandledError</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/foundation/errorhandling/jsonapiformatter#method___construct'><abbr title="Flarum\Foundation\ErrorHandling\JsonApiFormatter">JsonApiFormatter</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/foundation/errorhandling/jsonapiformatter'><abbr title="Flarum\Foundation\ErrorHandling\JsonApiFormatter">JsonApiFormatter</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/foundation/errorhandling/logreporter#method___construct'><abbr title="Flarum\Foundation\ErrorHandling\LogReporter">LogReporter</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/foundation/errorhandling/logreporter'><abbr title="Flarum\Foundation\ErrorHandling\LogReporter">LogReporter</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/foundation/errorhandling/registry#method___construct'><abbr title="Flarum\Foundation\ErrorHandling\Registry">Registry</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/foundation/errorhandling/registry'><abbr title="Flarum\Foundation\ErrorHandling\Registry">Registry</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/foundation/errorhandling/viewformatter#method___construct'><abbr title="Flarum\Foundation\ErrorHandling\ViewFormatter">ViewFormatter</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/foundation/errorhandling/viewformatter'><abbr title="Flarum\Foundation\ErrorHandling\ViewFormatter">ViewFormatter</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/foundation/errorhandling/whoopsformatter#method___construct'><abbr title="Flarum\Foundation\ErrorHandling\WhoopsFormatter">WhoopsFormatter</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/foundation/errorhandling/whoopsformatter'><abbr title="Flarum\Foundation\ErrorHandling\WhoopsFormatter">WhoopsFormatter</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/foundation/fontawesome#method___construct'><abbr title="Flarum\Foundation\FontAwesome">FontAwesome</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/foundation/fontawesome'><abbr title="Flarum\Foundation\FontAwesome">FontAwesome</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/foundation/installedapp#method___construct'><abbr title="Flarum\Foundation\InstalledApp">InstalledApp</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/foundation/installedapp'><abbr title="Flarum\Foundation\InstalledApp">InstalledApp</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/foundation/installedsite#method___construct'><abbr title="Flarum\Foundation\InstalledSite">InstalledSite</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/foundation/installedsite'><abbr title="Flarum\Foundation\InstalledSite">InstalledSite</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/foundation/maintenancemode#method___construct'><abbr title="Flarum\Foundation\MaintenanceMode">MaintenanceMode</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/foundation/maintenancemode'><abbr title="Flarum\Foundation\MaintenanceMode">MaintenanceMode</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/foundation/paths#method___construct'><abbr title="Flarum\Foundation\Paths">Paths</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/foundation/paths'><abbr title="Flarum\Foundation\Paths">Paths</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/foundation/paths#method___get'><abbr title="Flarum\Foundation\Paths">Paths</abbr>::__get</a>() — <em>Method in class <a href='/php/2.x/flarum/foundation/paths'><abbr title="Flarum\Foundation\Paths">Paths</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/foundation/uninstalledsite#method___construct'><abbr title="Flarum\Foundation\UninstalledSite">UninstalledSite</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/foundation/uninstalledsite'><abbr title="Flarum\Foundation\UninstalledSite">UninstalledSite</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/foundation/validationexception#method___construct'><abbr title="Flarum\Foundation\ValidationException">ValidationException</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/foundation/validationexception'><abbr title="Flarum\Foundation\ValidationException">ValidationException</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/frontend/addlocaleassets#method___construct'><abbr title="Flarum\Frontend\AddLocaleAssets">AddLocaleAssets</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/frontend/addlocaleassets'><abbr title="Flarum\Frontend\AddLocaleAssets">AddLocaleAssets</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/frontend/addtranslations#method___construct'><abbr title="Flarum\Frontend\AddTranslations">AddTranslations</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/frontend/addtranslations'><abbr title="Flarum\Frontend\AddTranslations">AddTranslations</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/frontend/assetmanager#method___construct'><abbr title="Flarum\Frontend\AssetManager">AssetManager</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/frontend/assetmanager'><abbr title="Flarum\Frontend\AssetManager">AssetManager</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/frontend/assets#method___construct'><abbr title="Flarum\Frontend\Assets">Assets</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/frontend/assets'><abbr title="Flarum\Frontend\Assets">Assets</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/frontend/compiler/fileversioner#method___construct'><abbr title="Flarum\Frontend\Compiler\FileVersioner">FileVersioner</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/frontend/compiler/fileversioner'><abbr title="Flarum\Frontend\Compiler\FileVersioner">FileVersioner</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/frontend/compiler/jsdirectorycompiler#method___construct'><abbr title="Flarum\Frontend\Compiler\JsDirectoryCompiler">JsDirectoryCompiler</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/frontend/compiler/jsdirectorycompiler'><abbr title="Flarum\Frontend\Compiler\JsDirectoryCompiler">JsDirectoryCompiler</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/frontend/compiler/revisioncompiler#method___construct'><abbr title="Flarum\Frontend\Compiler\RevisionCompiler">RevisionCompiler</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/frontend/compiler/revisioncompiler'><abbr title="Flarum\Frontend\Compiler\RevisionCompiler">RevisionCompiler</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/frontend/compiler/source/directorysource#method___construct'><abbr title="Flarum\Frontend\Compiler\Source\DirectorySource">DirectorySource</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/frontend/compiler/source/directorysource'><abbr title="Flarum\Frontend\Compiler\Source\DirectorySource">DirectorySource</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/frontend/compiler/source/filesource#method___construct'><abbr title="Flarum\Frontend\Compiler\Source\FileSource">FileSource</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/frontend/compiler/source/filesource'><abbr title="Flarum\Frontend\Compiler\Source\FileSource">FileSource</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/frontend/compiler/source/sourcecollector#method___construct'><abbr title="Flarum\Frontend\Compiler\Source\SourceCollector">SourceCollector</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/frontend/compiler/source/sourcecollector'><abbr title="Flarum\Frontend\Compiler\Source\SourceCollector">SourceCollector</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/frontend/compiler/source/stringsource#method___construct'><abbr title="Flarum\Frontend\Compiler\Source\StringSource">StringSource</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/frontend/compiler/source/stringsource'><abbr title="Flarum\Frontend\Compiler\Source\StringSource">StringSource</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/frontend/content/assets#method___construct'><abbr title="Flarum\Frontend\Content\Assets">Assets</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/frontend/content/assets'><abbr title="Flarum\Frontend\Content\Assets">Assets</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/frontend/content/assets#method___invoke'><abbr title="Flarum\Frontend\Content\Assets">Assets</abbr>::__invoke</a>() — <em>Method in class <a href='/php/2.x/flarum/frontend/content/assets'><abbr title="Flarum\Frontend\Content\Assets">Assets</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/frontend/content/corepayload#method___construct'><abbr title="Flarum\Frontend\Content\CorePayload">CorePayload</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/frontend/content/corepayload'><abbr title="Flarum\Frontend\Content\CorePayload">CorePayload</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/frontend/content/corepayload#method___invoke'><abbr title="Flarum\Frontend\Content\CorePayload">CorePayload</abbr>::__invoke</a>() — <em>Method in class <a href='/php/2.x/flarum/frontend/content/corepayload'><abbr title="Flarum\Frontend\Content\CorePayload">CorePayload</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/frontend/content/meta#method___construct'><abbr title="Flarum\Frontend\Content\Meta">Meta</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/frontend/content/meta'><abbr title="Flarum\Frontend\Content\Meta">Meta</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/frontend/content/meta#method___invoke'><abbr title="Flarum\Frontend\Content\Meta">Meta</abbr>::__invoke</a>() — <em>Method in class <a href='/php/2.x/flarum/frontend/content/meta'><abbr title="Flarum\Frontend\Content\Meta">Meta</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/frontend/controller#method___construct'><abbr title="Flarum\Frontend\Controller">Controller</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/frontend/controller'><abbr title="Flarum\Frontend\Controller">Controller</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/frontend/document#method___construct'><abbr title="Flarum\Frontend\Document">Document</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/frontend/document'><abbr title="Flarum\Frontend\Document">Document</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/frontend/driver/basictitledriver#method___construct'><abbr title="Flarum\Frontend\Driver\BasicTitleDriver">BasicTitleDriver</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/frontend/driver/basictitledriver'><abbr title="Flarum\Frontend\Driver\BasicTitleDriver">BasicTitleDriver</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/frontend/frontend#method___construct'><abbr title="Flarum\Frontend\Frontend">Frontend</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/frontend/frontend'><abbr title="Flarum\Frontend\Frontend">Frontend</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/frontend/recompilefrontendassets#method___construct'><abbr title="Flarum\Frontend\RecompileFrontendAssets">RecompileFrontendAssets</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/frontend/recompilefrontendassets'><abbr title="Flarum\Frontend\RecompileFrontendAssets">RecompileFrontendAssets</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/group/access/scopegroupvisibility#method___invoke'><abbr title="Flarum\Group\Access\ScopeGroupVisibility">ScopeGroupVisibility</abbr>::__invoke</a>() — <em>Method in class <a href='/php/2.x/flarum/group/access/scopegroupvisibility'><abbr title="Flarum\Group\Access\ScopeGroupVisibility">ScopeGroupVisibility</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/group/event/created#method___construct'><abbr title="Flarum\Group\Event\Created">Created</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/group/event/created'><abbr title="Flarum\Group\Event\Created">Created</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/group/event/deleted#method___construct'><abbr title="Flarum\Group\Event\Deleted">Deleted</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/group/event/deleted'><abbr title="Flarum\Group\Event\Deleted">Deleted</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/group/event/deleting#method___construct'><abbr title="Flarum\Group\Event\Deleting">Deleting</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/group/event/deleting'><abbr title="Flarum\Group\Event\Deleting">Deleting</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/group/event/renamed#method___construct'><abbr title="Flarum\Group\Event\Renamed">Renamed</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/group/event/renamed'><abbr title="Flarum\Group\Event\Renamed">Renamed</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/group/event/saving#method___construct'><abbr title="Flarum\Group\Event\Saving">Saving</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/group/event/saving'><abbr title="Flarum\Group\Event\Saving">Saving</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/http/access/scopeaccesstokenvisibility#method___invoke'><abbr title="Flarum\Http\Access\ScopeAccessTokenVisibility">ScopeAccessTokenVisibility</abbr>::__invoke</a>() — <em>Method in class <a href='/php/2.x/flarum/http/access/scopeaccesstokenvisibility'><abbr title="Flarum\Http\Access\ScopeAccessTokenVisibility">ScopeAccessTokenVisibility</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/http/cookiefactory#method___construct'><abbr title="Flarum\Http\CookieFactory">CookieFactory</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/http/cookiefactory'><abbr title="Flarum\Http\CookieFactory">CookieFactory</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/http/event/developertokencreated#method___construct'><abbr title="Flarum\Http\Event\DeveloperTokenCreated">DeveloperTokenCreated</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/http/event/developertokencreated'><abbr title="Flarum\Http\Event\DeveloperTokenCreated">DeveloperTokenCreated</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/http/middleware/checkcsrftoken#method___construct'><abbr title="Flarum\Http\Middleware\CheckCsrfToken">CheckCsrfToken</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/http/middleware/checkcsrftoken'><abbr title="Flarum\Http\Middleware\CheckCsrfToken">CheckCsrfToken</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/http/middleware/checkformaintenancemode#method___construct'><abbr title="Flarum\Http\Middleware\CheckForMaintenanceMode">CheckForMaintenanceMode</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/http/middleware/checkformaintenancemode'><abbr title="Flarum\Http\Middleware\CheckForMaintenanceMode">CheckForMaintenanceMode</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/http/middleware/collectgarbage#method___construct'><abbr title="Flarum\Http\Middleware\CollectGarbage">CollectGarbage</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/http/middleware/collectgarbage'><abbr title="Flarum\Http\Middleware\CollectGarbage">CollectGarbage</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/http/middleware/flarumpromotionheader#method___construct'><abbr title="Flarum\Http\Middleware\FlarumPromotionHeader">FlarumPromotionHeader</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/http/middleware/flarumpromotionheader'><abbr title="Flarum\Http\Middleware\FlarumPromotionHeader">FlarumPromotionHeader</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/http/middleware/handleerrors#method___construct'><abbr title="Flarum\Http\Middleware\HandleErrors">HandleErrors</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/http/middleware/handleerrors'><abbr title="Flarum\Http\Middleware\HandleErrors">HandleErrors</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/http/middleware/referrerpolicyheader#method___construct'><abbr title="Flarum\Http\Middleware\ReferrerPolicyHeader">ReferrerPolicyHeader</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/http/middleware/referrerpolicyheader'><abbr title="Flarum\Http\Middleware\ReferrerPolicyHeader">ReferrerPolicyHeader</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/http/middleware/rememberfromcookie#method___construct'><abbr title="Flarum\Http\Middleware\RememberFromCookie">RememberFromCookie</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/http/middleware/rememberfromcookie'><abbr title="Flarum\Http\Middleware\RememberFromCookie">RememberFromCookie</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/http/middleware/resolveroute#method___construct'><abbr title="Flarum\Http\Middleware\ResolveRoute">ResolveRoute</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/http/middleware/resolveroute'><abbr title="Flarum\Http\Middleware\ResolveRoute">ResolveRoute</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/http/middleware/setlocale#method___construct'><abbr title="Flarum\Http\Middleware\SetLocale">SetLocale</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/http/middleware/setlocale'><abbr title="Flarum\Http\Middleware\SetLocale">SetLocale</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/http/middleware/shareerrorsfromsession#method___construct'><abbr title="Flarum\Http\Middleware\ShareErrorsFromSession">ShareErrorsFromSession</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/http/middleware/shareerrorsfromsession'><abbr title="Flarum\Http\Middleware\ShareErrorsFromSession">ShareErrorsFromSession</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/http/middleware/startsession#method___construct'><abbr title="Flarum\Http\Middleware\StartSession">StartSession</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/http/middleware/startsession'><abbr title="Flarum\Http\Middleware\StartSession">StartSession</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/http/rememberer#method___construct'><abbr title="Flarum\Http\Rememberer">Rememberer</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/http/rememberer'><abbr title="Flarum\Http\Rememberer">Rememberer</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/http/routecollection#method___construct'><abbr title="Flarum\Http\RouteCollection">RouteCollection</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/http/routecollection'><abbr title="Flarum\Http\RouteCollection">RouteCollection</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/http/routecollectionurlgenerator#method___construct'><abbr title="Flarum\Http\RouteCollectionUrlGenerator">RouteCollectionUrlGenerator</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/http/routecollectionurlgenerator'><abbr title="Flarum\Http\RouteCollectionUrlGenerator">RouteCollectionUrlGenerator</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/http/routehandlerfactory#method___construct'><abbr title="Flarum\Http\RouteHandlerFactory">RouteHandlerFactory</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/http/routehandlerfactory'><abbr title="Flarum\Http\RouteHandlerFactory">RouteHandlerFactory</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/http/server#method___construct'><abbr title="Flarum\Http\Server">Server</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/http/server'><abbr title="Flarum\Http\Server">Server</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/http/slugmanager#method___construct'><abbr title="Flarum\Http\SlugManager">SlugManager</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/http/slugmanager'><abbr title="Flarum\Http\SlugManager">SlugManager</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/http/urlgenerator#method___construct'><abbr title="Flarum\Http\UrlGenerator">UrlGenerator</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/http/urlgenerator'><abbr title="Flarum\Http\UrlGenerator">UrlGenerator</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/install/adminuser#method___construct'><abbr title="Flarum\Install\AdminUser">AdminUser</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/install/adminuser'><abbr title="Flarum\Install\AdminUser">AdminUser</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/install/baseurl#method___toString'><abbr title="Flarum\Install\BaseUrl">BaseUrl</abbr>::__toString</a>() — <em>Method in class <a href='/php/2.x/flarum/install/baseurl'><abbr title="Flarum\Install\BaseUrl">BaseUrl</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/install/console/filedataprovider#method___construct'><abbr title="Flarum\Install\Console\FileDataProvider">FileDataProvider</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/install/console/filedataprovider'><abbr title="Flarum\Install\Console\FileDataProvider">FileDataProvider</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/install/console/installcommand#method___construct'><abbr title="Flarum\Install\Console\InstallCommand">InstallCommand</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/install/console/installcommand'><abbr title="Flarum\Install\Console\InstallCommand">InstallCommand</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/install/console/userdataprovider#method___construct'><abbr title="Flarum\Install\Console\UserDataProvider">UserDataProvider</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/install/console/userdataprovider'><abbr title="Flarum\Install\Console\UserDataProvider">UserDataProvider</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/install/controller/indexcontroller#method___construct'><abbr title="Flarum\Install\Controller\IndexController">IndexController</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/install/controller/indexcontroller'><abbr title="Flarum\Install\Controller\IndexController">IndexController</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/install/controller/installcontroller#method___construct'><abbr title="Flarum\Install\Controller\InstallController">InstallController</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/install/controller/installcontroller'><abbr title="Flarum\Install\Controller\InstallController">InstallController</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/install/databaseconfig#method___construct'><abbr title="Flarum\Install\DatabaseConfig">DatabaseConfig</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/install/databaseconfig'><abbr title="Flarum\Install\DatabaseConfig">DatabaseConfig</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/install/installation#method___construct'><abbr title="Flarum\Install\Installation">Installation</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/install/installation'><abbr title="Flarum\Install\Installation">Installation</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/install/installer#method___construct'><abbr title="Flarum\Install\Installer">Installer</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/install/installer'><abbr title="Flarum\Install\Installer">Installer</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/install/pipeline#method___construct'><abbr title="Flarum\Install\Pipeline">Pipeline</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/install/pipeline'><abbr title="Flarum\Install\Pipeline">Pipeline</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/install/prerequisite/composite#method___construct'><abbr title="Flarum\Install\Prerequisite\Composite">Composite</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/install/prerequisite/composite'><abbr title="Flarum\Install\Prerequisite\Composite">Composite</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/install/prerequisite/phpextensions#method___construct'><abbr title="Flarum\Install\Prerequisite\PhpExtensions">PhpExtensions</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/install/prerequisite/phpextensions'><abbr title="Flarum\Install\Prerequisite\PhpExtensions">PhpExtensions</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/install/prerequisite/phpversion#method___construct'><abbr title="Flarum\Install\Prerequisite\PhpVersion">PhpVersion</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/install/prerequisite/phpversion'><abbr title="Flarum\Install\Prerequisite\PhpVersion">PhpVersion</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/install/prerequisite/writablepaths#method___construct'><abbr title="Flarum\Install\Prerequisite\WritablePaths">WritablePaths</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/install/prerequisite/writablepaths'><abbr title="Flarum\Install\Prerequisite\WritablePaths">WritablePaths</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/install/steps/connecttodatabase#method___construct'><abbr title="Flarum\Install\Steps\ConnectToDatabase">ConnectToDatabase</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/install/steps/connecttodatabase'><abbr title="Flarum\Install\Steps\ConnectToDatabase">ConnectToDatabase</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/install/steps/createadminuser#method___construct'><abbr title="Flarum\Install\Steps\CreateAdminUser">CreateAdminUser</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/install/steps/createadminuser'><abbr title="Flarum\Install\Steps\CreateAdminUser">CreateAdminUser</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/install/steps/enablebundledextensions#method___construct'><abbr title="Flarum\Install\Steps\EnableBundledExtensions">EnableBundledExtensions</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/install/steps/enablebundledextensions'><abbr title="Flarum\Install\Steps\EnableBundledExtensions">EnableBundledExtensions</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/install/steps/publishassets#method___construct'><abbr title="Flarum\Install\Steps\PublishAssets">PublishAssets</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/install/steps/publishassets'><abbr title="Flarum\Install\Steps\PublishAssets">PublishAssets</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/install/steps/runmigrations#method___construct'><abbr title="Flarum\Install\Steps\RunMigrations">RunMigrations</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/install/steps/runmigrations'><abbr title="Flarum\Install\Steps\RunMigrations">RunMigrations</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/install/steps/storeconfig#method___construct'><abbr title="Flarum\Install\Steps\StoreConfig">StoreConfig</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/install/steps/storeconfig'><abbr title="Flarum\Install\Steps\StoreConfig">StoreConfig</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/install/steps/writesettings#method___construct'><abbr title="Flarum\Install\Steps\WriteSettings">WriteSettings</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/install/steps/writesettings'><abbr title="Flarum\Install\Steps\WriteSettings">WriteSettings</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/locale/localemanager#method___construct'><abbr title="Flarum\Locale\LocaleManager">LocaleManager</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/locale/localemanager'><abbr title="Flarum\Locale\LocaleManager">LocaleManager</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/mail/event/emailsendfailed#method___construct'><abbr title="Flarum\Mail\Event\EmailSendFailed">EmailSendFailed</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/mail/event/emailsendfailed'><abbr title="Flarum\Mail\Event\EmailSendFailed">EmailSendFailed</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/mail/job/sendinformationalemailjob#method___construct'><abbr title="Flarum\Mail\Job\SendInformationalEmailJob">SendInformationalEmailJob</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/mail/job/sendinformationalemailjob'><abbr title="Flarum\Mail\Job\SendInformationalEmailJob">SendInformationalEmailJob</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/mail/logdriver#method___construct'><abbr title="Flarum\Mail\LogDriver">LogDriver</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/mail/logdriver'><abbr title="Flarum\Mail\LogDriver">LogDriver</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/mail/mailer#method___construct'><abbr title="Flarum\Mail\Mailer">Mailer</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/mail/mailer'><abbr title="Flarum\Mail\Mailer">Mailer</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/mail/smtpdriver#method___construct'><abbr title="Flarum\Mail\SmtpDriver">SmtpDriver</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/mail/smtpdriver'><abbr title="Flarum\Mail\SmtpDriver">SmtpDriver</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/notification/blueprint/discussionrenamedblueprint#method___construct'><abbr title="Flarum\Notification\Blueprint\DiscussionRenamedBlueprint">DiscussionRenamedBlueprint</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/notification/blueprint/discussionrenamedblueprint'><abbr title="Flarum\Notification\Blueprint\DiscussionRenamedBlueprint">DiscussionRenamedBlueprint</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/notification/command/deleteallnotifications#method___construct'><abbr title="Flarum\Notification\Command\DeleteAllNotifications">DeleteAllNotifications</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/notification/command/deleteallnotifications'><abbr title="Flarum\Notification\Command\DeleteAllNotifications">DeleteAllNotifications</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/notification/command/deleteallnotificationshandler#method___construct'><abbr title="Flarum\Notification\Command\DeleteAllNotificationsHandler">DeleteAllNotificationsHandler</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/notification/command/deleteallnotificationshandler'><abbr title="Flarum\Notification\Command\DeleteAllNotificationsHandler">DeleteAllNotificationsHandler</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/notification/command/readallnotifications#method___construct'><abbr title="Flarum\Notification\Command\ReadAllNotifications">ReadAllNotifications</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/notification/command/readallnotifications'><abbr title="Flarum\Notification\Command\ReadAllNotifications">ReadAllNotifications</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/notification/command/readallnotificationshandler#method___construct'><abbr title="Flarum\Notification\Command\ReadAllNotificationsHandler">ReadAllNotificationsHandler</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/notification/command/readallnotificationshandler'><abbr title="Flarum\Notification\Command\ReadAllNotificationsHandler">ReadAllNotificationsHandler</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/notification/command/readnotification#method___construct'><abbr title="Flarum\Notification\Command\ReadNotification">ReadNotification</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/notification/command/readnotification'><abbr title="Flarum\Notification\Command\ReadNotification">ReadNotification</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/notification/command/readnotificationhandler#method___construct'><abbr title="Flarum\Notification\Command\ReadNotificationHandler">ReadNotificationHandler</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/notification/command/readnotificationhandler'><abbr title="Flarum\Notification\Command\ReadNotificationHandler">ReadNotificationHandler</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/notification/driver/alertnotificationdriver#method___construct'><abbr title="Flarum\Notification\Driver\AlertNotificationDriver">AlertNotificationDriver</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/notification/driver/alertnotificationdriver'><abbr title="Flarum\Notification\Driver\AlertNotificationDriver">AlertNotificationDriver</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/notification/driver/emailnotificationdriver#method___construct'><abbr title="Flarum\Notification\Driver\EmailNotificationDriver">EmailNotificationDriver</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/notification/driver/emailnotificationdriver'><abbr title="Flarum\Notification\Driver\EmailNotificationDriver">EmailNotificationDriver</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/notification/event/deletedall#method___construct'><abbr title="Flarum\Notification\Event\DeletedAll">DeletedAll</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/notification/event/deletedall'><abbr title="Flarum\Notification\Event\DeletedAll">DeletedAll</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/notification/event/read#method___construct'><abbr title="Flarum\Notification\Event\Read">Read</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/notification/event/read'><abbr title="Flarum\Notification\Event\Read">Read</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/notification/event/readall#method___construct'><abbr title="Flarum\Notification\Event\ReadAll">ReadAll</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/notification/event/readall'><abbr title="Flarum\Notification\Event\ReadAll">ReadAll</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/notification/job/sendemailnotificationjob#method___construct'><abbr title="Flarum\Notification\Job\SendEmailNotificationJob">SendEmailNotificationJob</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/notification/job/sendemailnotificationjob'><abbr title="Flarum\Notification\Job\SendEmailNotificationJob">SendEmailNotificationJob</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/notification/job/sendnotificationsjob#method___construct'><abbr title="Flarum\Notification\Job\SendNotificationsJob">SendNotificationsJob</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/notification/job/sendnotificationsjob'><abbr title="Flarum\Notification\Job\SendNotificationsJob">SendNotificationsJob</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/notification/notificationmailer#method___construct'><abbr title="Flarum\Notification\NotificationMailer">NotificationMailer</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/notification/notificationmailer'><abbr title="Flarum\Notification\NotificationMailer">NotificationMailer</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/post/access/postpolicy#method___construct'><abbr title="Flarum\Post\Access\PostPolicy">PostPolicy</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/post/access/postpolicy'><abbr title="Flarum\Post\Access\PostPolicy">PostPolicy</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/post/access/scopepostvisibility#method___invoke'><abbr title="Flarum\Post\Access\ScopePostVisibility">ScopePostVisibility</abbr>::__invoke</a>() — <em>Method in class <a href='/php/2.x/flarum/post/access/scopepostvisibility'><abbr title="Flarum\Post\Access\ScopePostVisibility">ScopePostVisibility</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/post/event/deleted#method___construct'><abbr title="Flarum\Post\Event\Deleted">Deleted</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/post/event/deleted'><abbr title="Flarum\Post\Event\Deleted">Deleted</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/post/event/deleting#method___construct'><abbr title="Flarum\Post\Event\Deleting">Deleting</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/post/event/deleting'><abbr title="Flarum\Post\Event\Deleting">Deleting</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/post/event/hidden#method___construct'><abbr title="Flarum\Post\Event\Hidden">Hidden</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/post/event/hidden'><abbr title="Flarum\Post\Event\Hidden">Hidden</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/post/event/posted#method___construct'><abbr title="Flarum\Post\Event\Posted">Posted</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/post/event/posted'><abbr title="Flarum\Post\Event\Posted">Posted</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/post/event/restored#method___construct'><abbr title="Flarum\Post\Event\Restored">Restored</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/post/event/restored'><abbr title="Flarum\Post\Event\Restored">Restored</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/post/event/revised#method___construct'><abbr title="Flarum\Post\Event\Revised">Revised</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/post/event/revised'><abbr title="Flarum\Post\Event\Revised">Revised</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/post/event/saving#method___construct'><abbr title="Flarum\Post\Event\Saving">Saving</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/post/event/saving'><abbr title="Flarum\Post\Event\Saving">Saving</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/post/filter/authorfilter#method___construct'><abbr title="Flarum\Post\Filter\AuthorFilter">AuthorFilter</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/post/filter/authorfilter'><abbr title="Flarum\Post\Filter\AuthorFilter">AuthorFilter</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/post/filter/fulltextfilter#method___construct'><abbr title="Flarum\Post\Filter\FulltextFilter">FulltextFilter</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/post/filter/fulltextfilter'><abbr title="Flarum\Post\Filter\FulltextFilter">FulltextFilter</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/post/postcreationthrottler#method___invoke'><abbr title="Flarum\Post\PostCreationThrottler">PostCreationThrottler</abbr>::__invoke</a>() — <em>Method in class <a href='/php/2.x/flarum/post/postcreationthrottler'><abbr title="Flarum\Post\PostCreationThrottler">PostCreationThrottler</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/queue/console/databaseworkerargs#method___construct'><abbr title="Flarum\Queue\Console\DatabaseWorkerArgs">DatabaseWorkerArgs</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/queue/console/databaseworkerargs'><abbr title="Flarum\Queue\Console\DatabaseWorkerArgs">DatabaseWorkerArgs</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/queue/console/listencommand#method___construct'><abbr title="Flarum\Queue\Console\ListenCommand">ListenCommand</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/queue/console/listencommand'><abbr title="Flarum\Queue\Console\ListenCommand">ListenCommand</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/queue/console/workcommand#method___construct'><abbr title="Flarum\Queue\Console\WorkCommand">WorkCommand</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/queue/console/workcommand'><abbr title="Flarum\Queue\Console\WorkCommand">WorkCommand</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/queue/databaseuuidfailedjobprovider#method___construct'><abbr title="Flarum\Queue\DatabaseUuidFailedJobProvider">DatabaseUuidFailedJobProvider</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/queue/databaseuuidfailedjobprovider'><abbr title="Flarum\Queue\DatabaseUuidFailedJobProvider">DatabaseUuidFailedJobProvider</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/queue/exceptionhandler#method___construct'><abbr title="Flarum\Queue\ExceptionHandler">ExceptionHandler</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/queue/exceptionhandler'><abbr title="Flarum\Queue\ExceptionHandler">ExceptionHandler</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/queue/queuefactory#method___construct'><abbr title="Flarum\Queue\QueueFactory">QueueFactory</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/queue/queuefactory'><abbr title="Flarum\Queue\QueueFactory">QueueFactory</abbr></a></em></dt> <dd>Expects a callback that will be called to instantiate the queue adapter, once requested by the application.</dd><dt><a href='/php/2.x/flarum/queue/queuerestarter#method___construct'><abbr title="Flarum\Queue\QueueRestarter">QueueRestarter</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/queue/queuerestarter'><abbr title="Flarum\Queue\QueueRestarter">QueueRestarter</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/queue/queueserviceprovider#method___construct'><abbr title="Flarum\Queue\QueueServiceProvider">QueueServiceProvider</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/queue/queueserviceprovider'><abbr title="Flarum\Queue\QueueServiceProvider">QueueServiceProvider</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/queue/queueserviceprovider#method___call'><abbr title="Flarum\Queue\QueueServiceProvider">QueueServiceProvider</abbr>::__call</a>() — <em>Method in class <a href='/php/2.x/flarum/queue/queueserviceprovider'><abbr title="Flarum\Queue\QueueServiceProvider">QueueServiceProvider</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/search/abstractdriver#method___construct'><abbr title="Flarum\Search\AbstractDriver">AbstractDriver</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/search/abstractdriver'><abbr title="Flarum\Search\AbstractDriver">AbstractDriver</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/search/database/abstractsearcher#method___construct'><abbr title="Flarum\Search\Database\AbstractSearcher">AbstractSearcher</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/search/database/abstractsearcher'><abbr title="Flarum\Search\Database\AbstractSearcher">AbstractSearcher</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/search/filter/filtermanager#method___construct'><abbr title="Flarum\Search\Filter\FilterManager">FilterManager</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/search/filter/filtermanager'><abbr title="Flarum\Search\Filter\FilterManager">FilterManager</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/search/job/indexjob#method___construct'><abbr title="Flarum\Search\Job\IndexJob">IndexJob</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/search/job/indexjob'><abbr title="Flarum\Search\Job\IndexJob">IndexJob</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/search/listener/modelobserver#method___construct'><abbr title="Flarum\Search\Listener\ModelObserver">ModelObserver</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/search/listener/modelobserver'><abbr title="Flarum\Search\Listener\ModelObserver">ModelObserver</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/search/searchcriteria#method___construct'><abbr title="Flarum\Search\SearchCriteria">SearchCriteria</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/search/searchcriteria'><abbr title="Flarum\Search\SearchCriteria">SearchCriteria</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/search/searchmanager#method___construct'><abbr title="Flarum\Search\SearchManager">SearchManager</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/search/searchmanager'><abbr title="Flarum\Search\SearchManager">SearchManager</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/search/searchresults#method___construct'><abbr title="Flarum\Search\SearchResults">SearchResults</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/search/searchresults'><abbr title="Flarum\Search\SearchResults">SearchResults</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/search/searchstate#method___construct'><abbr title="Flarum\Search\SearchState">SearchState</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/search/searchstate'><abbr title="Flarum\Search\SearchState">SearchState</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/settings/databasesettingsrepository#method___construct'><abbr title="Flarum\Settings\DatabaseSettingsRepository">DatabaseSettingsRepository</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/settings/databasesettingsrepository'><abbr title="Flarum\Settings\DatabaseSettingsRepository">DatabaseSettingsRepository</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/settings/defaultsettingsrepository#method___construct'><abbr title="Flarum\Settings\DefaultSettingsRepository">DefaultSettingsRepository</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/settings/defaultsettingsrepository'><abbr title="Flarum\Settings\DefaultSettingsRepository">DefaultSettingsRepository</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/settings/event/deserializing#method___construct'><abbr title="Flarum\Settings\Event\Deserializing">Deserializing</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/settings/event/deserializing'><abbr title="Flarum\Settings\Event\Deserializing">Deserializing</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/settings/event/saved#method___construct'><abbr title="Flarum\Settings\Event\Saved">Saved</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/settings/event/saved'><abbr title="Flarum\Settings\Event\Saved">Saved</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/settings/event/saving#method___construct'><abbr title="Flarum\Settings\Event\Saving">Saving</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/settings/event/saving'><abbr title="Flarum\Settings\Event\Saving">Saving</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/settings/event/serializing#method___construct'><abbr title="Flarum\Settings\Event\Serializing">Serializing</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/settings/event/serializing'><abbr title="Flarum\Settings\Event\Serializing">Serializing</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/settings/memorycachesettingsrepository#method___construct'><abbr title="Flarum\Settings\MemoryCacheSettingsRepository">MemoryCacheSettingsRepository</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/settings/memorycachesettingsrepository'><abbr title="Flarum\Settings\MemoryCacheSettingsRepository">MemoryCacheSettingsRepository</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/settings/overridesettingsrepository#method___construct'><abbr title="Flarum\Settings\OverrideSettingsRepository">OverrideSettingsRepository</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/settings/overridesettingsrepository'><abbr title="Flarum\Settings\OverrideSettingsRepository">OverrideSettingsRepository</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/update/controller/indexcontroller#method___construct'><abbr title="Flarum\Update\Controller\IndexController">IndexController</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/update/controller/indexcontroller'><abbr title="Flarum\Update\Controller\IndexController">IndexController</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/update/controller/updatecontroller#method___construct'><abbr title="Flarum\Update\Controller\UpdateController">UpdateController</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/update/controller/updatecontroller'><abbr title="Flarum\Update\Controller\UpdateController">UpdateController</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/user/access/gate#method___construct'><abbr title="Flarum\User\Access\Gate">Gate</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/user/access/gate'><abbr title="Flarum\User\Access\Gate">Gate</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/user/access/scopeuservisibility#method___invoke'><abbr title="Flarum\User\Access\ScopeUserVisibility">ScopeUserVisibility</abbr>::__invoke</a>() — <em>Method in class <a href='/php/2.x/flarum/user/access/scopeuservisibility'><abbr title="Flarum\User\Access\ScopeUserVisibility">ScopeUserVisibility</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/user/accountactivationmailer#method___construct'><abbr title="Flarum\User\AccountActivationMailer">AccountActivationMailer</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/user/accountactivationmailer'><abbr title="Flarum\User\AccountActivationMailer">AccountActivationMailer</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/user/avataruploader#method___construct'><abbr title="Flarum\User\AvatarUploader">AvatarUploader</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/user/avataruploader'><abbr title="Flarum\User\AvatarUploader">AvatarUploader</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/user/avatarvalidator#method___construct'><abbr title="Flarum\User\AvatarValidator">AvatarValidator</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/user/avatarvalidator'><abbr title="Flarum\User\AvatarValidator">AvatarValidator</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/user/command/confirmemail#method___construct'><abbr title="Flarum\User\Command\ConfirmEmail">ConfirmEmail</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/user/command/confirmemail'><abbr title="Flarum\User\Command\ConfirmEmail">ConfirmEmail</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/user/command/confirmemailhandler#method___construct'><abbr title="Flarum\User\Command\ConfirmEmailHandler">ConfirmEmailHandler</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/user/command/confirmemailhandler'><abbr title="Flarum\User\Command\ConfirmEmailHandler">ConfirmEmailHandler</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/user/command/deleteavatar#method___construct'><abbr title="Flarum\User\Command\DeleteAvatar">DeleteAvatar</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/user/command/deleteavatar'><abbr title="Flarum\User\Command\DeleteAvatar">DeleteAvatar</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/user/command/deleteavatarhandler#method___construct'><abbr title="Flarum\User\Command\DeleteAvatarHandler">DeleteAvatarHandler</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/user/command/deleteavatarhandler'><abbr title="Flarum\User\Command\DeleteAvatarHandler">DeleteAvatarHandler</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/user/command/uploadavatar#method___construct'><abbr title="Flarum\User\Command\UploadAvatar">UploadAvatar</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/user/command/uploadavatar'><abbr title="Flarum\User\Command\UploadAvatar">UploadAvatar</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/user/command/uploadavatarhandler#method___construct'><abbr title="Flarum\User\Command\UploadAvatarHandler">UploadAvatarHandler</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/user/command/uploadavatarhandler'><abbr title="Flarum\User\Command\UploadAvatarHandler">UploadAvatarHandler</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/user/console/convertavatarstowebpcommand#method___construct'><abbr title="Flarum\User\Console\ConvertAvatarsToWebpCommand">ConvertAvatarsToWebpCommand</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/user/console/convertavatarstowebpcommand'><abbr title="Flarum\User\Console\ConvertAvatarsToWebpCommand">ConvertAvatarsToWebpCommand</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/user/emailconfirmationmailer#method___construct'><abbr title="Flarum\User\EmailConfirmationMailer">EmailConfirmationMailer</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/user/emailconfirmationmailer'><abbr title="Flarum\User\EmailConfirmationMailer">EmailConfirmationMailer</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/user/event/activated#method___construct'><abbr title="Flarum\User\Event\Activated">Activated</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/user/event/activated'><abbr title="Flarum\User\Event\Activated">Activated</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/user/event/avatarchanged#method___construct'><abbr title="Flarum\User\Event\AvatarChanged">AvatarChanged</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/user/event/avatarchanged'><abbr title="Flarum\User\Event\AvatarChanged">AvatarChanged</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/user/event/avatardeleting#method___construct'><abbr title="Flarum\User\Event\AvatarDeleting">AvatarDeleting</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/user/event/avatardeleting'><abbr title="Flarum\User\Event\AvatarDeleting">AvatarDeleting</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/user/event/avatarsaving#method___construct'><abbr title="Flarum\User\Event\AvatarSaving">AvatarSaving</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/user/event/avatarsaving'><abbr title="Flarum\User\Event\AvatarSaving">AvatarSaving</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/user/event/deleted#method___construct'><abbr title="Flarum\User\Event\Deleted">Deleted</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/user/event/deleted'><abbr title="Flarum\User\Event\Deleted">Deleted</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/user/event/deleting#method___construct'><abbr title="Flarum\User\Event\Deleting">Deleting</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/user/event/deleting'><abbr title="Flarum\User\Event\Deleting">Deleting</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/user/event/emailchangerequested#method___construct'><abbr title="Flarum\User\Event\EmailChangeRequested">EmailChangeRequested</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/user/event/emailchangerequested'><abbr title="Flarum\User\Event\EmailChangeRequested">EmailChangeRequested</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/user/event/emailchanged#method___construct'><abbr title="Flarum\User\Event\EmailChanged">EmailChanged</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/user/event/emailchanged'><abbr title="Flarum\User\Event\EmailChanged">EmailChanged</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/user/event/groupschanged#method___construct'><abbr title="Flarum\User\Event\GroupsChanged">GroupsChanged</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/user/event/groupschanged'><abbr title="Flarum\User\Event\GroupsChanged">GroupsChanged</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/user/event/loggedin#method___construct'><abbr title="Flarum\User\Event\LoggedIn">LoggedIn</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/user/event/loggedin'><abbr title="Flarum\User\Event\LoggedIn">LoggedIn</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/user/event/loggedout#method___construct'><abbr title="Flarum\User\Event\LoggedOut">LoggedOut</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/user/event/loggedout'><abbr title="Flarum\User\Event\LoggedOut">LoggedOut</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/user/event/passwordchanged#method___construct'><abbr title="Flarum\User\Event\PasswordChanged">PasswordChanged</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/user/event/passwordchanged'><abbr title="Flarum\User\Event\PasswordChanged">PasswordChanged</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/user/event/registered#method___construct'><abbr title="Flarum\User\Event\Registered">Registered</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/user/event/registered'><abbr title="Flarum\User\Event\Registered">Registered</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/user/event/registeringfromprovider#method___construct'><abbr title="Flarum\User\Event\RegisteringFromProvider">RegisteringFromProvider</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/user/event/registeringfromprovider'><abbr title="Flarum\User\Event\RegisteringFromProvider">RegisteringFromProvider</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/user/event/renamed#method___construct'><abbr title="Flarum\User\Event\Renamed">Renamed</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/user/event/renamed'><abbr title="Flarum\User\Event\Renamed">Renamed</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/user/event/saving#method___construct'><abbr title="Flarum\User\Event\Saving">Saving</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/user/event/saving'><abbr title="Flarum\User\Event\Saving">Saving</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/user/idslugdriver#method___construct'><abbr title="Flarum\User\IdSlugDriver">IdSlugDriver</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/user/idslugdriver'><abbr title="Flarum\User\IdSlugDriver">IdSlugDriver</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/user/job/requestpasswordresetjob#method___construct'><abbr title="Flarum\User\Job\RequestPasswordResetJob">RequestPasswordResetJob</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/user/job/requestpasswordresetjob'><abbr title="Flarum\User\Job\RequestPasswordResetJob">RequestPasswordResetJob</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/user/search/fulltextfilter#method___construct'><abbr title="Flarum\User\Search\FulltextFilter">FulltextFilter</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/user/search/fulltextfilter'><abbr title="Flarum\User\Search\FulltextFilter">FulltextFilter</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/user/throttler/emailactivationthrottler#method___invoke'><abbr title="Flarum\User\Throttler\EmailActivationThrottler">EmailActivationThrottler</abbr>::__invoke</a>() — <em>Method in class <a href='/php/2.x/flarum/user/throttler/emailactivationthrottler'><abbr title="Flarum\User\Throttler\EmailActivationThrottler">EmailActivationThrottler</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/user/throttler/emailchangethrottler#method___invoke'><abbr title="Flarum\User\Throttler\EmailChangeThrottler">EmailChangeThrottler</abbr>::__invoke</a>() — <em>Method in class <a href='/php/2.x/flarum/user/throttler/emailchangethrottler'><abbr title="Flarum\User\Throttler\EmailChangeThrottler">EmailChangeThrottler</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/user/throttler/passwordresetthrottler#method___invoke'><abbr title="Flarum\User\Throttler\PasswordResetThrottler">PasswordResetThrottler</abbr>::__invoke</a>() — <em>Method in class <a href='/php/2.x/flarum/user/throttler/passwordresetthrottler'><abbr title="Flarum\User\Throttler\PasswordResetThrottler">PasswordResetThrottler</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/user/usernameslugdriver#method___construct'><abbr title="Flarum\User\UsernameSlugDriver">UsernameSlugDriver</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/user/usernameslugdriver'><abbr title="Flarum\User\UsernameSlugDriver">UsernameSlugDriver</abbr></a></em></dt> <dd></dd> </dl> </div> <div id="footer"> <p>Generated by <a href="https://github.com/code-lts/doctum">Doctum, a API Documentation generator and fork of Sami</a>.</p> <p>Flarum API Docs created by <a href="https://github.com/datitisev">@datitisev</a>. Source code can be found on <a href="https://github.com/flarum/api-docs">GitHub</a>.</p> </div> </div> </div> </div> </body> </html>