‪TYPO3CMS  ‪main
TYPO3\CMS\IndexedSearch\Dto\IndexingDataAsArray Class Reference

Public Member Functions

 __construct (public array $title=[], public array $body=[], public array $keywords=[], public array $description=[],)
 
 toArray ()
 

Static Public Member Functions

static fromArray (array $input)
 

Detailed Description

DTO used for the indexed_search Indexer class

Definition at line 25 of file IndexingDataAsArray.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\IndexedSearch\Dto\IndexingDataAsArray::__construct ( public array  $title = [],
public array  $body = [],
public array  $keywords = [],
public array  $description = [] 
)

Definition at line 27 of file IndexingDataAsArray.php.

Member Function Documentation

◆ fromArray()

static TYPO3\CMS\IndexedSearch\Dto\IndexingDataAsArray::fromArray ( array  $input)
static
Parameters
array{title?‪array|null, body?: array|null, keywords?: array|null, description?: array|null} $input

Definition at line 37 of file IndexingDataAsArray.php.

◆ toArray()

TYPO3\CMS\IndexedSearch\Dto\IndexingDataAsArray::toArray ( )

Definition at line 47 of file IndexingDataAsArray.php.