TYPO3  7.6
Public Member Functions | List of all members
RepositoryRepository Class Reference
Inheritance diagram for RepositoryRepository:
Repository RepositoryInterface SingletonInterface

Public Member Functions

 updateRepositoryCount ($extCount, $uid=1)
 
- Public Member Functions inherited from Repository
 injectPersistenceManager (\TYPO3\CMS\Extbase\Persistence\PersistenceManagerInterface $persistenceManager)
 
 __construct (\TYPO3\CMS\Extbase\Object\ObjectManagerInterface $objectManager)
 
 add ($object)
 
 remove ($object)
 
 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 Repository
 getRepositoryClassName ()
 
- Protected Attributes inherited from Repository
 $persistenceManager
 
 $objectManager
 
 $objectType
 
 $defaultOrderings = array()
 
 $defaultQuerySettings = null
 

Detailed Description

A repository for extension repositories

Definition at line 20 of file RepositoryRepository.php.

Member Function Documentation

updateRepositoryCount (   $extCount,
  $uid = 1 
)

Updates ExtCount and lastUpdated in Repository eg after import

Parameters
int$extCount
int$uid
Returns
void

Definition at line 42 of file RepositoryRepository.php.

References Repository\findByUid(), and Repository\update().