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

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