<?php declare(strict_types=1); 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; } }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
Foo.php | File | 388 B | 0644 |
|