PHP 클래스 Neos\Flow\Tests\Reflection\Fixture\Model\EntityWithDoctrineProxy

상속: extends Entity, implements Doctrine\ORM\Proxy\Proxy
파일 보기 프로젝트 열기: neos/flow-development-collection

공개 프로퍼티들

프로퍼티 타입 설명
$__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