‪TYPO3CMS  10.4
Selector.php
Go to the documentation of this file.
1 <?php
2 
3 /*
4  * This file is part of the TYPO3 CMS project.
5  *
6  * It is free software; you can redistribute it and/or modify it under
7  * the terms of the GNU General Public License, either version 2
8  * of the License, or any later version.
9  *
10  * For the full copyright and license information, please read the
11  * LICENSE.txt file that was distributed with this source code.
12  *
13  * The TYPO3 project - inspiring people to share!
14  */
15 
17 
31 {
35  protected ‪$nodeTypeName;
36 
40  protected ‪$selectorName;
41 
49  {
50  $this->selectorName = ‪$selectorName;
51  $this->nodeTypeName = ‪$nodeTypeName;
52  }
53 
59  public function ‪getNodeTypeName()
60  {
62  }
63 
70  public function ‪getSelectorName()
71  {
73  }
74 }
‪TYPO3\CMS\Extbase\Persistence\Generic\Qom\Selector\getSelectorName
‪string getSelectorName()
Definition: Selector.php:68
‪TYPO3\CMS\Extbase\Persistence\Generic\Qom\Selector
Definition: Selector.php:31
‪TYPO3\CMS\Extbase\Persistence\Generic\Qom\Selector\__construct
‪__construct($selectorName, $nodeTypeName)
Definition: Selector.php:46
‪TYPO3\CMS\Extbase\Persistence\Generic\Qom\SelectorInterface
Definition: SelectorInterface.php:30
‪TYPO3\CMS\Extbase\Persistence\Generic\Qom
Definition: AndInterface.php:16
‪TYPO3\CMS\Extbase\Persistence\Generic\Qom\Selector\$selectorName
‪string $selectorName
Definition: Selector.php:38
‪TYPO3\CMS\Extbase\Persistence\Generic\Qom\Selector\$nodeTypeName
‪string $nodeTypeName
Definition: Selector.php:34
‪TYPO3\CMS\Extbase\Persistence\Generic\Qom\Selector\getNodeTypeName
‪string getNodeTypeName()
Definition: Selector.php:57