PHP Class Equip\Action

Inheritance: extends Arbiter\Action
Show file Open project: equip/framework Class Usage Examples

Protected Properties

Property Type Description
$domain DomainInterface The domain specification.
$input InputInterface The input specification.
$responder ResponderInterface The responder specification.

Public Methods

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.

Method Details

__construct() public method

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

getDomain() public method

Returns the domain specification.
public getDomain ( ) : DomainInterface
return DomainInterface

getInput() public method

Returns the input specification.
public getInput ( ) : InputInterface
return InputInterface

getResponder() public method

Returns the responder specification.
public getResponder ( ) : ResponderInterface
return ResponderInterface

Property Details

$domain protected property

The domain specification.
protected DomainInterface $domain
return DomainInterface

$input protected property

The input specification.
protected InputInterface $input
return InputInterface

$responder protected property

The responder specification.
protected ResponderInterface $responder
return ResponderInterface