PHP Класс Telegram\Bot\Answers\AnswerBus

Показать файл Открыть проект

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

Свойство Тип Описание
$telegram Telegram\Bot\Api

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

Метод Описание
__call ( string $method, array $parameters ) : mixed Handle calls to missing methods.
getTelegram ( ) : Api

Защищенные методы

Метод Описание
buildDependencyInjectedAnswer ( $answerClass ) : object Use PHP Reflection and Laravel Container to instantiate the answer with type hinted dependencies.

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

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

Handle calls to missing methods.
public __call ( string $method, array $parameters ) : mixed
$method string
$parameters array
Результат mixed

buildDependencyInjectedAnswer() защищенный Метод

Use PHP Reflection and Laravel Container to instantiate the answer with type hinted dependencies.
protected buildDependencyInjectedAnswer ( $answerClass ) : object
$answerClass
Результат object

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

public getTelegram ( ) : Api
Результат Telegram\Bot\Api

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

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

protected Api,Telegram\Bot $telegram
Результат Telegram\Bot\Api