‪TYPO3CMS  11.5
TYPO3\CMS\Core\Tests\Unit\Database\Mocks\MockKeywordList Class Reference
Inheritance diagram for TYPO3\CMS\Core\Tests\Unit\Database\Mocks\MockKeywordList:

Public Member Functions

string getName ()
 

Protected Member Functions

array getKeywords ()
 

Detailed Description

Definition at line 22 of file MockKeywordList.php.

Member Function Documentation

◆ getKeywords()

array TYPO3\CMS\Core\Tests\Unit\Database\Mocks\MockKeywordList::getKeywords ( )
protected

Returns the list of keywords.

Returns
‪array

Definition at line 39 of file MockKeywordList.php.

◆ getName()

string TYPO3\CMS\Core\Tests\Unit\Database\Mocks\MockKeywordList::getName ( )

Returns the name of this keyword list.

Returns
‪string

Definition at line 29 of file MockKeywordList.php.