Property | Type | Description | |
---|---|---|---|
$domain | DomainInterface | The domain specification. | |
$input | InputInterface | The input specification. | |
$responder | ResponderInterface | The responder specification. |
Method | Description | |
---|---|---|
__construct ( $domain, $responder = null, $input = null ) | ||
getDomain ( ) : DomainInterface | Returns the domain specification. | |
getInput ( ) : InputInterface | Returns the input specification. | |
getResponder ( ) : ResponderInterface | Returns the responder specification. |
public getDomain ( ) : DomainInterface | ||
return | DomainInterface |
public getInput ( ) : InputInterface | ||
return | InputInterface |
public getResponder ( ) : ResponderInterface | ||
return | ResponderInterface |
protected DomainInterface $domain | ||
return | DomainInterface |
protected InputInterface $input | ||
return | InputInterface |