Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 
 
 
 
 
Florian Eisenmenger 41ccc32b5d checkin 2 роки тому
..
Action checkin 2 роки тому
Area checkin 2 роки тому
AreaList checkin 2 роки тому
Arguments checkin 2 роки тому
Cache checkin 2 роки тому
Config checkin 2 роки тому
Console checkin 2 роки тому
DefaultPath checkin 2 роки тому
DeploymentConfig checkin 2 роки тому
Filesystem checkin 2 роки тому
Helper checkin 2 роки тому
Http checkin 2 роки тому
Interception/Cache checkin 2 роки тому
Language checkin 2 роки тому
ObjectManager checkin 2 роки тому
PageCache checkin 2 роки тому
Request checkin 2 роки тому
ResourceConnection checkin 2 роки тому
Response checkin 2 роки тому
Route checkin 2 роки тому
Router checkin 2 роки тому
Rss checkin 2 роки тому
Scope checkin 2 роки тому
State checkin 2 роки тому
Test/Unit checkin 2 роки тому
Utility checkin 2 роки тому
View checkin 2 роки тому
etc checkin 2 роки тому
ActionFactory.php checkin 2 роки тому
ActionFlag.php checkin 2 роки тому
ActionInterface.php checkin 2 роки тому
Area.php checkin 2 роки тому
AreaInterface.php checkin 2 роки тому
AreaList.php checkin 2 роки тому
Bootstrap.php checkin 2 роки тому
Cache.php checkin 2 роки тому
CacheInterface.php checkin 2 роки тому
Config.php checkin 2 роки тому
Cron.php checkin 2 роки тому
CsrfAwareActionInterface.php checkin 2 роки тому
DefaultPathInterface.php checkin 2 роки тому
DeploymentConfig.php checkin 2 роки тому
DesignInterface.php checkin 2 роки тому
DocRootLocator.php checkin 2 роки тому
EnvironmentFactory.php checkin 2 роки тому
EnvironmentInterface.php checkin 2 роки тому
ErrorHandler.php checkin 2 роки тому
ExceptionHandler.php checkin 2 роки тому
ExceptionHandlerInterface.php checkin 2 роки тому
Feed.php checkin 2 роки тому
FeedFactory.php checkin 2 роки тому
FeedFactoryInterface.php checkin 2 роки тому
FeedInterface.php checkin 2 роки тому
FrontController.php checkin 2 роки тому
FrontControllerInterface.php checkin 2 роки тому
Http.php checkin 2 роки тому
HttpRequestInterface.php checkin 2 роки тому
MaintenanceMode.php checkin 2 роки тому
MutableScopeConfig.php checkin 2 роки тому
ObjectManager.php checkin 2 роки тому
ObjectManagerFactory.php checkin 2 роки тому
PlainTextRequestInterface.php checkin 2 роки тому
ProductMetadata.php checkin 2 роки тому
ProductMetadataInterface.php checkin 2 роки тому
README.md checkin 2 роки тому
ReinitableConfig.php checkin 2 роки тому
RequestContentInterface.php checkin 2 роки тому
RequestFactory.php checkin 2 роки тому
RequestInterface.php checkin 2 роки тому
RequestSafetyInterface.php checkin 2 роки тому
ResourceConnection.php checkin 2 роки тому
ResponseFactory.php checkin 2 роки тому
ResponseInterface.php checkin 2 роки тому
RouterInterface.php checkin 2 роки тому
RouterList.php checkin 2 роки тому
RouterListInterface.php checkin 2 роки тому
ScopeDefault.php checkin 2 роки тому
ScopeFallbackResolverInterface.php checkin 2 роки тому
ScopeInterface.php checkin 2 роки тому
ScopeResolver.php checkin 2 роки тому
ScopeResolverInterface.php checkin 2 роки тому
ScopeResolverPool.php checkin 2 роки тому
ScopeTreeProviderInterface.php checkin 2 роки тому
ScopeValidatorInterface.php checkin 2 роки тому
SetupInfo.php checkin 2 роки тому
Shell.php checkin 2 роки тому
State.php checkin 2 роки тому
StaticResource.php checkin 2 роки тому
TemplateTypesInterface.php checkin 2 роки тому
View.php checkin 2 роки тому
ViewInterface.php checkin 2 роки тому

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