Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Espaces de nommage | |
Controller | |
Exception | |
Storage | |
Structures de données | |
class | Cache |
class | CacheController |
class | CacheControllerFactory |
interface | CacheControllerFactoryAwareInterface |
interface | CacheControllerFactoryInterface |
class | CacheStorage |
Fonctions | |
getCacheControllerFactory () | |
setCacheControllerFactory (CacheControllerFactoryInterface $cacheControllerFactory=null) | |
Variables | |
trait | CacheControllerFactoryAwareTrait |
Joomla! Content Management System
Joomla! Content Management System
Joomla! Content Management System
Joomla! Content Management System
Joomla! Content Management System
|
protected |
Get the CacheControllerFactoryInterface.
Références class, et Factory\getContainer().
Référencé par MenuFactory\createMenu(), Factory\createRenderer(), et MVCFactory\setCacheControllerOnObject().
Joomla\CMS\Cache\setCacheControllerFactory | ( | CacheControllerFactoryInterface | $cacheControllerFactory = null | ) |
Set the cache controller factory to use.
CacheControllerFactoryInterface | $cacheControllerFactory | The cache controller factory to use. |
trait CacheControllerFactoryAwareTrait |
Defines the trait for a CacheControllerFactoryInterface Aware Class.