LogEntry
extends LogEntry
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>
- $id : int
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
- getAction() : mixed
- {@inheritDoc}
- getData() : mixed
- {@inheritDoc}
- getId() : int
- Get id
- getLoggedAt() : mixed
- {@inheritDoc}
- getObjectClass() : mixed
- {@inheritDoc}
- getObjectId() : mixed
- {@inheritDoc}
- getUsername() : mixed
- {@inheritDoc}
- getVersion() : mixed
- {@inheritDoc}
- setAction() : mixed
- {@inheritDoc}
- setData() : mixed
- {@inheritDoc}
- setId() : mixed
- Set id
- setLoggedAt() : mixed
- {@inheritDoc}
- setObjectClass() : mixed
- {@inheritDoc}
- setObjectId() : mixed
- {@inheritDoc}
- setUsername() : mixed
- {@inheritDoc}
- setVersion() : 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
$id
protected
int
$id
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
getAction()
{@inheritDoc}
public
getAction() : mixed
getData()
{@inheritDoc}
public
getData() : mixed
getId()
Get id
public
getId() : int
Return values
int —$id
getLoggedAt()
{@inheritDoc}
public
getLoggedAt() : mixed
getObjectClass()
{@inheritDoc}
public
getObjectClass() : mixed
getObjectId()
{@inheritDoc}
public
getObjectId() : mixed
getUsername()
{@inheritDoc}
public
getUsername() : mixed
getVersion()
{@inheritDoc}
public
getVersion() : mixed
setAction()
{@inheritDoc}
public
setAction(mixed $action) : mixed
Parameters
- $action : mixed
setData()
{@inheritDoc}
public
setData(mixed $data) : mixed
Parameters
- $data : mixed
setId()
Set id
public
setId(mixed $id) : mixed
Parameters
- $id : mixed
setLoggedAt()
{@inheritDoc}
public
setLoggedAt() : mixed
setObjectClass()
{@inheritDoc}
public
setObjectClass(mixed $objectClass) : mixed
Parameters
- $objectClass : mixed
setObjectId()
{@inheritDoc}
public
setObjectId(mixed $objectId) : mixed
Parameters
- $objectId : mixed
setUsername()
{@inheritDoc}
public
setUsername(mixed $username) : mixed
Parameters
- $username : mixed
setVersion()
{@inheritDoc}
public
setVersion(mixed $version) : mixed
Parameters
- $version : mixed