PHP Класс Neos\Flow\Tests\Reflection\Fixture\Model\EntityWithDoctrineProxy

Наследование: extends Entity, implements Doctrine\ORM\Proxy\Proxy
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$__cloner__ the callback responsible of loading properties that need to be copied in the cloned object
$__initializer__ the callback responsible for loading properties in the proxy object. This callback is called with three parameters, being respectively the proxy object to be initialized, the method that triggered the initialization process and an array of ordered parameters that were passed to that method.
$__isInitialized__ flag indicating if this object was already initialized
$lazyPropertiesDefaults properties to be lazy loaded, with keys being the property names and values being their default values

Открытые методы

Метод Описание
__construct ( Closure $initializer = null, Closure $cloner = null )
__getCloner ( ) {@inheritDoc}
__getInitializer ( ) {@inheritDoc}
__getLazyProperties ( ) {@inheritDoc}
__isInitialized ( ) {@inheritDoc}
__load ( ) Forces initialization of the proxy
__setCloner ( Closure $cloner = null ) {@inheritDoc}
__setInitialized ( $initialized ) {@inheritDoc}
__setInitializer ( Closure $initializer = null ) {@inheritDoc}

Описание методов

__construct() публичный Метод

public __construct ( Closure $initializer = null, Closure $cloner = null )
$initializer Closure
$cloner Closure

__getCloner() публичный Метод

{@inheritDoc}
public __getCloner ( )

__getInitializer() публичный Метод

{@inheritDoc}
public __getInitializer ( )

__getLazyProperties() публичный Метод

{@inheritDoc}
public __getLazyProperties ( )

__isInitialized() публичный Метод

{@inheritDoc}
public __isInitialized ( )

__load() публичный Метод

Forces initialization of the proxy
public __load ( )

__setCloner() публичный Метод

{@inheritDoc}
public __setCloner ( Closure $cloner = null )
$cloner Closure

__setInitialized() публичный Метод

{@inheritDoc}
public __setInitialized ( $initialized )

__setInitializer() публичный Метод

{@inheritDoc}
public __setInitializer ( Closure $initializer = null )
$initializer Closure

Описание свойств

$__cloner__ публичное свойство

the callback responsible of loading properties that need to be copied in the cloned object
См. также: Doctrine\Common\Persistence\Proxy::__setCloner
public $__cloner__

$__initializer__ публичное свойство

the callback responsible for loading properties in the proxy object. This callback is called with three parameters, being respectively the proxy object to be initialized, the method that triggered the initialization process and an array of ordered parameters that were passed to that method.
См. также: Doctrine\Common\Persistence\Proxy::__setInitializer
public $__initializer__

$__isInitialized__ публичное свойство

flag indicating if this object was already initialized
См. также: Doctrine\Common\Persistence\Proxy::__isInitialized
public $__isInitialized__

$lazyPropertiesDefaults публичное статическое свойство

properties to be lazy loaded, with keys being the property names and values being their default values
См. также: Doctrine\Common\Persistence\Proxy::__getLazyProperties
public static $lazyPropertiesDefaults