コード例 #1
0
ファイル: PhpFrontend.php プロジェクト: khanhdeux/typo3test
 /**
  * Constructs the cache
  *
  * @param string $identifier A identifier which describes this cache
  * @param \TYPO3\CMS\Core\Cache\Backend\PhpCapableBackendInterface $backend Backend to be used for this cache
  */
 public function __construct($identifier, \TYPO3\CMS\Core\Cache\Backend\PhpCapableBackendInterface $backend)
 {
     parent::__construct($identifier, $backend);
 }
コード例 #2
0
ファイル: PhpFrontend.php プロジェクト: plan2net/TYPO3.CMS
 /**
  * Constructs the cache
  *
  * @param string $identifier A identifier which describes this cache
  * @param PhpCapableBackendInterface $backend Backend to be used for this cache
  */
 public function __construct($identifier, PhpCapableBackendInterface $backend)
 {
     parent::__construct($identifier, $backend);
 }