PHP 8.2.30
Preview: FactoryCall.php Size: 611 B
/home/byroehnu/easetack.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
- drwxrwxrwx 2025-05-16 16:14:40
Edit Download
611 B lrw-rw-rw- 2020-07-09 08:09:16
Edit Download
1.35 KB lrw-rw-rw- 2020-07-09 08:09:16
Edit Download
2.95 KB lrw-rw-rw- 2020-07-09 08:09:16
Edit Download
2.93 KB lrw-rw-rw- 2020-07-09 08:09:16
Edit Download
5.51 KB lrw-rw-rw- 2020-07-09 08:09:16
Edit Download
3.46 KB lrw-rw-rw- 2020-07-09 08:09:16
Edit Download
930 B lrw-rw-rw- 2020-07-09 08:09:16
Edit Download
1.06 KB lrw-rw-rw- 2020-07-09 08:09:16
Edit Download
773 B lrw-rw-rw- 2020-07-09 08:09:16
Edit Download

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