TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Extensionmanager\Domain\Repository\RepositoryRepository Class Reference
Inheritance diagram for TYPO3\CMS\Extensionmanager\Domain\Repository\RepositoryRepository:
TYPO3\CMS\Extbase\Persistence\Repository TYPO3\CMS\Extbase\Persistence\RepositoryInterface TYPO3\CMS\Core\SingletonInterface

Public Member Functions

 updateRepositoryCount ($extCount, $uid=1)
 
- Public Member Functions inherited from TYPO3\CMS\Extbase\Persistence\Repository
 __construct (\TYPO3\CMS\Extbase\Object\ObjectManagerInterface $objectManager)
 
 add ($object)
 
 remove ($object)
 
 replace ($existingObject, $newObject)
 
 update ($modifiedObject)
 
 findAll ()
 
 countAll ()
 
 removeAll ()
 
 findByUid ($uid)
 
 findByIdentifier ($identifier)
 
 setDefaultOrderings (array $defaultOrderings)
 
 setDefaultQuerySettings (\TYPO3\CMS\Extbase\Persistence\Generic\QuerySettingsInterface $defaultQuerySettings)
 
 createQuery ()
 
 __call ($methodName, $arguments)
 

Additional Inherited Members

- Protected Member Functions inherited from TYPO3\CMS\Extbase\Persistence\Repository
 getRepositoryClassName ()
 
- Protected Attributes inherited from TYPO3\CMS\Extbase\Persistence\Repository
 $identityMap
 
 $backend
 
 $session
 
 $persistenceManager
 
 $objectManager
 
 $objectType
 
 $defaultOrderings = array()
 
 $defaultQuerySettings = NULL
 

Detailed Description

This file is part of the TYPO3 CMS project.

It is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, either version 2 of the License, or any later version.

For the full copyright and license information, please read the LICENSE.txt file that was distributed with this source code.

The TYPO3 project - inspiring people to share! A repository for extension repositories

Author
Susanne Moog typo3.nosp@m.@sus.nosp@m.annem.nosp@m.oog..nosp@m.de

Definition at line 21 of file RepositoryRepository.php.

Member Function Documentation

◆ updateRepositoryCount()

TYPO3\CMS\Extensionmanager\Domain\Repository\RepositoryRepository::updateRepositoryCount (   $extCount,
  $uid = 1 
)

Updates ExtCount and lastUpdated in Repository eg after import

Parameters
integer$extCount
integer$uid
Returns
void

Definition at line 42 of file RepositoryRepository.php.

References $uid, TYPO3\CMS\Extbase\Persistence\Repository\findAll(), TYPO3\CMS\Extbase\Persistence\Repository\findByUid(), and TYPO3\CMS\Extbase\Persistence\Repository\update().