Home
last modified time | relevance | path

Searched refs:additionalWhereClause (Results 1 – 15 of 15) sorted by relevance

/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/backend/Classes/RecordList/
H A DRecordListGetTableHookInterface.php29 * @param string $additionalWhereClause An additional WHERE clause
33 …public function getDBlistQuery($table, $pageId, &$additionalWhereClause, &$selectedFieldsList, &$p… argument
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/backend/Classes/RecordList/
H A DRecordListGetTableHookInterface.php28 * @param string $additionalWhereClause An additional WHERE clause
32 …public function getDBlistQuery($table, $pageId, &$additionalWhereClause, &$selectedFieldsList, &$p… argument
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/backend/Classes/RecordList/
H A DRecordListGetTableHookInterface.php29 * @param string $additionalWhereClause An additional WHERE clause
33 …public function getDBlistQuery($table, $pageId, &$additionalWhereClause, &$selectedFieldsList, &$p… argument
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/Domain/Repository/
H A DPageRepository.php741 …* @param string $additionalWhereClause Optional additional where clauses. Like "AND title like '%s…
747 …public function getMenu($pageId, $fields = '*', $sortField = 'sorting', $additionalWhereClause = '… argument
754 … $this->getSubpagesForPages((array)$pageId, $fields, $sortField, $additionalWhereClause, $checkSho…
767 …* @param string $additionalWhereClause Optional additional where clauses. Like "AND title like '%s…
773 …return $this->getSubpagesForPages($pageIds, $fields, $sortField, $additionalWhereClause, $checkSho…
804 * @param string $additionalWhereClause optional additional WHERE clause
816 string $additionalWhereClause = '', argument
839 QueryHelper::stripLogicalOperatorPrefix($additionalWhereClause)
866 $page = $this->checkValidShortcutOfPage((array)$page, $additionalWhereClause);
927 protected function checkValidShortcutOfPage(array $page, $additionalWhereClause) argument
[all …]
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/Domain/Repository/
H A DPageRepository.php715 …* @param string $additionalWhereClause Optional additional where clauses. Like "AND title like '%s…
721 …public function getMenu($pageId, $fields = '*', $sortField = 'sorting', $additionalWhereClause = '… argument
723 … $this->getSubpagesForPages((array)$pageId, $fields, $sortField, $additionalWhereClause, $checkSho…
736 …* @param string $additionalWhereClause Optional additional where clauses. Like "AND title like '%s…
742 …return $this->getSubpagesForPages($pageIds, $fields, $sortField, $additionalWhereClause, $checkSho…
773 * @param string $additionalWhereClause optional additional WHERE clause
785 string $additionalWhereClause = '', argument
808 QueryHelper::stripLogicalOperatorPrefix($additionalWhereClause)
836 $page = $this->checkValidShortcutOfPage((array)$page, $additionalWhereClause);
897 protected function checkValidShortcutOfPage(array $page, $additionalWhereClause) argument
[all …]
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/frontend/Classes/Page/
H A DPageRepository.php863 …* @param string $additionalWhereClause Optional additional where clauses. Like "AND title like '%s…
868 …public function getMenu($pageId, $fields = '*', $sortField = 'sorting', $additionalWhereClause = '… argument
870 … $this->getSubpagesForPages((array)$pageId, $fields, $sortField, $additionalWhereClause, $checkSho…
882 …* @param string $additionalWhereClause Optional additional where clauses. Like "AND title like '%s…
888 …return $this->getSubpagesForPages($pageIds, $fields, $sortField, $additionalWhereClause, $checkSho…
918 * @param string $additionalWhereClause optional additional WHERE clause
930 string $additionalWhereClause = '', argument
951 QueryHelper::stripLogicalOperatorPrefix($additionalWhereClause)
979 $page = $this->checkValidShortcutOfPage((array)$page, $additionalWhereClause);
1040 protected function checkValidShortcutOfPage(array $page, $additionalWhereClause) argument
[all …]
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/backend/Classes/Tree/Repository/
H A DPageTreeRepository.php489 * @param string $additionalWhereClause
492 …edTree(string $searchFilter, array $allowedMountPointPageIds, string $additionalWhereClause): array argument
526 QueryHelper::stripLogicalOperatorPrefix($additionalWhereClause)
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/backend/Classes/Tree/Repository/
H A DPageTreeRepository.php474 * @param string $additionalWhereClause
477 …edTree(string $searchFilter, array $allowedMountPointPageIds, string $additionalWhereClause): array argument
511 QueryHelper::stripLogicalOperatorPrefix($additionalWhereClause)
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/backend/Classes/Tree/Repository/
H A DPageTreeRepository.php501 * @param string $additionalWhereClause
504 …edTree(string $searchFilter, array $allowedMountPointPageIds, string $additionalWhereClause): array argument
538 QueryHelper::stripLogicalOperatorPrefix($additionalWhereClause)
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/indexed_search/Classes/Domain/Repository/
H A DIndexSearchRepository.php676 * @param string $additionalWhereClause Additional AND clause in the end of the query.
679 protected function execPHashListQuery($wordSel, $additionalWhereClause = '') argument
691 QueryHelper::stripLogicalOperatorPrefix($additionalWhereClause)
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/indexed_search/Classes/Domain/Repository/
H A DIndexSearchRepository.php675 * @param string $additionalWhereClause Additional AND clause in the end of the query.
678 protected function execPHashListQuery($wordSel, $additionalWhereClause = '') argument
690 QueryHelper::stripLogicalOperatorPrefix($additionalWhereClause)
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/indexed_search/Classes/Domain/Repository/
H A DIndexSearchRepository.php653 * @param string $additionalWhereClause Additional AND clause in the end of the query.
656 protected function execPHashListQuery($wordSel, $additionalWhereClause = '') argument
668 QueryHelper::stripLogicalOperatorPrefix($additionalWhereClause)
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/backend/Classes/View/
H A DPageLayoutView.php847 * @param string $additionalWhereClause Additional where clause for database select
850 …ected function getContentRecordsPerColumn($table, $id, array $columns, $additionalWhereClause = '') argument
858 $additionalWhereClause,
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/backend/Classes/View/
H A DPageLayoutView.php896 * @param string $additionalWhereClause Additional where clause for database select
899 …ected function getContentRecordsPerColumn($table, $id, array $columns, $additionalWhereClause = '') argument
907 $additionalWhereClause
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/backend/Classes/View/
H A DPageLayoutView.php1653 * @param string $additionalWhereClause Additional where clause for database select
1656 …ected function getContentRecordsPerColumn($table, $id, array $columns, $additionalWhereClause = '') argument
1664 $additionalWhereClause