A

AdminServiceProviderClass in namespace Flarum\Admin
AdminPayloadClass in namespace Flarum\Admin\Content
ApiKeyClass in namespace Flarum\Api
$ApiKey#allowed_ipsProperty in class ApiKey
ApiServiceProviderClass in namespace Flarum\Api
$Client#actorProperty in class Client
AbstractCreateControllerClass in namespace Flarum\Api\Controller
AbstractDeleteControllerClass in namespace Flarum\Api\Controller
AbstractListControllerClass in namespace Flarum\Api\Controller
AbstractListController::addPaginationData() — Method in class AbstractListController
AbstractSerializeControllerClass in namespace Flarum\Api\Controller
AbstractSerializeController::addInclude() — Method in class AbstractSerializeController

Include the given relationship by default.

AbstractSerializeController::addOptionalInclude() — Method in class AbstractSerializeController

Make the given relationship available for inclusion.

AbstractSerializeController::addSortField() — Method in class AbstractSerializeController

Allow sorting results by the given field.

AbstractSerializeController::addDataPreparationCallback() — Method in class AbstractSerializeController
AbstractSerializeController::addSerializationPreparationCallback() — Method in class AbstractSerializeController
AbstractShowControllerClass in namespace Flarum\Api\Controller
AbstractSerializerClass in namespace Flarum\Api\Serializer
$AbstractSerializer#actorProperty in class AbstractSerializer
$AbstractSerializer#attributeMutatorsProperty in class AbstractSerializer
AbstractSerializer::addAttributeMutator() — Method in class AbstractSerializer
AccessTokenSerializerClass in namespace Flarum\Api\Serializer
$ForumSerializer#assetsFilesystemProperty in class ForumSerializer
ForumSerializer::actor() — Method in class ForumSerializer
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
AuthClass in namespace Flarum\Extend
Auth::addPasswordChecker() — Method in class Auth

Add a new password checker.

$Console#addCommandsProperty in class Console
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.

$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
AddLocaleAssetsClass in namespace Flarum\Frontend
AddTranslationsClass in namespace Flarum\Frontend
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.

AccessTokenClass 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
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.

$FileDataProvider#adminUserProperty in class FileDataProvider
LocaleManager::addLocale() — Method in class LocaleManager
LocaleManager::addTranslations() — Method in class LocaleManager
LocaleManager::addJsFile() — Method in class LocaleManager
LocaleManager::addCssFile() — Method in class LocaleManager
DriverInterface::availableSettings() — Method in class DriverInterface

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.

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.

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
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
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
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#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
ApiServiceProvider::boot() — Method in class ApiServiceProvider
$Client#bodyProperty in class Client
$AbstractSerializeController#beforeDataCallbacksProperty in class AbstractSerializeController
$AbstractSerializeController#beforeSerializationCallbacksProperty in class AbstractSerializeController
AbstractSerializeController::buildParameters() — Method in class AbstractSerializeController
AbstractSerializer::buildRelationship() — Method in class AbstractSerializer
BasicDiscussionSerializerClass in namespace Flarum\Api\Serializer
BasicPostSerializerClass in namespace Flarum\Api\Serializer
BasicUserSerializerClass in namespace Flarum\Api\Serializer
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
Notification::beforeSending() — Method in class Notification
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
$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.

BasicTitleDriverClass in namespace Flarum\Frontend\Driver
Group::boot() — Method in class Group
Group::build() — 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
DriverInterface::buildTransport() — Method in class DriverInterface

Build a mail transport based on Flarum's current settings.

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.

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
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

AdminPayload::checkAdvancedPageEmpty() — Method in class AdminPayload
$ApiKey#castsProperty in class ApiKey
$ApiKey#created_atProperty in class ApiKey
ClientClass in namespace Flarum\Api
ClientMiddlewarePipeClass in namespace Flarum\Api
AbstractListController::createElement() — Method in class AbstractListController

Create a PHP JSON-API Element for output in the document.

$AbstractSerializeController#containerProperty in class AbstractSerializeController
AbstractSerializeController::createElement() — Method in class AbstractSerializeController

Create a PHP JSON-API Element for output in the document.

AbstractShowController::createElement() — Method in class AbstractShowController

Create a PHP JSON-API Element for output in the document.

ClearCacheControllerClass in namespace Flarum\Api\Controller
CreateAccessTokenControllerClass in namespace Flarum\Api\Controller

Not to be confused with the CreateTokenController, this controller is used by the actor to manually create a developer type access token.

CreateDiscussionControllerClass in namespace Flarum\Api\Controller
CreateGroupControllerClass in namespace Flarum\Api\Controller
CreatePostControllerClass 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.

CreateUserControllerClass in namespace Flarum\Api\Controller
$AbstractSerializer#containerProperty in class AbstractSerializer
$AbstractSerializer#customRelationsProperty in class AbstractSerializer
CurrentUserSerializerClass in namespace Flarum\Api\Serializer
$ForumSerializer#configProperty in class ForumSerializer
ConsoleServiceProviderClass in namespace Flarum\Console
$Schedule#configProperty in class Schedule
$AbstractModel#customRelationsProperty in class AbstractModel
$AbstractModel#customCastsProperty in class AbstractModel
GenerateDumpCommand::configure() — Method in class GenerateDumpCommand
MigrateCommand::configure() — Method in class MigrateCommand
ResetCommand::configure() — Method in class ResetCommand
CollectionClass in namespace Flarum\Database\Eloquent
Migration::createTable() — Method in class Migration
Migration::createTableIfNotExists() — Method in class Migration
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

Add a command to the 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.

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.

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
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
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
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#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
CreateGroupClass in namespace Flarum\Group\Command
CreateGroupHandlerClass in namespace Flarum\Group\Command
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
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
CompositeClass in namespace Flarum\Install\Prerequisite
$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?

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?

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
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
$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
$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
Client::delete() — Method in class Client
AbstractDeleteController::delete() — Method in class AbstractDeleteController
AbstractListController::data() — Method in class AbstractListController

Get the data to be serialized and assigned to the response document.

AbstractSerializeController::data() — Method in class AbstractSerializeController

Get the data to be serialized and assigned to the response document.

ClearCacheController::delete() — Method in class ClearCacheController
CreateAccessTokenController::data() — Method in class CreateAccessTokenController

Get the data to be serialized and assigned to the response document.

CreateDiscussionController::data() — Method in class CreateDiscussionController

Get the data to be serialized and assigned to the response document.

CreateGroupController::data() — Method in class CreateGroupController

Get the data to be serialized and assigned to the response document.

CreatePostController::data() — Method in class CreatePostController

Get the data to be serialized and assigned to the response document.

CreateUserController::data() — Method in class CreateUserController

Get the data to be serialized and assigned to the response document.

DeleteAccessTokenControllerClass in namespace Flarum\Api\Controller
DeleteAccessTokenController::delete() — Method in class DeleteAccessTokenController
DeleteAllNotificationsControllerClass in namespace Flarum\Api\Controller
DeleteAllNotificationsController::delete() — Method in class DeleteAllNotificationsController
DeleteAvatarControllerClass in namespace Flarum\Api\Controller
DeleteAvatarController::data() — Method in class DeleteAvatarController

Get the data to be serialized and assigned to the response document.

DeleteDiscussionControllerClass in namespace Flarum\Api\Controller
DeleteDiscussionController::delete() — Method in class DeleteDiscussionController
DeleteFaviconControllerClass in namespace Flarum\Api\Controller
DeleteFaviconController::delete() — Method in class DeleteFaviconController
DeleteGroupControllerClass in namespace Flarum\Api\Controller
DeleteGroupController::delete() — Method in class DeleteGroupController
DeleteLogoControllerClass in namespace Flarum\Api\Controller
DeleteLogoController::delete() — Method in class DeleteLogoController
DeletePostControllerClass in namespace Flarum\Api\Controller
DeletePostController::delete() — Method in class DeletePostController
DeleteUserControllerClass in namespace Flarum\Api\Controller
DeleteUserController::delete() — Method in class DeleteUserController
ListAccessTokensController::data() — Method in class ListAccessTokensController

Get the data to be serialized and assigned to the response document.

ListDiscussionsController::data() — Method in class ListDiscussionsController

Get the data to be serialized and assigned to the response document.

ListGroupsController::data() — Method in class ListGroupsController

Get the data to be serialized and assigned to the response document.

ListNotificationsController::data() — Method in class ListNotificationsController

Get the data to be serialized and assigned to the response document.

ListPostsController::data() — Method in class ListPostsController

Get the data to be serialized and assigned to the response document.

ListUsersController::data() — Method in class ListUsersController

Get the data to be serialized and assigned to the response document.

ReadAllNotificationsController::delete() — Method in class ReadAllNotificationsController
ShowDiscussionController::data() — Method in class ShowDiscussionController

Get the data to be serialized and assigned to the response document.

ShowExtensionReadmeController::data() — Method in class ShowExtensionReadmeController

Get the data to be serialized and assigned to the response document.

ShowForumController::data() — Method in class ShowForumController

Get the data to be serialized and assigned to the response document.

ShowGroupController::data() — Method in class ShowGroupController

Get the data to be serialized and assigned to the response document.

ShowMailSettingsController::data() — Method in class ShowMailSettingsController

Get the data to be serialized and assigned to the response document.

ShowPostController::data() — Method in class ShowPostController

Get the data to be serialized and assigned to the response document.

ShowUserController::data() — Method in class ShowUserController

Get the data to be serialized and assigned to the response document.

TerminateAllOtherSessionsController::delete() — Method in class TerminateAllOtherSessionsController
UninstallExtensionController::delete() — Method in class UninstallExtensionController
UpdateDiscussionController::data() — Method in class UpdateDiscussionController

Get the data to be serialized and assigned to the response document.

UpdateGroupController::data() — Method in class UpdateGroupController

Get the data to be serialized and assigned to the response document.

UpdateNotificationController::data() — Method in class UpdateNotificationController

Get the data to be serialized and assigned to the response document.

UpdatePostController::data() — Method in class UpdatePostController

Get the data to be serialized and assigned to the response document.

UpdateUserController::data() — Method in class UpdateUserController

Get the data to be serialized and assigned to the response document.

UploadAvatarController::data() — Method in class UploadAvatarController

Get the data to be serialized and assigned to the response document.

UploadImageController::data() — Method in class UploadImageController

Get the data to be serialized and assigned to the response document.

BasicPostSerializer::discussion() — Method in class BasicPostSerializer
DiscussionSerializerClass in namespace Flarum\Api\Serializer
PostSerializer::discussion() — Method in class PostSerializer
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
DeleteDiscussionClass in namespace Flarum\Discussion\Command
DeleteDiscussionHandlerClass in namespace Flarum\Discussion\Command
DiscussionClass in namespace Flarum\Discussion
DiscussionRenamedLoggerClass in namespace Flarum\Discussion
DiscussionRepositoryClass in namespace Flarum\Discussion
DiscussionServiceProviderClass in namespace Flarum\Discussion
DiscussionValidatorClass 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.

Notification::driver() — Method in class Notification
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
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
DeleteGroupClass in namespace Flarum\Group\Command
DeleteGroupHandlerClass in namespace Flarum\Group\Command
DeletedClass in namespace Flarum\Group\Event
DeletingClass in namespace Flarum\Group\Event
$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
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.

DeletePostClass in namespace Flarum\Post\Command
DeletePostHandlerClass in namespace Flarum\Post\Command
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
WorkCommand::downForMaintenance() — Method in class WorkCommand
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
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
DeleteAvatarClass in namespace Flarum\User\Command
DeleteAvatarHandlerClass in namespace Flarum\User\Command
DeleteUserClass in namespace Flarum\User\Command
DeleteUserHandlerClass 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

E

$Client#errorHandlingProperty in class Client
ClientMiddlewarePipe::errorHandling() — Method in class ClientMiddlewarePipe
AbstractSerializeController::extractInclude() — Method in class AbstractSerializeController
AbstractSerializeController::extractFields() — Method in class AbstractSerializeController
AbstractSerializeController::extractSort() — Method in class AbstractSerializeController
AbstractSerializeController::extractOffset() — Method in class AbstractSerializeController
AbstractSerializeController::extractLimit() — Method in class AbstractSerializeController
AbstractSerializeController::extractFilter() — Method in class AbstractSerializeController
ListPostsController::extractSort() — Method in class ListPostsController
ListPostsController::extractOffset() — Method in class ListPostsController
ExtensionReadmeSerializerClass in namespace Flarum\Api\Serializer
PostSerializer::editedUser() — Method in class PostSerializer
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
EditDiscussionClass in namespace Flarum\Discussion\Command
EditDiscussionHandlerClass in namespace Flarum\Discussion\Command
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
Link::extend() — Method in class Link
Mail::extend() — Method in class Mail
Notification::extend() — Method in class Notification
Policy::extend() — Method in class Policy
Post::extend() — Method in class Post
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
View::extendNamespace() — Method in class View

Extend an existing namespace of Laravel views.

View::extend() — Method in class View
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
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
EditGroupClass in namespace Flarum\Group\Command
EditGroupHandlerClass in namespace Flarum\Group\Command
CookieFactory::expire() — Method in class CookieFactory

Make an expired cookie instance.

ExecuteRouteClass in namespace Flarum\Http\Middleware
$FlarumPromotionHeader#enabledProperty in class FlarumPromotionHeader
$FileDataProvider#extensionsProperty in class FileDataProvider
$UnsubscribeToken#email_typeProperty in class UnsubscribeToken
PostPolicy::edit() — Method in class PostPolicy
EditPostClass in namespace Flarum\Post\Command
EditPostHandlerClass in namespace Flarum\Post\Command
$Post#edited_atProperty in class Post
$Post#edited_user_idProperty in class Post
$Post#editedUserProperty in class Post
Post::editedUser() — Method in class Post
UserPolicy::editCredentials() — Method in class UserPolicy
EditUserClass in namespace Flarum\User\Command
EditUserHandlerClass in namespace Flarum\User\Command
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

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
$UploadLogoController#filePathSettingKeyProperty in class UploadLogoController
$UploadLogoController#filenamePrefixProperty in class UploadLogoController
ForgotPasswordValidatorClass in namespace Flarum\Api
FakeHttpMethodsClass in namespace Flarum\Api\Middleware
AbstractSerializer::formatDate() — Method in class AbstractSerializer
BasicDiscussionSerializer::firstPost() — Method in class BasicDiscussionSerializer
ForumSerializerClass in namespace Flarum\Api\Serializer
NotificationSerializer::fromUser() — Method in class NotificationSerializer
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
$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
FilesystemClass in namespace Flarum\Extend
FormatterClass in namespace Flarum\Extend
ToggleExtensionCommand::fire() — Method in class ToggleExtensionCommand
FilesystemManagerClass in namespace Flarum\Filesystem
FilesystemServiceProviderClass in namespace Flarum\Filesystem
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
ForumServiceProviderClass in namespace Flarum\Forum
Application::fireAppCallbacks() — Method in class Application
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.

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.

Site::fromPaths() — Method in class Site
AddTranslations::forFrontend() — Method in class AddTranslations
$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
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
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.

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
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
$CommentPost#formatterProperty in class CommentPost
CommentPost::formatContent() — Method in class CommentPost

Get the content rendered as HTML.

FloodingExceptionClass in namespace Flarum\Post\Exception
AuthorFilter::filter() — Method in class AuthorFilter

Filters a query.

DiscussionFilter::filter() — Method in class DiscussionFilter

Filters a query.

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
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
AbstractSerializeController::getRelationsToLoad() — Method in class AbstractSerializeController

Returns the relations to load added by extenders.

AbstractSerializeController::getRelationCallablesToLoad() — Method in class AbstractSerializeController

Returns the relation callables to load added by extenders.

AbstractSerializeController::getContainer() — Method in class AbstractSerializeController
ShowDiscussionController::getRelationsToLoad() — Method in class ShowDiscussionController

Returns the relations to load added by extenders.

ShowDiscussionController::getRelationCallablesToLoad() — Method in class ShowDiscussionController

Returns the relation callables to load added by extenders.

InvalidAccessTokenException::getType() — Method in class InvalidAccessTokenException

Determine the exception's type.

AbstractSerializer::getRequest() — Method in class AbstractSerializer
AbstractSerializer::getActor() — Method in class AbstractSerializer
AbstractSerializer::getAttributes() — Method in class AbstractSerializer
AbstractSerializer::getDefaultAttributes() — Method in class AbstractSerializer

Get the default set of serialized attributes for a model.

AbstractSerializer::getRelationship() — Method in class AbstractSerializer
AbstractSerializer::getCustomRelationship() — Method in class AbstractSerializer

Get a custom relationship.

AbstractSerializer::getRelationshipData() — Method in class AbstractSerializer
AbstractSerializer::getContainer() — Method in class AbstractSerializer
AccessTokenSerializer::getDefaultAttributes() — Method in class AccessTokenSerializer

Get the default set of serialized attributes for a model.

BasicDiscussionSerializer::getDefaultAttributes() — Method in class BasicDiscussionSerializer
BasicPostSerializer::getDefaultAttributes() — Method in class BasicPostSerializer
BasicUserSerializer::getDefaultAttributes() — Method in class BasicUserSerializer
BasicUserSerializer::groups() — Method in class BasicUserSerializer
CurrentUserSerializer::getDefaultAttributes() — Method in class CurrentUserSerializer
DiscussionSerializer::getDefaultAttributes() — Method in class DiscussionSerializer
ExtensionReadmeSerializer::getDefaultAttributes() — Method in class ExtensionReadmeSerializer
ExtensionReadmeSerializer::getId() — Method in class ExtensionReadmeSerializer
ExtensionReadmeSerializer::getType() — Method in class ExtensionReadmeSerializer
ForumSerializer::getId() — Method in class ForumSerializer
ForumSerializer::getDefaultAttributes() — Method in class ForumSerializer
ForumSerializer::groups() — Method in class ForumSerializer
ForumSerializer::getLogoUrl() — Method in class ForumSerializer
ForumSerializer::getFaviconUrl() — Method in class ForumSerializer
ForumSerializer::getAssetUrl() — Method in class ForumSerializer
GroupSerializerClass in namespace Flarum\Api\Serializer
GroupSerializer::getDefaultAttributes() — Method in class GroupSerializer
MailSettingsSerializer::getDefaultAttributes() — Method in class MailSettingsSerializer
MailSettingsSerializer::getId() — Method in class MailSettingsSerializer
NotificationSerializer::getDefaultAttributes() — Method in class NotificationSerializer
PostSerializer::getDefaultAttributes() — Method in class PostSerializer
UserSerializer::getDefaultAttributes() — Method in class UserSerializer
Dispatcher::getCommandHandler() — Method in class Dispatcher
AbstractModel::getCasts() — Method in class AbstractModel
AbstractModel::getAttribute() — Method in class AbstractModel

Get an attribute from the model. If nothing is found, attempt to load a custom relation method with this key.

AbstractModel::getCustomRelation() — Method in class AbstractModel

Get a custom relation object.

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.

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.

Extension::getVersion() — Method in class Extension
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::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.

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.

Index::getApiDocument() — Method in class Index

Get the result of an API request to list discussions.

User::getApiDocument() — Method in class User

Get the result of an API request to show a user.

GlobalLogOutControllerClass in namespace Flarum\Forum\Controller
AbstractValidator::getRules() — 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::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
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.

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
JsDirectoryCompiler::getSources() — 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
GroupRepositoryClass in namespace Flarum\Group
GroupServiceProviderClass in namespace Flarum\Group
GroupValidatorClass 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.

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
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
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.

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
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
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.

CommentPost::getContentAttribute() — Method in class CommentPost
CommentPost::getParsedContentAttribute() — Method in class CommentPost
CommentPost::getFormatter() — Method in class CommentPost
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.

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.

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::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
ClientMiddlewarePipe::handle() — Method in class ClientMiddlewarePipe
AbstractCreateController::handle() — Method in class AbstractCreateController
AbstractDeleteController::handle() — Method in class AbstractDeleteController
AbstractSerializeController::handle() — Method in class AbstractSerializeController
CreateTokenController::handle() — Method in class CreateTokenController
ForgotPasswordController::handle() — Method in class ForgotPasswordController
SendConfirmationEmailController::handle() — Method in class SendConfirmationEmailController
SendTestMailController::handle() — Method in class SendTestMailController
SetPermissionController::handle() — Method in class SetPermissionController
SetSettingsController::handle() — Method in class SetSettingsController
UpdateExtensionController::handle() — Method in class UpdateExtensionController
AbstractSerializer::hasOne() — Method in class AbstractSerializer

Get a relationship builder for a has-one relationship.

AbstractSerializer::hasMany() — Method in class AbstractSerializer

Get a relationship builder for a has-many relationship.

BasicDiscussionSerializer::hiddenUser() — Method in class BasicDiscussionSerializer
PostSerializer::hiddenUser() — Method in class PostSerializer
AbstractCommand::hasOption() — Method in class AbstractCommand
DiscussionPolicy::hide() — Method in class DiscussionPolicy
DeleteDiscussionHandler::handle() — Method in class DeleteDiscussionHandler
EditDiscussionHandler::handle() — Method in class EditDiscussionHandler
ReadDiscussionHandler::handle() — Method in class ReadDiscussionHandler
StartDiscussionHandler::handle() — Method in class StartDiscussionHandler
$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.

ToggleExtensionHandler::handle() — Method in class ToggleExtensionHandler
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.

ConfirmEmailController::handle() — Method in class ConfirmEmailController
GlobalLogOutController::handle() — Method in class GlobalLogOutController
LogInController::handle() — Method in class LogInController
LogOutController::handle() — Method in class LogOutController
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
ValidationExceptionHandler::handle() — Method in class ValidationExceptionHandler
HttpFormatterClass in namespace Flarum\Foundation\ErrorHandling
MaintenanceModeHandler::handle() — Method in class MaintenanceModeHandler

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 .

CreateGroupHandler::handle() — Method in class CreateGroupHandler
DeleteGroupHandler::handle() — Method in class DeleteGroupHandler
EditGroupHandler::handle() — Method in class EditGroupHandler
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
DeleteAllNotificationsHandler::handle() — Method in class DeleteAllNotificationsHandler
ReadAllNotificationsHandler::handle() — Method in class ReadAllNotificationsHandler
ReadNotificationHandler::handle() — Method in class ReadNotificationHandler
PostPolicy::hide() — Method in class PostPolicy
DeletePostHandler::handle() — Method in class DeletePostHandler
EditPostHandler::handle() — Method in class EditPostHandler
PostReplyHandler::handle() — Method in class PostReplyHandler
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
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
DeleteUserHandler::handle() — Method in class DeleteUserHandler
EditUserHandler::handle() — Method in class EditUserHandler
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
$AbstractSerializeController#includeProperty in class AbstractSerializeController

The relationships that are included by default.

$CreateDiscussionController#includeProperty in class CreateDiscussionController
$CreatePostController#includeProperty in class CreatePostController
$ListDiscussionsController#includeProperty in class ListDiscussionsController
$ListNotificationsController#includeProperty in class ListNotificationsController
$ListPostsController#includeProperty in class ListPostsController
$ListUsersController#includeProperty in class ListUsersController
$ShowDiscussionController#includeProperty in class ShowDiscussionController
$ShowForumController#includeProperty in class ShowForumController
$ShowPostController#includeProperty in class ShowPostController
$ShowUserController#includeProperty in class ShowUserController
$UpdatePostController#includeProperty in class UpdatePostController
$UpdateUserController#includeProperty in class UpdateUserController
InvalidAccessTokenExceptionClass in namespace Flarum\Api\Exception
$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
SearchIndex::indexer() — Method in class SearchIndex

Register an indexer for a resource.

$Extension#idProperty in class Extension

Unique ID of the extension.

$Extension#installedProperty in class Extension
Extension::isInstalled() — Method in class Extension
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::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
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
$LessCompiler#importDirsProperty in class LessCompiler
$Group#idProperty in class Group
$Group#iconProperty in class Group
$Group#is_hiddenProperty in class Group
$AccessToken#idProperty in class AccessToken
InjectActorReferenceClass in namespace Flarum\Http\Middleware
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
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.

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

JsonApiResponseClass in namespace Flarum\Api
InteractsWithLaravel::joinPaths() — Method in class InteractsWithLaravel
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
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
$AbstractSerializeController#limitProperty in class AbstractSerializeController

The number of records included by default.

$AbstractSerializeController#loadRelationsProperty in class AbstractSerializeController
$AbstractSerializeController#loadRelationCallablesProperty in class AbstractSerializeController
AbstractSerializeController::loadRelations() — Method in class AbstractSerializeController

Eager loads the required relationships.

ListAccessTokensControllerClass in namespace Flarum\Api\Controller
ListDiscussionsControllerClass in namespace Flarum\Api\Controller
ListGroupsControllerClass in namespace Flarum\Api\Controller
$ListGroupsController#limitProperty in class ListGroupsController
ListNotificationsControllerClass in namespace Flarum\Api\Controller
ListPostsControllerClass in namespace Flarum\Api\Controller
ListUsersControllerClass in namespace Flarum\Api\Controller
BasicDiscussionSerializer::lastPostedUser() — Method in class BasicDiscussionSerializer
BasicDiscussionSerializer::lastPost() — Method in class BasicDiscussionSerializer
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.

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.

LifecycleInterfaceClass in namespace Flarum\Extend
LinkClass in namespace Flarum\Extend
$Extension#licenseProperty in class Extension
LogInControllerClass in namespace Flarum\Forum\Controller
LogOutControllerClass in namespace Flarum\Forum\Controller
LogInValidatorClass in namespace Flarum\Forum
$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
$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
ListenCommandClass in namespace Flarum\Queue\Console
ListenerClass in namespace Flarum\Queue
$AvatarValidator#laravelValidatorProperty in class AvatarValidator
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
$AbstractSerializeController#maxLimitProperty in class AbstractSerializeController

The maximum number of records that can be requested.

UploadFaviconController::makeImage() — Method in class UploadFaviconController
UploadImageController::makeImage() — Method in class UploadImageController
UploadLogoController::makeImage() — Method in class UploadLogoController
BasicDiscussionSerializer::mostRelevantPost() — Method in class BasicDiscussionSerializer
MailSettingsSerializerClass in namespace Flarum\Api\Serializer
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
MailClass in namespace Flarum\Extend
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
AbstractValidator::makeValidator() — Method in class AbstractValidator
Application::markAsRegistered() — Method in class Application
InteractsWithLaravel::maintenanceMode() — Method in class InteractsWithLaravel
MaintenanceModeHandlerClass in namespace Flarum\Foundation
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
$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::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.

CookieFactory::make() — Method in class CookieFactory

Make a new cookie instance.

MethodNotAllowedExceptionClass in namespace Flarum\Http\Exception
MailServiceProviderClass in namespace Flarum\Mail
MailerClass in namespace Flarum\Mail
MailgunDriverClass in namespace Flarum\Mail
MailableInterfaceClass in namespace Flarum\Notification
NotificationRepository::markAllAsRead() — Method in class NotificationRepository
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

NotificationSerializerClass in namespace Flarum\Api\Serializer
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
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.

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

$AbstractSerializeController#optionalIncludeProperty in class AbstractSerializeController

The relationships that are available to be included.

$ListDiscussionsController#optionalIncludeProperty in class ListDiscussionsController
$ShowDiscussionController#optionalIncludeProperty in class ShowDiscussionController
$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
LifecycleInterface::onEnable() — Method in class LifecycleInterface
LifecycleInterface::onDisable() — Method in class LifecycleInterface
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.

LessCompiler::overrideSources() — Method in class LessCompiler
LessCompiler::overrideImports() — 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
FakeHttpMethods::process() — Method in class FakeHttpMethods
ThrottleApi::process() — Method in class ThrottleApi
BasicDiscussionSerializer::posts() — Method in class BasicDiscussionSerializer
PostSerializerClass in namespace Flarum\Api\Serializer
$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).

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.

PolicyClass in namespace Flarum\Extend
PostClass in namespace Flarum\Extend
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
$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
ForumServiceProvider::populateRoutes() — Method in class ForumServiceProvider
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
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
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
InstallServiceProvider::populateRoutes() — Method in class InstallServiceProvider
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.

PrefixedYamlFileLoaderClass in namespace Flarum\Locale
PostPolicyClass in namespace Flarum\Post\Access
PostReplyClass in namespace Flarum\Post\Command
PostReplyHandlerClass in namespace Flarum\Post\Command
$CommentPost#parsed_contentProperty in class CommentPost
PostedClass in namespace Flarum\Post\Event
PostSearcherClass in namespace Flarum\Post\Filter
PostClass in namespace Flarum\Post
PostCreationThrottlerClass in namespace Flarum\Post
PostRepositoryClass in namespace Flarum\Post
PostServiceProviderClass in namespace Flarum\Post
PostValidatorClass 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
AbstractModel::qualifyColumn() — Method in class AbstractModel
DiscussionRepository::query() — Method in class DiscussionRepository
GroupRepository::query() — Method in class GroupRepository
GroupRepository::queryVisibleTo() — Method in class GroupRepository
PostRepository::query() — Method in class PostRepository
PostRepository::queryVisibleTo() — Method in class PostRepository
PostRepository::queryIds() — Method in class PostRepository
$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
ApiServiceProvider::register() — Method in class ApiServiceProvider
AbstractSerializeController::removeInclude() — Method in class AbstractSerializeController

Don't include the given relationship by default.

AbstractSerializeController::removeOptionalInclude() — Method in class AbstractSerializeController

Don't allow the given relationship to be included.

AbstractSerializeController::removeSortField() — Method in class AbstractSerializeController

Disallow sorting results by the given field.

ReadAllNotificationsControllerClass in namespace Flarum\Api\Controller
$ForgotPasswordValidator#rulesProperty in class ForgotPasswordValidator
$AbstractSerializer#requestProperty in class AbstractSerializer
AbstractSerializer::resolveSerializer() — Method in class AbstractSerializer
AbstractSerializer::resolveSerializerClass() — Method in class AbstractSerializer
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
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::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
$DiscussionValidator#rulesProperty in class DiscussionValidator
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.

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.

ServiceProvider::register() — Method in class ServiceProvider

Register a service provider.

Settings::registerLessConfigVar() — Method in class Settings

Register a setting as a LESS configuration variable.

ThrottleApi::remove() — Method in class ThrottleApi

Remove a throttler registered with this name.

User::registerPreference() — Method in class User

Register a new user preference.

$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
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.

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
RevisionCompilerClass in namespace Flarum\Frontend\Compiler
Document::render() — Method in class Document
RecompileFrontendAssetsClass in namespace Flarum\Frontend
RenamedClass in namespace Flarum\Group\Event
Group::rename() — Method in class Group
$GroupValidator#rulesProperty in class GroupValidator
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.

LocaleServiceProvider::register() — Method in class LocaleServiceProvider
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
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::reply() — Method in class CommentPost
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
$PostValidator#rulesProperty in class PostValidator
RegisteredTypesScopeClass in namespace Flarum\Post
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
RegisterUserClass in namespace Flarum\User\Command
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::register() — Method 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::registerPasswordCheckers() — Method in class UserServiceProvider

S

$ApiKey#scopesProperty in class ApiKey
ApiServiceProvider::setNotificationSerializers() — Method in class ApiServiceProvider
Client::send() — Method in class Client

Execute the given API action class, pass the input and return its response.

$AbstractSerializeController#serializerProperty in class AbstractSerializeController

The name of the serializer class to output results with.

$AbstractSerializeController#sortFieldsProperty in class AbstractSerializeController

The fields that are available to be sorted by.

$AbstractSerializeController#sortProperty in class AbstractSerializeController

The default sort field and order to use.

AbstractSerializeController::sortIsDefault() — Method in class AbstractSerializeController
AbstractSerializeController::setSerializer() — Method in class AbstractSerializeController

Set the serializer that will serialize data for the endpoint.

AbstractSerializeController::setLimit() — Method in class AbstractSerializeController

Set the default number of results.

AbstractSerializeController::setMaxLimit() — Method in class AbstractSerializeController

Set the maximum number of results.

AbstractSerializeController::setSort() — Method in class AbstractSerializeController

Set the default sort order for the results.

AbstractSerializeController::setContainer() — Method in class AbstractSerializeController
AbstractSerializeController::setLoadRelations() — Method in class AbstractSerializeController
AbstractSerializeController::setLoadRelationCallables() — Method in class AbstractSerializeController
$CreateAccessTokenController#serializerProperty in class CreateAccessTokenController
$CreateDiscussionController#serializerProperty in class CreateDiscussionController
$CreateGroupController#serializerProperty in class CreateGroupController
$CreatePostController#serializerProperty in class CreatePostController
$CreateUserController#serializerProperty in class CreateUserController
$DeleteAvatarController#serializerProperty in class DeleteAvatarController
$ListAccessTokensController#serializerProperty in class ListAccessTokensController
$ListDiscussionsController#serializerProperty in class ListDiscussionsController
$ListDiscussionsController#sortProperty in class ListDiscussionsController
$ListDiscussionsController#sortFieldsProperty in class ListDiscussionsController
$ListGroupsController#serializerProperty in class ListGroupsController
$ListGroupsController#sortFieldsProperty in class ListGroupsController
$ListNotificationsController#serializerProperty in class ListNotificationsController
$ListPostsController#serializerProperty in class ListPostsController
$ListPostsController#sortFieldsProperty in class ListPostsController
$ListUsersController#serializerProperty in class ListUsersController
$ListUsersController#sortFieldsProperty in class ListUsersController
SendConfirmationEmailControllerClass in namespace Flarum\Api\Controller
SendTestMailControllerClass in namespace Flarum\Api\Controller
SetPermissionControllerClass in namespace Flarum\Api\Controller
SetSettingsControllerClass in namespace Flarum\Api\Controller
ShowDiscussionControllerClass in namespace Flarum\Api\Controller
$ShowDiscussionController#serializerProperty in class ShowDiscussionController
ShowExtensionReadmeControllerClass in namespace Flarum\Api\Controller
$ShowExtensionReadmeController#serializerProperty in class ShowExtensionReadmeController
ShowForumControllerClass in namespace Flarum\Api\Controller
$ShowForumController#serializerProperty in class ShowForumController
ShowGroupControllerClass in namespace Flarum\Api\Controller
$ShowGroupController#serializerProperty in class ShowGroupController
ShowMailSettingsControllerClass in namespace Flarum\Api\Controller
$ShowMailSettingsController#serializerProperty in class ShowMailSettingsController
ShowPostControllerClass in namespace Flarum\Api\Controller
$ShowPostController#serializerProperty in class ShowPostController
ShowUserControllerClass in namespace Flarum\Api\Controller
$ShowUserController#serializerProperty in class ShowUserController
$UpdateDiscussionController#serializerProperty in class UpdateDiscussionController
$UpdateGroupController#serializerProperty in class UpdateGroupController
$UpdateNotificationController#serializerProperty in class UpdateNotificationController
$UpdatePostController#serializerProperty in class UpdatePostController
$UpdateUserController#serializerProperty in class UpdateUserController
$UploadAvatarController#serializerProperty in class UploadAvatarController
AbstractSerializer::setRequest() — Method in class AbstractSerializer
AbstractSerializer::setContainer() — Method in class AbstractSerializer
AbstractSerializer::setRelationship() — Method in class AbstractSerializer
$ForumSerializer#settingsProperty in class ForumSerializer
$NotificationSerializer#subjectSerializersProperty in class NotificationSerializer

A map of notification types (key) to the serializer that should be used to output the notification's subject (value).

NotificationSerializer::subject() — Method in class NotificationSerializer
NotificationSerializer::setSubjectSerializer() — Method in class NotificationSerializer
Factory::store() — Method in class Factory
ScheduleClass 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
StartDiscussionClass in namespace Flarum\Discussion\Command
StartDiscussionHandlerClass in namespace Flarum\Discussion\Command
$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
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.

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
UserState::setKeysForSaveQuery() — Method in class UserState

Set the keys for a save update query.

$Console#scheduledProperty in class Console
Console::schedule() — Method in class Console

Schedule a command to run on an interval.

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
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).

$Extension#supportProperty in class Extension
$Extension#suggestProperty in class Extension
Extension::setInstalled() — Method in class Extension
Extension::setVersion() — Method in class Extension
ExtensionManager::setEnabledExtensions() — Method in class ExtensionManager

Persist the currently enabled extensions.

ExtensionManager::subExtensionConfsFromJson() — Method in class ExtensionManager
$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
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
InstalledApp::subPath() — Method in class InstalledApp
$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
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
StepClass in namespace Flarum\Install
StepFailedClass in namespace Flarum\Install
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}

Mailer::send() — Method in class Mailer
SendmailDriverClass in namespace Flarum\Mail
SmtpDriverClass in namespace Flarum\Mail
NotificationDriverInterface::send() — Method in class NotificationDriverInterface

Conditionally sends a notification to users, generally using a queue.

$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
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
CommentPost::setContentAttribute() — Method in class CommentPost
CommentPost::setParsedContentAttribute() — Method in class CommentPost
CommentPost::setFormatter() — Method in class CommentPost
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
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
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
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
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
User::setGate() — Method in class User
User::setDisplayNameDriver() — Method in class User
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.

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
ThrottleApiClass in namespace Flarum\Api\Middleware
ThrottleApi::throttle() — Method in class ThrottleApi
$AccessTokenSerializer#typeProperty in class AccessTokenSerializer
$BasicDiscussionSerializer#typeProperty in class BasicDiscussionSerializer
$BasicPostSerializer#typeProperty in class BasicPostSerializer
$BasicUserSerializer#typeProperty in class BasicUserSerializer
$ForumSerializer#typeProperty in class ForumSerializer
$GroupSerializer#typeProperty in class GroupSerializer
$MailSettingsSerializer#typeProperty in class MailSettingsSerializer
$NotificationSerializer#typeProperty in class NotificationSerializer
$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.

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
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.</p></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><p>Update the time of last usage of a token.</p></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_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><p>Retrieve a URL generator instance for the given named route collection.</p></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><p>Generate a valid e-mail address for this base URL's domain.</p></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/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/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/updatediscussioncontroller'><abbr title="Flarum\Api\Controller\UpdateDiscussionController">UpdateDiscussionController</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/updategroupcontroller'><abbr title="Flarum\Api\Controller\UpdateGroupController">UpdateGroupController</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/updatenotificationcontroller'><abbr title="Flarum\Api\Controller\UpdateNotificationController">UpdateNotificationController</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/updatepostcontroller'><abbr title="Flarum\Api\Controller\UpdatePostController">UpdatePostController</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/updateusercontroller'><abbr title="Flarum\Api\Controller\UpdateUserController">UpdateUserController</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/uploadavatarcontroller'><abbr title="Flarum\Api\Controller\UploadAvatarController">UploadAvatarController</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/serializer/basicdiscussionserializer#method_user'><abbr title="Flarum\Api\Serializer\BasicDiscussionSerializer">BasicDiscussionSerializer</abbr>::user</a>() — <em>Method in class <a href='/php/2.x/flarum/api/serializer/basicdiscussionserializer'><abbr title="Flarum\Api\Serializer\BasicDiscussionSerializer">BasicDiscussionSerializer</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/api/serializer/basicpostserializer#method_user'><abbr title="Flarum\Api\Serializer\BasicPostSerializer">BasicPostSerializer</abbr>::user</a>() — <em>Method in class <a href='/php/2.x/flarum/api/serializer/basicpostserializer'><abbr title="Flarum\Api\Serializer\BasicPostSerializer">BasicPostSerializer</abbr></a></em></dt> <dd></dd><dt>$<a href='/php/2.x/flarum/api/serializer/forumserializer#property_url'><abbr title="Flarum\Api\Serializer\ForumSerializer">ForumSerializer</abbr>#url</a> — <em>Property in class <a href='/php/2.x/flarum/api/serializer/forumserializer'><abbr title="Flarum\Api\Serializer\ForumSerializer">ForumSerializer</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/api/serializer/notificationserializer#method_user'><abbr title="Flarum\Api\Serializer\NotificationSerializer">NotificationSerializer</abbr>::user</a>() — <em>Method in class <a href='/php/2.x/flarum/api/serializer/notificationserializer'><abbr title="Flarum\Api\Serializer\NotificationSerializer">NotificationSerializer</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/api/serializer/postserializer#method_user'><abbr title="Flarum\Api\Serializer\PostSerializer">PostSerializer</abbr>::user</a>() — <em>Method in class <a href='/php/2.x/flarum/api/serializer/postserializer'><abbr title="Flarum\Api\Serializer\PostSerializer">PostSerializer</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/api/serializer/userserializer'><abbr title="Flarum\Api\Serializer\UserSerializer">UserSerializer</abbr></a> — <em>Class in namespace <a href='/php/2.x/flarum/api/serializer'>Flarum\Api\Serializer</a></em></dt> <dd></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><p>Models a discussion-user state record in the database.</p></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/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><p>Prepare the system for unparsing. This can be used to modify the text that was parsed.</p></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><p>Delete an extension's assets from public view.</p></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/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_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><p>Filters an access tokens request by the related user.</p></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><p>The default driver, which returns the user's username.</p></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/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/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/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><p>Views are PHP files that use the Laravel Blade syntax for creation of server-side generated HTML.</p></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/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><p>A formatter for turning caught exceptions into "pretty" HTML error pages.</p></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><p>We need the versioner to get the revisions of split chunks.</p></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><p>Ensure the given settings are enough to send emails.</p></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><p>Ensure the given settings are enough to send emails.</p></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><p>Ensure the given settings are enough to send emails.</p></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><p>Ensure the given settings are enough to send emails.</p></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><p>Ensure the given settings are enough to send emails.</p></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/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><p>Set the request actor.</p></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/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/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><p>Apply extenders only if a specific extension is enabled.</p></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><p>Apply extenders only if a specific extension is disabled.</p></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><p>Apply extenders based on a condition.</p></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><p>Wraps a callback so that string-based invokable classes get resolved only when actually used.</p></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><p>Handle errors using the Whoops error handler for debugging.</p></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/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> </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/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/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/createaccesstokencontroller#method___construct'><abbr title="Flarum\Api\Controller\CreateAccessTokenController">CreateAccessTokenController</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/api/controller/createaccesstokencontroller'><abbr title="Flarum\Api\Controller\CreateAccessTokenController">CreateAccessTokenController</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/api/controller/creatediscussioncontroller#method___construct'><abbr title="Flarum\Api\Controller\CreateDiscussionController">CreateDiscussionController</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/api/controller/creatediscussioncontroller'><abbr title="Flarum\Api\Controller\CreateDiscussionController">CreateDiscussionController</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/api/controller/creategroupcontroller#method___construct'><abbr title="Flarum\Api\Controller\CreateGroupController">CreateGroupController</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/api/controller/creategroupcontroller'><abbr title="Flarum\Api\Controller\CreateGroupController">CreateGroupController</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/api/controller/createpostcontroller#method___construct'><abbr title="Flarum\Api\Controller\CreatePostController">CreatePostController</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/api/controller/createpostcontroller'><abbr title="Flarum\Api\Controller\CreatePostController">CreatePostController</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/createusercontroller#method___construct'><abbr title="Flarum\Api\Controller\CreateUserController">CreateUserController</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/api/controller/createusercontroller'><abbr title="Flarum\Api\Controller\CreateUserController">CreateUserController</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/deleteavatarcontroller#method___construct'><abbr title="Flarum\Api\Controller\DeleteAvatarController">DeleteAvatarController</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/api/controller/deleteavatarcontroller'><abbr title="Flarum\Api\Controller\DeleteAvatarController">DeleteAvatarController</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/api/controller/deletediscussioncontroller#method___construct'><abbr title="Flarum\Api\Controller\DeleteDiscussionController">DeleteDiscussionController</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/api/controller/deletediscussioncontroller'><abbr title="Flarum\Api\Controller\DeleteDiscussionController">DeleteDiscussionController</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/deletegroupcontroller#method___construct'><abbr title="Flarum\Api\Controller\DeleteGroupController">DeleteGroupController</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/api/controller/deletegroupcontroller'><abbr title="Flarum\Api\Controller\DeleteGroupController">DeleteGroupController</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/deletepostcontroller#method___construct'><abbr title="Flarum\Api\Controller\DeletePostController">DeletePostController</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/api/controller/deletepostcontroller'><abbr title="Flarum\Api\Controller\DeletePostController">DeletePostController</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/api/controller/deleteusercontroller#method___construct'><abbr title="Flarum\Api\Controller\DeleteUserController">DeleteUserController</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/api/controller/deleteusercontroller'><abbr title="Flarum\Api\Controller\DeleteUserController">DeleteUserController</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/listaccesstokenscontroller#method___construct'><abbr title="Flarum\Api\Controller\ListAccessTokensController">ListAccessTokensController</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/api/controller/listaccesstokenscontroller'><abbr title="Flarum\Api\Controller\ListAccessTokensController">ListAccessTokensController</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/api/controller/listdiscussionscontroller#method___construct'><abbr title="Flarum\Api\Controller\ListDiscussionsController">ListDiscussionsController</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/api/controller/listdiscussionscontroller'><abbr title="Flarum\Api\Controller\ListDiscussionsController">ListDiscussionsController</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/api/controller/listgroupscontroller#method___construct'><abbr title="Flarum\Api\Controller\ListGroupsController">ListGroupsController</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/api/controller/listgroupscontroller'><abbr title="Flarum\Api\Controller\ListGroupsController">ListGroupsController</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/api/controller/listnotificationscontroller#method___construct'><abbr title="Flarum\Api\Controller\ListNotificationsController">ListNotificationsController</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/api/controller/listnotificationscontroller'><abbr title="Flarum\Api\Controller\ListNotificationsController">ListNotificationsController</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/api/controller/listpostscontroller#method___construct'><abbr title="Flarum\Api\Controller\ListPostsController">ListPostsController</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/api/controller/listpostscontroller'><abbr title="Flarum\Api\Controller\ListPostsController">ListPostsController</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/api/controller/listuserscontroller#method___construct'><abbr title="Flarum\Api\Controller\ListUsersController">ListUsersController</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/api/controller/listuserscontroller'><abbr title="Flarum\Api\Controller\ListUsersController">ListUsersController</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/showdiscussioncontroller#method___construct'><abbr title="Flarum\Api\Controller\ShowDiscussionController">ShowDiscussionController</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/api/controller/showdiscussioncontroller'><abbr title="Flarum\Api\Controller\ShowDiscussionController">ShowDiscussionController</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/api/controller/showextensionreadmecontroller#method___construct'><abbr title="Flarum\Api\Controller\ShowExtensionReadmeController">ShowExtensionReadmeController</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/api/controller/showextensionreadmecontroller'><abbr title="Flarum\Api\Controller\ShowExtensionReadmeController">ShowExtensionReadmeController</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/api/controller/showgroupcontroller#method___construct'><abbr title="Flarum\Api\Controller\ShowGroupController">ShowGroupController</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/api/controller/showgroupcontroller'><abbr title="Flarum\Api\Controller\ShowGroupController">ShowGroupController</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/api/controller/showpostcontroller#method___construct'><abbr title="Flarum\Api\Controller\ShowPostController">ShowPostController</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/api/controller/showpostcontroller'><abbr title="Flarum\Api\Controller\ShowPostController">ShowPostController</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/api/controller/showusercontroller#method___construct'><abbr title="Flarum\Api\Controller\ShowUserController">ShowUserController</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/api/controller/showusercontroller'><abbr title="Flarum\Api\Controller\ShowUserController">ShowUserController</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/updatediscussioncontroller#method___construct'><abbr title="Flarum\Api\Controller\UpdateDiscussionController">UpdateDiscussionController</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/api/controller/updatediscussioncontroller'><abbr title="Flarum\Api\Controller\UpdateDiscussionController">UpdateDiscussionController</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/updategroupcontroller#method___construct'><abbr title="Flarum\Api\Controller\UpdateGroupController">UpdateGroupController</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/api/controller/updategroupcontroller'><abbr title="Flarum\Api\Controller\UpdateGroupController">UpdateGroupController</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/api/controller/updatenotificationcontroller#method___construct'><abbr title="Flarum\Api\Controller\UpdateNotificationController">UpdateNotificationController</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/api/controller/updatenotificationcontroller'><abbr title="Flarum\Api\Controller\UpdateNotificationController">UpdateNotificationController</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/api/controller/updatepostcontroller#method___construct'><abbr title="Flarum\Api\Controller\UpdatePostController">UpdatePostController</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/api/controller/updatepostcontroller'><abbr title="Flarum\Api\Controller\UpdatePostController">UpdatePostController</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/api/controller/updateusercontroller#method___construct'><abbr title="Flarum\Api\Controller\UpdateUserController">UpdateUserController</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/api/controller/updateusercontroller'><abbr title="Flarum\Api\Controller\UpdateUserController">UpdateUserController</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/api/controller/uploadavatarcontroller#method___construct'><abbr title="Flarum\Api\Controller\UploadAvatarController">UploadAvatarController</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/api/controller/uploadavatarcontroller'><abbr title="Flarum\Api\Controller\UploadAvatarController">UploadAvatarController</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/api/controller/uploadfaviconcontroller#method___construct'><abbr title="Flarum\Api\Controller\UploadFaviconController">UploadFaviconController</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/api/controller/uploadfaviconcontroller'><abbr title="Flarum\Api\Controller\UploadFaviconController">UploadFaviconController</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/controller/uploadlogocontroller#method___construct'><abbr title="Flarum\Api\Controller\UploadLogoController">UploadLogoController</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/api/controller/uploadlogocontroller'><abbr title="Flarum\Api\Controller\UploadLogoController">UploadLogoController</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/serializer/accesstokenserializer#method___construct'><abbr title="Flarum\Api\Serializer\AccessTokenSerializer">AccessTokenSerializer</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/api/serializer/accesstokenserializer'><abbr title="Flarum\Api\Serializer\AccessTokenSerializer">AccessTokenSerializer</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/api/serializer/basicdiscussionserializer#method___construct'><abbr title="Flarum\Api\Serializer\BasicDiscussionSerializer">BasicDiscussionSerializer</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/api/serializer/basicdiscussionserializer'><abbr title="Flarum\Api\Serializer\BasicDiscussionSerializer">BasicDiscussionSerializer</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/api/serializer/basicpostserializer#method___construct'><abbr title="Flarum\Api\Serializer\BasicPostSerializer">BasicPostSerializer</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/api/serializer/basicpostserializer'><abbr title="Flarum\Api\Serializer\BasicPostSerializer">BasicPostSerializer</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/api/serializer/basicuserserializer#method___construct'><abbr title="Flarum\Api\Serializer\BasicUserSerializer">BasicUserSerializer</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/api/serializer/basicuserserializer'><abbr title="Flarum\Api\Serializer\BasicUserSerializer">BasicUserSerializer</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/api/serializer/forumserializer#method___construct'><abbr title="Flarum\Api\Serializer\ForumSerializer">ForumSerializer</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/api/serializer/forumserializer'><abbr title="Flarum\Api\Serializer\ForumSerializer">ForumSerializer</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/api/serializer/groupserializer#method___construct'><abbr title="Flarum\Api\Serializer\GroupSerializer">GroupSerializer</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/api/serializer/groupserializer'><abbr title="Flarum\Api\Serializer\GroupSerializer">GroupSerializer</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/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___call'><abbr title="Flarum\Database\AbstractModel">AbstractModel</abbr>::__call</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/deletediscussion#method___construct'><abbr title="Flarum\Discussion\Command\DeleteDiscussion">DeleteDiscussion</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/discussion/command/deletediscussion'><abbr title="Flarum\Discussion\Command\DeleteDiscussion">DeleteDiscussion</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/discussion/command/deletediscussionhandler#method___construct'><abbr title="Flarum\Discussion\Command\DeleteDiscussionHandler">DeleteDiscussionHandler</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/discussion/command/deletediscussionhandler'><abbr title="Flarum\Discussion\Command\DeleteDiscussionHandler">DeleteDiscussionHandler</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/discussion/command/editdiscussion#method___construct'><abbr title="Flarum\Discussion\Command\EditDiscussion">EditDiscussion</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/discussion/command/editdiscussion'><abbr title="Flarum\Discussion\Command\EditDiscussion">EditDiscussion</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/discussion/command/editdiscussionhandler#method___construct'><abbr title="Flarum\Discussion\Command\EditDiscussionHandler">EditDiscussionHandler</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/discussion/command/editdiscussionhandler'><abbr title="Flarum\Discussion\Command\EditDiscussionHandler">EditDiscussionHandler</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/command/startdiscussion#method___construct'><abbr title="Flarum\Discussion\Command\StartDiscussion">StartDiscussion</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/discussion/command/startdiscussion'><abbr title="Flarum\Discussion\Command\StartDiscussion">StartDiscussion</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/discussion/command/startdiscussionhandler#method___construct'><abbr title="Flarum\Discussion\Command\StartDiscussionHandler">StartDiscussionHandler</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/discussion/command/startdiscussionhandler'><abbr title="Flarum\Discussion\Command\StartDiscussionHandler">StartDiscussionHandler</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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/command/creategroup#method___construct'><abbr title="Flarum\Group\Command\CreateGroup">CreateGroup</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/group/command/creategroup'><abbr title="Flarum\Group\Command\CreateGroup">CreateGroup</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/group/command/creategrouphandler#method___construct'><abbr title="Flarum\Group\Command\CreateGroupHandler">CreateGroupHandler</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/group/command/creategrouphandler'><abbr title="Flarum\Group\Command\CreateGroupHandler">CreateGroupHandler</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/group/command/deletegroup#method___construct'><abbr title="Flarum\Group\Command\DeleteGroup">DeleteGroup</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/group/command/deletegroup'><abbr title="Flarum\Group\Command\DeleteGroup">DeleteGroup</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/group/command/deletegrouphandler#method___construct'><abbr title="Flarum\Group\Command\DeleteGroupHandler">DeleteGroupHandler</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/group/command/deletegrouphandler'><abbr title="Flarum\Group\Command\DeleteGroupHandler">DeleteGroupHandler</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/group/command/editgroup#method___construct'><abbr title="Flarum\Group\Command\EditGroup">EditGroup</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/group/command/editgroup'><abbr title="Flarum\Group\Command\EditGroup">EditGroup</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/group/command/editgrouphandler#method___construct'><abbr title="Flarum\Group\Command\EditGroupHandler">EditGroupHandler</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/group/command/editgrouphandler'><abbr title="Flarum\Group\Command\EditGroupHandler">EditGroupHandler</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/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/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/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/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/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/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/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/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/command/deletepost#method___construct'><abbr title="Flarum\Post\Command\DeletePost">DeletePost</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/post/command/deletepost'><abbr title="Flarum\Post\Command\DeletePost">DeletePost</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/post/command/deleteposthandler#method___construct'><abbr title="Flarum\Post\Command\DeletePostHandler">DeletePostHandler</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/post/command/deleteposthandler'><abbr title="Flarum\Post\Command\DeletePostHandler">DeletePostHandler</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/post/command/editpost#method___construct'><abbr title="Flarum\Post\Command\EditPost">EditPost</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/post/command/editpost'><abbr title="Flarum\Post\Command\EditPost">EditPost</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/post/command/editposthandler#method___construct'><abbr title="Flarum\Post\Command\EditPostHandler">EditPostHandler</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/post/command/editposthandler'><abbr title="Flarum\Post\Command\EditPostHandler">EditPostHandler</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/post/command/postreply#method___construct'><abbr title="Flarum\Post\Command\PostReply">PostReply</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/post/command/postreply'><abbr title="Flarum\Post\Command\PostReply">PostReply</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/post/command/postreplyhandler#method___construct'><abbr title="Flarum\Post\Command\PostReplyHandler">PostReplyHandler</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/post/command/postreplyhandler'><abbr title="Flarum\Post\Command\PostReplyHandler">PostReplyHandler</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/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/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/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/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/deleteuser#method___construct'><abbr title="Flarum\User\Command\DeleteUser">DeleteUser</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/user/command/deleteuser'><abbr title="Flarum\User\Command\DeleteUser">DeleteUser</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/user/command/deleteuserhandler#method___construct'><abbr title="Flarum\User\Command\DeleteUserHandler">DeleteUserHandler</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/user/command/deleteuserhandler'><abbr title="Flarum\User\Command\DeleteUserHandler">DeleteUserHandler</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/user/command/edituser#method___construct'><abbr title="Flarum\User\Command\EditUser">EditUser</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/user/command/edituser'><abbr title="Flarum\User\Command\EditUser">EditUser</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/user/command/edituserhandler#method___construct'><abbr title="Flarum\User\Command\EditUserHandler">EditUserHandler</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/user/command/edituserhandler'><abbr title="Flarum\User\Command\EditUserHandler">EditUserHandler</abbr></a></em></dt> <dd></dd><dt><a href='/php/2.x/flarum/user/command/registeruser#method___construct'><abbr title="Flarum\User\Command\RegisterUser">RegisterUser</abbr>::__construct</a>() — <em>Method in class <a href='/php/2.x/flarum/user/command/registeruser'><abbr title="Flarum\User\Command\RegisterUser">RegisterUser</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/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>