<?php namespace DeepCopy\f013; use Doctrine\Persistence\Proxy; class A implements Proxy { public $foo = 1; /** * @inheritdoc */ public function __load() { } /** * @inheritdoc */ public function __isInitialized() { } }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
A.php | File | 303 B | 0644 |
|
B.php | File | 452 B | 0644 |
|
C.php | File | 149 B | 0644 |
|