Наследование: implements Storm\Drivers\Base\Object\Properties\Proxies\IProxy, use trait Storm\Core\Helpers\Type, use trait EntityProxyFunctionality
 public function __construct()
 {
     if (!isset(self::$NullProxyReflection)) {
         self::$NullProxyReflection = new \ReflectionClass(Null__Proxy::GetType());
         foreach (self::$NullProxyReflection->getProperties() as $Property) {
             self::$NullProxyProperties[$Property->getName()] = $Property;
         }
         foreach (self::$NullProxyReflection->getMethods() as $Method) {
             self::$NullProxyMethods[$Method->getName()] = $Method;
         }
     }
 }