Свойство | Тип | Описание | |
---|---|---|---|
$defaultSiteNodeName | string |
Метод | Описание | |
---|---|---|
findDefault ( ) : |
Find the site that was specified in the configuration defaultSiteNodeName | |
findFirst ( ) : |
Finds the first site | |
findFirstOnline ( ) : |
Find first site with status "online" | |
findOnline ( ) : Neos\Flow\Persistence\QueryResultInterface | Find all sites with status "online" |
public findDefault ( ) : |
||
Результат |
public findFirst ( ) : |
||
Результат | The first site or NULL if none exists |
public findFirstOnline ( ) : |
||
Результат |
public findOnline ( ) : Neos\Flow\Persistence\QueryResultInterface | ||
Результат | Neos\Flow\Persistence\QueryResultInterface |