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

Additional Inherited Members

- 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)
 
- 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! Repository for Category models.

Definition at line 21 of file CategoryRepository.php.