Crummy\Phlack\Common\Formatter\FormatterCollection::acceptsType PHP Method

acceptsType() public method

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