| 1 | <?php |
||
| 18 | class RepositoryPersistenceOption extends AbstractOptionDefinition |
||
| 19 | { |
||
| 20 | /** |
||
| 21 | * @var string |
||
| 22 | * @validate NotEmpty |
||
| 23 | * @validate Romm.ConfigurationObject:ClassImplements(interface=TYPO3\CMS\Extbase\Persistence\RepositoryInterface) |
||
| 24 | */ |
||
| 25 | protected $repositoryClassName; |
||
| 26 | |||
| 27 | /** |
||
| 28 | * @return string |
||
| 29 | */ |
||
| 30 | public function getRepositoryClassName() |
||
| 34 | } |
||
| 35 |