PHP Class Equip\Action

Inheritance: extends Arbiter\Action
Afficher le fichier Open project: equip/framework Class Usage Examples

Protected Properties

Свойство Type Description
$domain DomainInterface The domain specification.
$input InputInterface The input specification.
$responder ResponderInterface The responder specification.

Méthodes publiques

Méthode 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.

Method Details

__construct() public méthode

public __construct ( $domain, $responder = null, $input = null )

getDomain() public méthode

Returns the domain specification.
public getDomain ( ) : DomainInterface
Résultat DomainInterface

getInput() public méthode

Returns the input specification.
public getInput ( ) : InputInterface
Résultat InputInterface

getResponder() public méthode

Returns the responder specification.
public getResponder ( ) : ResponderInterface
Résultat ResponderInterface

Property Details

$domain protected_oe property

The domain specification.
protected DomainInterface $domain
Résultat DomainInterface

$input protected_oe property

The input specification.
protected InputInterface $input
Résultat InputInterface

$responder protected_oe property

The responder specification.
protected ResponderInterface $responder
Résultat ResponderInterface