7 calls to ProxyGenerator::getLazyLoadedPublicProperties() in Plug 7
- ProxyGenerator::generateConstructorImpl in lib/
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 lib/
doctrine/ common/ lib/ Doctrine/ Common/ Proxy/ ProxyGenerator.php - Generates the array representation of lazy loaded public properties and their default values.
- ProxyGenerator::generateMagicGet in lib/
doctrine/ common/ lib/ Doctrine/ Common/ Proxy/ ProxyGenerator.php - Generates the magic getter invoked when lazy loaded public properties are requested.
- ProxyGenerator::generateMagicIsset in lib/
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 lib/
doctrine/ common/ lib/ Doctrine/ Common/ Proxy/ ProxyGenerator.php - Generates the magic setter (currently unused).
- ProxyGenerator::generateSleepImpl in lib/
doctrine/ common/ lib/ Doctrine/ Common/ Proxy/ ProxyGenerator.php - Generates implementation for the `__sleep` method of proxies.
- ProxyGenerator::generateWakeupImpl in lib/
doctrine/ common/ lib/ Doctrine/ Common/ Proxy/ ProxyGenerator.php - Generates implementation for the `__wakeup` method of proxies.