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