PHP 8.3.31
Preview: FactoryCall.php Size: 611 B
//proc/thread-self/root/home/getspomw/itechservicellc.com/vendor/hamcrest/hamcrest-php/generator/FactoryCall.php

<?php

/*
 Copyright (c) 2009 hamcrest.org
 */

class FactoryCall
{
    /**
     * Hamcrest standard is two spaces for each level of indentation.
     *
     * @var string
     */
    const INDENT = '    ';

    /**
     * @var FactoryMethod
     */
    private $method;

    /**
     * @var string
     */
    private $name;

    public function __construct(FactoryMethod $method, $name)
    {
        $this->method = $method;
        $this->name = $name;
    }

    public function getMethod()
    {
        return $this->method;
    }

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

Directory Contents

Dirs: 1 × Files: 9

Name Size Perms Modified Actions
parts DIR
- drwxr-xr-x 2025-11-18 19:23:52
Edit Download
611 B lrw-r--r-- 2025-10-28 20:22:14
Edit Download
1.35 KB lrw-r--r-- 2025-10-28 20:22:14
Edit Download
2.95 KB lrw-r--r-- 2025-10-28 20:22:14
Edit Download
2.93 KB lrw-r--r-- 2025-10-28 20:22:14
Edit Download
5.51 KB lrw-r--r-- 2025-10-28 20:22:14
Edit Download
3.46 KB lrw-r--r-- 2025-10-28 20:22:14
Edit Download
930 B lrw-r--r-- 2025-10-28 20:22:14
Edit Download
1.06 KB lrw-r--r-- 2025-10-28 20:22:14
Edit Download
773 B lrw-r--r-- 2025-10-28 20:22:14
Edit Download

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