7 calls to ProxyGenerator::getLazyLoadedPublicProperties() in Zircon Profile 8.0
- ProxyGenerator::generateConstructorImpl in vendor/
doctrine/ common/ lib/ Doctrine/ Common/ Proxy/ ProxyGenerator.php - Generates the constructor code (un-setting public lazy loaded properties, setting identifier field values).
- ProxyGenerator::generateLazyPropertiesDefaults in vendor/
doctrine/ common/ lib/ Doctrine/ Common/ Proxy/ ProxyGenerator.php - Generates the array representation of lazy loaded public properties and their default values.
- ProxyGenerator::generateMagicGet in vendor/
doctrine/ common/ lib/ Doctrine/ Common/ Proxy/ ProxyGenerator.php - Generates the magic getter invoked when lazy loaded public properties are requested.
- ProxyGenerator::generateMagicIsset in vendor/
doctrine/ common/ lib/ Doctrine/ Common/ Proxy/ ProxyGenerator.php - Generates the magic issetter invoked when lazy loaded public properties are checked against isset().
- ProxyGenerator::generateMagicSet in vendor/
doctrine/ common/ lib/ Doctrine/ Common/ Proxy/ ProxyGenerator.php - Generates the magic setter (currently unused).
- ProxyGenerator::generateSleepImpl in vendor/
doctrine/ common/ lib/ Doctrine/ Common/ Proxy/ ProxyGenerator.php - Generates implementation for the `__sleep` method of proxies.
- ProxyGenerator::generateWakeupImpl in vendor/
doctrine/ common/ lib/ Doctrine/ Common/ Proxy/ ProxyGenerator.php - Generates implementation for the `__wakeup` method of proxies.