PHP 클래스 Neos\Neos\Command\DomainCommandController

상속: extends Neos\Flow\Cli\CommandController
파일 보기 프로젝트 열기: neos/neos-development-collection

보호된 프로퍼티들

프로퍼티 타입 설명
$domainRepository Neos\Neos\Domain\Repository\DomainRepository
$siteRepository Neos\Neos\Domain\Repository\SiteRepository
$validatorResolver Neos\Flow\Validation\ValidatorResolver

공개 메소드들

메소드 설명
activateCommand ( string $hostname ) : void Activate a domain record by hostname
addCommand ( string $siteNodeName, string $hostname, string $scheme = null, integer $port = null ) : void Add a domain record
deactivateCommand ( string $hostname ) : void Deactivate a domain record by hostname
deleteCommand ( string $hostname ) : void Delete a domain record by hostname
listCommand ( string $hostname = null ) : void Display a list of available domain records

메소드 상세

activateCommand() 공개 메소드

Activate a domain record by hostname
public activateCommand ( string $hostname ) : void
$hostname string The hostname to activate
리턴 void

addCommand() 공개 메소드

Add a domain record
public addCommand ( string $siteNodeName, string $hostname, string $scheme = null, integer $port = null ) : void
$siteNodeName string The nodeName of the site rootNode, e.g. "neostypo3org"
$hostname string The hostname to match on, e.g. "flow.neos.io"
$scheme string The scheme for linking (http/https)
$port integer The port for linking (0-49151)
리턴 void

deactivateCommand() 공개 메소드

Deactivate a domain record by hostname
public deactivateCommand ( string $hostname ) : void
$hostname string The hostname to deactivate
리턴 void

deleteCommand() 공개 메소드

Delete a domain record by hostname
public deleteCommand ( string $hostname ) : void
$hostname string The hostname to remove
리턴 void

listCommand() 공개 메소드

Display a list of available domain records
public listCommand ( string $hostname = null ) : void
$hostname string An optional hostname to search for
리턴 void

프로퍼티 상세

$domainRepository 보호되어 있는 프로퍼티

protected DomainRepository,Neos\Neos\Domain\Repository $domainRepository
리턴 Neos\Neos\Domain\Repository\DomainRepository

$siteRepository 보호되어 있는 프로퍼티

protected SiteRepository,Neos\Neos\Domain\Repository $siteRepository
리턴 Neos\Neos\Domain\Repository\SiteRepository

$validatorResolver 보호되어 있는 프로퍼티

protected ValidatorResolver,Neos\Flow\Validation $validatorResolver
리턴 Neos\Flow\Validation\ValidatorResolver