Crummy\Phlack\Common\Formatter\FormatterCollection::acceptsType PHP Метод

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

public acceptsType ( $value ) : boolean
$value
Результат boolean
    public function acceptsType($value)
    {
        return $value instanceof FormatterInterface;
    }
FormatterCollection