25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
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