Вы не можете выбрать более 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