PHP 클래스 Neos\Neos\Domain\Repository\DomainRepository

상속: extends Neos\Flow\Persistence\Repository
파일 보기 프로젝트 열기: neos/neos-development-collection 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$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