-
Docs
Backend
-
Behaviors
-
Classes
-
Controllers
-
Database
-
Seeds
-
-
Facades
-
FormWidgets
-
Helpers
-
Exception
- Backend
-
-
Models
-
ReportWidgets
-
Skins
-
Traits
-
Widgets
- ServiceProvider
-
-
Cms
-
Classes
- Asset
- AutoDatasource
- CmsCompoundObject
- CmsController
- CmsException
- CmsObject
- CmsObjectCollection
- CodeBase
- CodeParser
- ComponentBase
- ComponentHelpers
- ComponentManager
- ComponentPartial
- Content
- Controller
- Layout
- LayoutCode
- MediaLibrary
- MediaLibraryItem
- MediaViewHelper
- Meta
- ObjectMemoryCache
- Page
- PageCode
- Partial
- PartialCode
- PartialStack
- Router
- Theme
- ThemeManager
-
Components
-
Contracts
-
Controllers
-
Facades
-
FormWidgets
-
Helpers
-
Models
-
ReportWidgets
-
Traits
-
Twig
- ComponentNode
- ComponentTokenParser
- ContentNode
- ContentTokenParser
- DebugExtension
- DefaultNode
- DefaultTokenParser
- Extension
- FlashNode
- FlashTokenParser
- FrameworkNode
- FrameworkTokenParser
- Loader
- PageNode
- PageTokenParser
- PartialNode
- PartialTokenParser
- PlaceholderNode
- PlaceholderTokenParser
- PutNode
- PutTokenParser
- ScriptsNode
- ScriptsTokenParser
- StylesNode
- StylesTokenParser
-
Widgets
- ServiceProvider
-
-
System
-
Behaviors
-
Classes
-
Console
-
Controllers
-
Database
-
Helpers
-
Models
-
ReportWidgets
-
Traits
-
Twig
- ServiceProvider
-
-
Events
-
backend
-
ajax
-
filter
-
form
-
list
-
menu
-
page
-
user
-
-
cms
-
ajax
-
block
-
combiner
-
component
-
object
-
page
-
router
-
template
-
theme
-
-
halcyon
-
datasource
-
-
mailer
-
media
-
model
-
system
-
assets
-
console
-
mirror
-
theme
-
-
reportwidgets
-
settings
- extendConfigFile
-
-
translator
-
-
Library
-
Argon
-
Auth
-
Models
- AuthException
- Manager
-
-
Config
-
Cookie
-
Middleware
-
-
Database
-
Attach
-
Behaviors
-
Concerns
-
Connections
-
Connectors
-
Models
-
Relations
-
Schema
-
Traits
-
Updates
- README
- Builder
- Collection
- DatabaseServiceProvider
- DataFeed
- Dongle
- MemoryCache
- Model
- ModelBehavior
- ModelException
- NestedTreeScope
- Pivot
- QueryBuilder
- SortableScope
- TreeCollection
- Updater
-
-
Events
-
Exception
-
Extension
-
Filesystem
-
Flash
-
Foundation
-
Bootstrap
-
Console
-
Exception
-
Http
-
Middleware
- Kernel
-
-
Providers
- Application
- Maker
-
-
Halcyon
-
Datasource
-
Exception
-
Processors
-
Traits
- README
- Builder
- Collection
- HalcyonServiceProvider
- MemoryCacheManager
- MemoryRepository
- Model
-
-
Html
-
Mail
-
Network
-
Parse
-
Router
-
Scaffold
-
Support
-
Translation
-
- Documentation
- API
- Library
- Support
- Facades
- Config
October\Rain\Support\Facades\Config
Source: ~/vendor/october/rain/src/Support/Facades/Config.php
Extends:
- October\Rain\Support\Facade
- Illuminate\Support\Facades\Facade
Protected properties
There are no protected properties in the class.
Show inherited protected properties
Inherited protected properties
- protected static Illuminate\Contracts\Foundation\Application $app - defined in Illuminate\Support\Facades\Facade. The application instance being facaded.
- protected static array $resolvedInstance - defined in Illuminate\Support\Facades\Facade. The resolved object instances.
Public methods
Inherited public methods
- public static mixed __callStatic(string $method, array $args) - defined in Illuminate\Support\Facades\Facade. Handle dynamic, static calls to the object.
- public static void clearResolvedInstance(string $name) - defined in Illuminate\Support\Facades\Facade. Clear a resolved facade instance.
- public static void clearResolvedInstances() - defined in Illuminate\Support\Facades\Facade. Clear all of the resolved instances.
- public static Illuminate\Contracts\Foundation\Application getFacadeApplication() - defined in Illuminate\Support\Facades\Facade. Get the application instance behind the facade.
- public static mixed getFacadeRoot() - defined in Illuminate\Support\Facades\Facade. Get the root object behind the facade.
- public static void setFacadeApplication(Illuminate\Contracts\Foundation\Application $app) - defined in Illuminate\Support\Facades\Facade. Set the application instance.
- public static Mockery\Expectation shouldReceive() - defined in Illuminate\Support\Facades\Facade. Initiate a mock expectation on the facade.
- public static void spy() - defined in Illuminate\Support\Facades\Facade. Convert the facade into a Mockery spy.
- public static void swap(mixed $instance) - defined in Illuminate\Support\Facades\Facade. Hotswap the underlying instance behind the facade.
Protected methods
protected static string getFacadeAccessor()
Get the registered name of the component.
Resolves to:
Show inherited protected methods
Inherited protected methods
- protected static Mockery\Expectation createFreshMockInstance() - defined in Illuminate\Support\Facades\Facade. Create a fresh mock instance for the given class.
- protected static Mockery\MockInterface createMock() - defined in Illuminate\Support\Facades\Facade. Create a fresh mock instance for the given class.
- protected static mixed getFacadeInstance() - defined in October\Rain\Support\Facade. If the accessor is not found via getFacadeAccessor, use this instance as a fallback.
- protected static string|null getMockableClass() - defined in Illuminate\Support\Facades\Facade. Get the mockable class for the bound instance.
- protected static bool isMock() - defined in Illuminate\Support\Facades\Facade. Determines whether a mock is set as the instance of the facade.
- protected static void resolveFacadeInstance($name) - defined in October\Rain\Support\Facade.