PHP Класс Equip\Action

Наследование: extends Arbiter\Action
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$domain DomainInterface The domain specification.
$input InputInterface The input specification.
$responder ResponderInterface The responder specification.

Открытые методы

Метод Описание
__construct ( $domain, $responder = null, $input = null )
getDomain ( ) : DomainInterface Returns the domain specification.
getInput ( ) : InputInterface Returns the input specification.
getResponder ( ) : ResponderInterface Returns the responder specification.

Описание методов

__construct() публичный Метод

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

getDomain() публичный Метод

Returns the domain specification.
public getDomain ( ) : DomainInterface
Результат DomainInterface

getInput() публичный Метод

Returns the input specification.
public getInput ( ) : InputInterface
Результат InputInterface

getResponder() публичный Метод

Returns the responder specification.
public getResponder ( ) : ResponderInterface
Результат ResponderInterface

Описание свойств

$domain защищенное свойство

The domain specification.
protected DomainInterface $domain
Результат DomainInterface

$input защищенное свойство

The input specification.
protected InputInterface $input
Результат InputInterface

$responder защищенное свойство

The responder specification.
protected ResponderInterface $responder
Результат ResponderInterface