TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Extbase\Persistence\Generic\Qom\SelectorInterface Interface Reference
Inheritance diagram for TYPO3\CMS\Extbase\Persistence\Generic\Qom\SelectorInterface:
TYPO3\CMS\Extbase\Persistence\Generic\Qom\SourceInterface Tx_Extbase_Persistence_QOM_SelectorInterface TYPO3\CMS\Extbase\Persistence\Generic\Qom\Selector Tx_Extbase_Persistence_QOM_Selector

Public Member Functions

 getNodeTypeName ()
 
 getSelectorName ()
 

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! Selects a subset of the nodes in the repository based on node type.

A selector selects every node in the repository, subject to access control constraints, that satisfies at least one of the following conditions:

the node's primary node type is nodeType, or the node's primary node type is a subtype of nodeType, or the node has a mixin node type that is nodeType, or the node has a mixin node type that is a subtype of nodeType.

Definition at line 27 of file SelectorInterface.php.

Member Function Documentation

◆ getNodeTypeName()

TYPO3\CMS\Extbase\Persistence\Generic\Qom\SelectorInterface::getNodeTypeName ( )

Gets the name of the required node type.

Returns
string the node type name; non-null

Implemented in TYPO3\CMS\Extbase\Persistence\Generic\Qom\Selector.

◆ getSelectorName()

TYPO3\CMS\Extbase\Persistence\Generic\Qom\SelectorInterface::getSelectorName ( )

Gets the selector name. A selector's name can be used elsewhere in the query to identify the selector.

Returns
string the selector name; non-null

Implemented in TYPO3\CMS\Extbase\Persistence\Generic\Qom\Selector.