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