Documentation

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

$__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
see
Proxy::__setInitializer

$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
see
Proxy::__getLazyProperties

$id

protected int $id
Tags
Column

(type="integer")

Id
GeneratedValue

Methods

__setCloner()

{@inheritDoc}

public __setCloner([Closure $cloner = null ]) : mixed
Parameters
$cloner : Closure = null
Tags
internal

generated method: use only when explicitly handling proxy specific loading logic

__setInitialized()

{@inheritDoc}

public __setInitialized(mixed $initialized) : mixed
Parameters
$initialized : mixed
Tags
internal

generated method: use only when explicitly handling proxy specific loading logic

__setInitializer()

{@inheritDoc}

public __setInitializer([Closure $initializer = null ]) : mixed
Parameters
$initializer : Closure = null
Tags
internal

generated method: use only when explicitly handling proxy specific loading logic


        
On this page

Search results