PHP 8.2.31
Preview: ClassNameAndFilePath.php Size: 593 B
//opt/cpanel/ea-wappspector/vendor/rector/rector/vendor/rector/rector-symfony/src/ValueObject/ClassNameAndFilePath.php

<?php

declare (strict_types=1);
namespace Rector\Symfony\ValueObject;

final class ClassNameAndFilePath
{
    /**
     * @readonly
     * @var string
     */
    private $className;
    /**
     * @readonly
     * @var string
     */
    private $filePath;
    public function __construct(string $className, string $filePath)
    {
        $this->className = $className;
        $this->filePath = $filePath;
    }
    public function getClassName() : string
    {
        return $this->className;
    }
    public function getFilePath() : string
    {
        return $this->filePath;
    }
}

Directory Contents

Dirs: 4 × Files: 10

Name Size Perms Modified Actions
- drwxr-xr-x 2024-11-08 13:59:10
Edit Download
- drwxr-xr-x 2024-11-08 13:59:10
Edit Download
Tag DIR
- drwxr-xr-x 2024-11-08 13:59:10
Edit Download
- drwxr-xr-x 2024-11-08 13:59:10
Edit Download
593 B lrw-r--r-- 2024-11-08 13:59:10
Edit Download
859 B lrw-r--r-- 2024-11-08 13:59:10
Edit Download
848 B lrw-r--r-- 2024-11-08 13:59:10
Edit Download
1.04 KB lrw-r--r-- 2024-11-08 13:59:10
Edit Download
600 B lrw-r--r-- 2024-11-08 13:59:10
Edit Download
1.23 KB lrw-r--r-- 2024-11-08 13:59:10
Edit Download
714 B lrw-r--r-- 2024-11-08 13:59:10
Edit Download
1.73 KB lrw-r--r-- 2024-11-08 13:59:10
Edit Download
3.31 KB lrw-r--r-- 2024-11-08 13:59:10
Edit Download
723 B lrw-r--r-- 2024-11-08 13:59:10
Edit Download

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