Crummy\Phlack\Bot\ExpressionBot::evaluate PHP Метод

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

protected evaluate ( Crummy\Phlack\WebHook\CommandInterface $command, array $values = [] ) : string
$command Crummy\Phlack\WebHook\CommandInterface
$values array
Результат string
    protected function evaluate(CommandInterface $command, $values = [])
    {
        return $this->language->evaluate($command['text'], $values);
    }