Crummy\Phlack\Message\Collection\AttachmentCollection::acceptsType PHP Метод

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

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