PHP 8.2.31
Preview: BundledComponent.php Size: 840 B
//opt/cpanel/ea-wappspector/vendor/phar-io/manifest/src/values/BundledComponent.php

<?php declare(strict_types = 1);
/*
 * This file is part of PharIo\Manifest.
 *
 * Copyright (c) Arne Blankerts <arne@blankerts.de>, Sebastian Heuer <sebastian@phpeople.de>, Sebastian Bergmann <sebastian@phpunit.de> and contributors
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 *
 */
namespace PharIo\Manifest;

use PharIo\Version\Version;

class BundledComponent {
    /** @var string */
    private $name;

    /** @var Version */
    private $version;

    public function __construct(string $name, Version $version) {
        $this->name    = $name;
        $this->version = $version;
    }

    public function getName(): string {
        return $this->name;
    }

    public function getVersion(): Version {
        return $this->version;
    }
}

Directory Contents

Dirs: 0 × Files: 21

Name Size Perms Modified Actions
504 B lrw-r--r-- 2024-03-03 12:33:53
Edit Download
1.15 KB lrw-r--r-- 2024-03-03 12:33:53
Edit Download
1.27 KB lrw-r--r-- 2024-03-03 12:33:53
Edit Download
1.02 KB lrw-r--r-- 2024-03-03 12:33:53
Edit Download
1.13 KB lrw-r--r-- 2024-03-03 12:33:53
Edit Download
840 B lrw-r--r-- 2024-03-03 12:33:53
Edit Download
1.16 KB lrw-r--r-- 2024-03-03 12:33:53
Edit Download
1.25 KB lrw-r--r-- 2024-03-03 12:33:53
Edit Download
860 B lrw-r--r-- 2024-03-03 12:33:53
Edit Download
912 B lrw-r--r-- 2024-03-03 12:33:53
Edit Download
1.40 KB lrw-r--r-- 2024-03-03 12:33:53
Edit Download
496 B lrw-r--r-- 2024-03-03 12:33:53
Edit Download
764 B lrw-r--r-- 2024-03-03 12:33:53
Edit Download
2.54 KB lrw-r--r-- 2024-03-03 12:33:53
Edit Download
682 B lrw-r--r-- 2024-03-03 12:33:53
Edit Download
804 B lrw-r--r-- 2024-03-03 12:33:53
Edit Download
424 B lrw-r--r-- 2024-03-03 12:33:53
Edit Download
1.09 KB lrw-r--r-- 2024-03-03 12:33:53
Edit Download
1.19 KB lrw-r--r-- 2024-03-03 12:33:53
Edit Download
1.16 KB lrw-r--r-- 2024-03-03 12:33:53
Edit Download
939 B lrw-r--r-- 2024-03-03 12:33:53
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).