PHP Класс Neos\Neos\Domain\Repository\DomainRepository

Наследование: extends Neos\Flow\Persistence\Repository
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$bootstrap Neos\Flow\Core\Bootstrap
$defaultOrderings array
$domainMatchingStrategy Neos\Neos\Domain\Service\DomainMatchingStrategy

Открытые методы

Метод Описание
findByHost ( string $hostname, boolean $onlyActive = false ) : array Finds all active domains matching the given hostname.
findOneByActiveRequest ( ) : Domain
findOneByHost ( string $hostname, boolean $onlyActive = false ) : Domain Find the best matching active domain for the given hostname.

Описание методов

findByHost() публичный Метод

Their order is determined by how well they match, best match first.
public findByHost ( string $hostname, boolean $onlyActive = false ) : array
$hostname string Hostname the domain should match with (eg. "localhost" or "www.neos.io")
$onlyActive boolean Only include active domains
Результат array An array of matching domains

findOneByActiveRequest() публичный Метод

public findOneByActiveRequest ( ) : Domain
Результат Neos\Neos\Domain\Model\Domain

findOneByHost() публичный Метод

Find the best matching active domain for the given hostname.
public findOneByHost ( string $hostname, boolean $onlyActive = false ) : Domain
$hostname string Hostname the domain should match with (eg. "localhost" or "www.neos.io")
$onlyActive boolean Only include active domains
Результат Neos\Neos\Domain\Model\Domain

Описание свойств

$bootstrap защищенное свойство

protected Bootstrap,Neos\Flow\Core $bootstrap
Результат Neos\Flow\Core\Bootstrap

$defaultOrderings защищенное свойство

protected array $defaultOrderings
Результат array

$domainMatchingStrategy защищенное свойство

protected DomainMatchingStrategy,Neos\Neos\Domain\Service $domainMatchingStrategy
Результат Neos\Neos\Domain\Service\DomainMatchingStrategy