Anons79 Mini Shell

Directory : /home/proudlyafrican/public_html/vendor/myclabs/deep-copy/fixtures/f003/
Upload File :
Current File : /home/proudlyafrican/public_html/vendor/myclabs/deep-copy/fixtures/f003/Foo.php

<?php

namespace DeepCopy\f003;

class Foo
{
    private $name;
    private $prop;

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

    public function getProp()
    {
        return $this->prop;
    }

    public function setProp($prop)
    {
        $this->prop = $prop;

        return $this;
    }
}

Anons79 File Manager Version 1.0, Coded By Anons79
Email: [email protected]