PHP Class Neos\Media\Domain\Repository\TagRepository

Inheritance: extends Neos\Flow\Persistence\Repository
Show file Open project: neos/neos-development-collection Class Usage Examples

Protected Properties

Property Type Description
$defaultOrderings array

Public Methods

Method Description
findByAssetCollections ( array $assetCollections ) : Neos\Flow\Persistence\QueryResultInterface
findBySearchTerm ( string $searchTerm ) : Neos\Flow\Persistence\QueryResultInterface

Method Details

findByAssetCollections() public method

public findByAssetCollections ( array $assetCollections ) : Neos\Flow\Persistence\QueryResultInterface
$assetCollections array
return Neos\Flow\Persistence\QueryResultInterface

findBySearchTerm() public method

public findBySearchTerm ( string $searchTerm ) : Neos\Flow\Persistence\QueryResultInterface
$searchTerm string
return Neos\Flow\Persistence\QueryResultInterface

Property Details

$defaultOrderings protected property

protected array $defaultOrderings
return array