Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 
 
 
Florian Eisenmenger 41ccc32b5d checkin 2 lat temu
..
Action checkin 2 lat temu
Area checkin 2 lat temu
AreaList checkin 2 lat temu
Arguments checkin 2 lat temu
Cache checkin 2 lat temu
Config checkin 2 lat temu
Console checkin 2 lat temu
DefaultPath checkin 2 lat temu
DeploymentConfig checkin 2 lat temu
Filesystem checkin 2 lat temu
Helper checkin 2 lat temu
Http checkin 2 lat temu
Interception/Cache checkin 2 lat temu
Language checkin 2 lat temu
ObjectManager checkin 2 lat temu
PageCache checkin 2 lat temu
Request checkin 2 lat temu
ResourceConnection checkin 2 lat temu
Response checkin 2 lat temu
Route checkin 2 lat temu
Router checkin 2 lat temu
Rss checkin 2 lat temu
Scope checkin 2 lat temu
State checkin 2 lat temu
Test/Unit checkin 2 lat temu
Utility checkin 2 lat temu
View checkin 2 lat temu
etc checkin 2 lat temu
ActionFactory.php checkin 2 lat temu
ActionFlag.php checkin 2 lat temu
ActionInterface.php checkin 2 lat temu
Area.php checkin 2 lat temu
AreaInterface.php checkin 2 lat temu
AreaList.php checkin 2 lat temu
Bootstrap.php checkin 2 lat temu
Cache.php checkin 2 lat temu
CacheInterface.php checkin 2 lat temu
Config.php checkin 2 lat temu
Cron.php checkin 2 lat temu
CsrfAwareActionInterface.php checkin 2 lat temu
DefaultPathInterface.php checkin 2 lat temu
DeploymentConfig.php checkin 2 lat temu
DesignInterface.php checkin 2 lat temu
DocRootLocator.php checkin 2 lat temu
EnvironmentFactory.php checkin 2 lat temu
EnvironmentInterface.php checkin 2 lat temu
ErrorHandler.php checkin 2 lat temu
ExceptionHandler.php checkin 2 lat temu
ExceptionHandlerInterface.php checkin 2 lat temu
Feed.php checkin 2 lat temu
FeedFactory.php checkin 2 lat temu
FeedFactoryInterface.php checkin 2 lat temu
FeedInterface.php checkin 2 lat temu
FrontController.php checkin 2 lat temu
FrontControllerInterface.php checkin 2 lat temu
Http.php checkin 2 lat temu
HttpRequestInterface.php checkin 2 lat temu
MaintenanceMode.php checkin 2 lat temu
MutableScopeConfig.php checkin 2 lat temu
ObjectManager.php checkin 2 lat temu
ObjectManagerFactory.php checkin 2 lat temu
PlainTextRequestInterface.php checkin 2 lat temu
ProductMetadata.php checkin 2 lat temu
ProductMetadataInterface.php checkin 2 lat temu
README.md checkin 2 lat temu
ReinitableConfig.php checkin 2 lat temu
RequestContentInterface.php checkin 2 lat temu
RequestFactory.php checkin 2 lat temu
RequestInterface.php checkin 2 lat temu
RequestSafetyInterface.php checkin 2 lat temu
ResourceConnection.php checkin 2 lat temu
ResponseFactory.php checkin 2 lat temu
ResponseInterface.php checkin 2 lat temu
RouterInterface.php checkin 2 lat temu
RouterList.php checkin 2 lat temu
RouterListInterface.php checkin 2 lat temu
ScopeDefault.php checkin 2 lat temu
ScopeFallbackResolverInterface.php checkin 2 lat temu
ScopeInterface.php checkin 2 lat temu
ScopeResolver.php checkin 2 lat temu
ScopeResolverInterface.php checkin 2 lat temu
ScopeResolverPool.php checkin 2 lat temu
ScopeTreeProviderInterface.php checkin 2 lat temu
ScopeValidatorInterface.php checkin 2 lat temu
SetupInfo.php checkin 2 lat temu
Shell.php checkin 2 lat temu
State.php checkin 2 lat temu
StaticResource.php checkin 2 lat temu
TemplateTypesInterface.php checkin 2 lat temu
View.php checkin 2 lat temu
ViewInterface.php checkin 2 lat temu

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