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