longyi c9405dd336 vendor 5 年之前
..
Action c9405dd336 vendor 5 年之前
Area c9405dd336 vendor 5 年之前
AreaList c9405dd336 vendor 5 年之前
Arguments c9405dd336 vendor 5 年之前
Cache c9405dd336 vendor 5 年之前
Config c9405dd336 vendor 5 年之前
Console c9405dd336 vendor 5 年之前
DefaultPath c9405dd336 vendor 5 年之前
DeploymentConfig c9405dd336 vendor 5 年之前
Filesystem c9405dd336 vendor 5 年之前
Helper c9405dd336 vendor 5 年之前
Http c9405dd336 vendor 5 年之前
Interception c9405dd336 vendor 5 年之前
Language c9405dd336 vendor 5 年之前
ObjectManager c9405dd336 vendor 5 年之前
PageCache c9405dd336 vendor 5 年之前
Request c9405dd336 vendor 5 年之前
ResourceConnection c9405dd336 vendor 5 年之前
Response c9405dd336 vendor 5 年之前
Route c9405dd336 vendor 5 年之前
Router c9405dd336 vendor 5 年之前
Rss c9405dd336 vendor 5 年之前
Scope c9405dd336 vendor 5 年之前
State c9405dd336 vendor 5 年之前
Test c9405dd336 vendor 5 年之前
Utility c9405dd336 vendor 5 年之前
View c9405dd336 vendor 5 年之前
etc c9405dd336 vendor 5 年之前
ActionFactory.php c9405dd336 vendor 5 年之前
ActionFlag.php c9405dd336 vendor 5 年之前
ActionInterface.php c9405dd336 vendor 5 年之前
Area.php c9405dd336 vendor 5 年之前
AreaInterface.php c9405dd336 vendor 5 年之前
AreaList.php c9405dd336 vendor 5 年之前
Bootstrap.php c9405dd336 vendor 5 年之前
Cache.php c9405dd336 vendor 5 年之前
CacheInterface.php c9405dd336 vendor 5 年之前
Config.php c9405dd336 vendor 5 年之前
Cron.php c9405dd336 vendor 5 年之前
CsrfAwareActionInterface.php c9405dd336 vendor 5 年之前
DefaultPathInterface.php c9405dd336 vendor 5 年之前
DeploymentConfig.php c9405dd336 vendor 5 年之前
DesignInterface.php c9405dd336 vendor 5 年之前
DocRootLocator.php c9405dd336 vendor 5 年之前
EnvironmentFactory.php c9405dd336 vendor 5 年之前
EnvironmentInterface.php c9405dd336 vendor 5 年之前
ErrorHandler.php c9405dd336 vendor 5 年之前
Feed.php c9405dd336 vendor 5 年之前
FeedFactory.php c9405dd336 vendor 5 年之前
FeedFactoryInterface.php c9405dd336 vendor 5 年之前
FeedInterface.php c9405dd336 vendor 5 年之前
FrontController.php c9405dd336 vendor 5 年之前
FrontControllerInterface.php c9405dd336 vendor 5 年之前
Http.php c9405dd336 vendor 5 年之前
HttpRequestInterface.php c9405dd336 vendor 5 年之前
MaintenanceMode.php c9405dd336 vendor 5 年之前
MutableScopeConfig.php c9405dd336 vendor 5 年之前
ObjectManager.php c9405dd336 vendor 5 年之前
ObjectManagerFactory.php c9405dd336 vendor 5 年之前
PlainTextRequestInterface.php c9405dd336 vendor 5 年之前
ProductMetadata.php c9405dd336 vendor 5 年之前
ProductMetadataInterface.php c9405dd336 vendor 5 年之前
README.md c9405dd336 vendor 5 年之前
ReinitableConfig.php c9405dd336 vendor 5 年之前
RequestContentInterface.php c9405dd336 vendor 5 年之前
RequestFactory.php c9405dd336 vendor 5 年之前
RequestInterface.php c9405dd336 vendor 5 年之前
RequestSafetyInterface.php c9405dd336 vendor 5 年之前
ResourceConnection.php c9405dd336 vendor 5 年之前
ResponseFactory.php c9405dd336 vendor 5 年之前
ResponseInterface.php c9405dd336 vendor 5 年之前
RouterInterface.php c9405dd336 vendor 5 年之前
RouterList.php c9405dd336 vendor 5 年之前
RouterListInterface.php c9405dd336 vendor 5 年之前
ScopeDefault.php c9405dd336 vendor 5 年之前
ScopeFallbackResolverInterface.php c9405dd336 vendor 5 年之前
ScopeInterface.php c9405dd336 vendor 5 年之前
ScopeResolver.php c9405dd336 vendor 5 年之前
ScopeResolverInterface.php c9405dd336 vendor 5 年之前
ScopeResolverPool.php c9405dd336 vendor 5 年之前
ScopeTreeProviderInterface.php c9405dd336 vendor 5 年之前
ScopeValidatorInterface.php c9405dd336 vendor 5 年之前
SetupInfo.php c9405dd336 vendor 5 年之前
Shell.php c9405dd336 vendor 5 年之前
State.php c9405dd336 vendor 5 年之前
StaticResource.php c9405dd336 vendor 5 年之前
TemplateTypesInterface.php c9405dd336 vendor 5 年之前
View.php c9405dd336 vendor 5 年之前
ViewInterface.php c9405dd336 vendor 5 年之前

README.md

Magento\Framework\App implements most of the Magento application framework.

Unlike other components of Magento\Framework that are generic libraries not specific to Magento application, the Magento\Framework\App is "aware of" Magento application intentionally.

The library implements a variety of features of the Magento application:

  • bootstrap and initialization parameters
  • error handling
  • entry point handlers (application scripts):
    • HTTP -- the web-application entry point for serving pages of Storefront, Admin, etc
    • Static Resource -- for retrieving and serving static content (CSS, JavaScript, images)
    • Cron -- for launching cron jobs
  • Object manager, filesystem components (inheritors specific to Magento application)
  • Caching, cache types
  • Language packages, dictionaries
  • DB connection configuration and pool
  • Request dispatching, routing, front controller
  • Services for view layer
  • Application areas