Translation
extends Translation
in package
implements
Proxy
DO NOT EDIT THIS FILE - IT WAS CREATED BY DOCTRINE'S PROXY GENERATOR
Table of Contents
Interfaces
- Proxy
Properties
- $__cloner__ : Closure
- $__initializer__ : Closure
- $__isInitialized__ : bool
- $lazyPropertiesDefaults : array<string|int, mixed>
Methods
- __clone() : mixed
- __construct() : mixed
- __getCloner() : mixed
- {@inheritDoc}
- __getInitializer() : mixed
- {@inheritDoc}
- __getLazyProperties() : mixed
- {@inheritDoc}
- __isInitialized() : mixed
- {@inheritDoc}
- __load() : mixed
- Forces initialization of the proxy
- __setCloner() : mixed
- {@inheritDoc}
- __setInitialized() : mixed
- {@inheritDoc}
- __setInitializer() : mixed
- {@inheritDoc}
- __sleep() : array<string|int, mixed>
- __wakeup() : mixed
- getContent() : mixed
- {@inheritDoc}
- getField() : mixed
- {@inheritDoc}
- getForeignKey() : mixed
- {@inheritDoc}
- getId() : mixed
- {@inheritDoc}
- getLocale() : mixed
- {@inheritDoc}
- getObjectClass() : mixed
- {@inheritDoc}
- setContent() : mixed
- {@inheritDoc}
- setField() : mixed
- {@inheritDoc}
- setForeignKey() : mixed
- {@inheritDoc}
- setLocale() : mixed
- {@inheritDoc}
- setObjectClass() : mixed
- {@inheritDoc}
Properties
$__cloner__
public
Closure
$__cloner__
the callback responsible of loading properties that need to be copied in the cloned object
Tags
$__initializer__
public
Closure
$__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.
Tags
$__isInitialized__
public
bool
$__isInitialized__
= false
flag indicating if this object was already initialized
Tags
$lazyPropertiesDefaults
public
static array<string|int, mixed>
$lazyPropertiesDefaults
= array()
properties to be lazy loaded, with keys being the property names and values being their default values
Tags
Methods
__clone()
public
__clone() : mixed
__construct()
public
__construct([Closure $initializer = null ][, Closure $cloner = null ]) : mixed
Parameters
- $initializer : Closure = null
- $cloner : Closure = null
__getCloner()
{@inheritDoc}
public
__getCloner() : mixed
Tags
__getInitializer()
{@inheritDoc}
public
__getInitializer() : mixed
Tags
__getLazyProperties()
{@inheritDoc}
public
__getLazyProperties() : mixed
Tags
__isInitialized()
{@inheritDoc}
public
__isInitialized() : mixed
Tags
__load()
Forces initialization of the proxy
public
__load() : mixed
__setCloner()
{@inheritDoc}
public
__setCloner([Closure $cloner = null ]) : mixed
Parameters
- $cloner : Closure = null
Tags
__setInitialized()
{@inheritDoc}
public
__setInitialized(mixed $initialized) : mixed
Parameters
- $initialized : mixed
Tags
__setInitializer()
{@inheritDoc}
public
__setInitializer([Closure $initializer = null ]) : mixed
Parameters
- $initializer : Closure = null
Tags
__sleep()
public
__sleep() : array<string|int, mixed>
Return values
array<string|int, mixed>__wakeup()
public
__wakeup() : mixed
getContent()
{@inheritDoc}
public
getContent() : mixed
getField()
{@inheritDoc}
public
getField() : mixed
getForeignKey()
{@inheritDoc}
public
getForeignKey() : mixed
getId()
{@inheritDoc}
public
getId() : mixed
getLocale()
{@inheritDoc}
public
getLocale() : mixed
getObjectClass()
{@inheritDoc}
public
getObjectClass() : mixed
setContent()
{@inheritDoc}
public
setContent(mixed $content) : mixed
Parameters
- $content : mixed
setField()
{@inheritDoc}
public
setField(mixed $field) : mixed
Parameters
- $field : mixed
setForeignKey()
{@inheritDoc}
public
setForeignKey(mixed $foreignKey) : mixed
Parameters
- $foreignKey : mixed
setLocale()
{@inheritDoc}
public
setLocale(mixed $locale) : mixed
Parameters
- $locale : mixed
setObjectClass()
{@inheritDoc}
public
setObjectClass(mixed $objectClass) : mixed
Parameters
- $objectClass : mixed