Crummy\Phlack\Common\Formatter\FormatterCollection::acceptsType PHP 메소드

acceptsType() 공개 메소드

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