Crummy\Phlack\Common\Formatter\FormatterCollection::acceptsType PHP Méthode

acceptsType() public méthode

public acceptsType ( $value ) : boolean
$value
Résultat boolean
    public function acceptsType($value)
    {
        return $value instanceof FormatterInterface;
    }
FormatterCollection