Deprecated: Symfony\Component\Translation\t(): Implicitly marking parameter $domain as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/t/taurushr/vendor/symfony/translation/Resources/functions.php on line 18

Deprecated: Symfony\Component\Dotenv\Dotenv::loadEnv(): Implicitly marking parameter $envKey as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/t/taurushr/vendor/symfony/dotenv/Dotenv.php on line 110

Deprecated: Symfony\Component\Runtime\GenericRuntime::getResolver(): Implicitly marking parameter $reflector as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/t/taurushr/vendor/symfony/runtime/GenericRuntime.php on line 89

Deprecated: Symfony\Component\Runtime\RuntimeInterface::getResolver(): Implicitly marking parameter $reflector as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/t/taurushr/vendor/symfony/runtime/RuntimeInterface.php on line 26

Deprecated: Symfony\Component\Console\Input\ArgvInput::__construct(): Implicitly marking parameter $argv as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/t/taurushr/vendor/symfony/console/Input/ArgvInput.php on line 46

Deprecated: Symfony\Component\Console\Input\ArgvInput::__construct(): Implicitly marking parameter $definition as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/t/taurushr/vendor/symfony/console/Input/ArgvInput.php on line 46

Deprecated: Symfony\Component\Console\Input\Input::__construct(): Implicitly marking parameter $definition as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/t/taurushr/vendor/symfony/console/Input/Input.php on line 36

Deprecated: Constant E_STRICT is deprecated in /var/www/html/t/taurushr/vendor/symfony/error-handler/ErrorHandler.php on line 58

Deprecated: Constant E_STRICT is deprecated in /var/www/html/t/taurushr/vendor/symfony/error-handler/ErrorHandler.php on line 76
Symfony Profiler

var/cache/dev/doctrine/orm/Proxies/__CG__AppEntityTestimonial.php line 8

Open in your IDE?
  1. <?php
  2. namespace Proxies\__CG__\App\Entity;
  3. /**
  4.  * DO NOT EDIT THIS FILE - IT WAS CREATED BY DOCTRINE'S PROXY GENERATOR
  5.  */
  6. class Testimonial extends \App\Entity\Testimonial implements \Doctrine\ORM\Proxy\InternalProxy
  7. {
  8.     use \Symfony\Component\VarExporter\LazyGhostTrait {
  9.         initializeLazyObject as __load;
  10.         setLazyObjectAsInitialized as public __setInitialized;
  11.         isLazyObjectInitialized as private;
  12.         createLazyGhost as private;
  13.         resetLazyObject as private;
  14.     }
  15.     private const LAZY_OBJECT_PROPERTY_SCOPES = [
  16.         "\0".'*'."\0".'active' => [parent::class, 'active'null],
  17.         "\0".'*'."\0".'createdAt' => [parent::class, 'createdAt'null],
  18.         "\0".'*'."\0".'deleted' => [parent::class, 'deleted'null],
  19.         "\0".'*'."\0".'sortOrder' => [parent::class, 'sortOrder'null],
  20.         "\0".'*'."\0".'updatedAt' => [parent::class, 'updatedAt'null],
  21.         "\0".parent::class."\0".'author' => [parent::class, 'author'null],
  22.         "\0".parent::class."\0".'company' => [parent::class, 'company'null],
  23.         "\0".parent::class."\0".'content' => [parent::class, 'content'null],
  24.         "\0".parent::class."\0".'featured' => [parent::class, 'featured'null],
  25.         "\0".parent::class."\0".'file' => [parent::class, 'file'null],
  26.         "\0".parent::class."\0".'fileUpload' => [parent::class, 'fileUpload'null],
  27.         "\0".parent::class."\0".'id' => [parent::class, 'id'parent::class],
  28.         "\0".parent::class."\0".'image' => [parent::class, 'image'null],
  29.         "\0".parent::class."\0".'locale' => [parent::class, 'locale'null],
  30.         "\0".parent::class."\0".'subtitle' => [parent::class, 'subtitle'null],
  31.         "\0".parent::class."\0".'title' => [parent::class, 'title'null],
  32.         'active' => [parent::class, 'active'null],
  33.         'author' => [parent::class, 'author'null],
  34.         'company' => [parent::class, 'company'null],
  35.         'content' => [parent::class, 'content'null],
  36.         'createdAt' => [parent::class, 'createdAt'null],
  37.         'deleted' => [parent::class, 'deleted'null],
  38.         'featured' => [parent::class, 'featured'null],
  39.         'file' => [parent::class, 'file'null],
  40.         'fileUpload' => [parent::class, 'fileUpload'null],
  41.         'id' => [parent::class, 'id'parent::class],
  42.         'image' => [parent::class, 'image'null],
  43.         'locale' => [parent::class, 'locale'null],
  44.         'sortOrder' => [parent::class, 'sortOrder'null],
  45.         'subtitle' => [parent::class, 'subtitle'null],
  46.         'title' => [parent::class, 'title'null],
  47.         'updatedAt' => [parent::class, 'updatedAt'null],
  48.     ];
  49.     public function __isInitialized(): bool
  50.     {
  51.         return isset($this->lazyObjectState) && $this->isLazyObjectInitialized();
  52.     }
  53.     public function __serialize(): array
  54.     {
  55.         $properties = (array) $this;
  56.         unset($properties["\0" self::class . "\0lazyObjectState"]);
  57.         return $properties;
  58.     }
  59. }