Crummy\Phlack\Message\Collection\AttachmentCollection::acceptsType PHP Method

acceptsType() public method

public acceptsType ( $value ) : boolean
$value
return boolean
    public function acceptsType($value)
    {
        return $value instanceof AttachmentInterface;
    }
AttachmentCollection