<?php declare(strict_types=1); namespace DeepCopy\f008; class A { private $foo; public function __construct($foo) { $this->foo = $foo; } public function getFoo() { return $this->foo; } }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
A.php | File | 253 B | 0644 |
|
B.php | File | 87 B | 0644 |
|