Delta
extends Component
in package
implements
IDelta, Iterator, Countable
AbstractYes
Tags
Table of Contents
Interfaces
- IDelta
- Iterator
- Countable
Properties
- $affected_properties : array<string|int, mixed>
- $hashCode : int
- $hashCounter : int
- $position : int
- $subject : mixed
Methods
- __call() : mixed
- __callStatic() : mixed
- __construct() : mixed
- __destruct() : mixed
- __get() : mixed
- count() : int
- {@inheritdoc}
- current() : mixed
- {@inheritdoc}
- extends() : bool
- getAffectedProperties() : array<string|int, mixed>
- getAffectedProperyNames() : array<string|int, mixed>
- getReflection() : ReflectionClass
- getSubject() : BaseObject
- key() : int
- {@inheritdoc}
- next() : void
- {@inheritdoc}
- rewind() : void
- {@inheritdoc}
- valid() : bool
- {@inheritdoc}
- init() : mixed
- setSubject() : mixed
Properties
$affected_properties
protected
array<string|int, mixed>
$affected_properties
= []
$hashCode
private
int
$hashCode
$hashCounter
private
static int
$hashCounter
= 0
$position
private
int
$position
= 0
$subject
private
mixed
$subject
Methods
__call()
public
__call(string $method, array<string|int, mixed> $arguments) : mixed
Parameters
- $method : string
- $arguments : array<string|int, mixed>
Tags
__callStatic()
public
static __callStatic(mixed $method, array<string|int, mixed> $arguments) : mixed
Parameters
- $method : mixed
- $arguments : array<string|int, mixed>
__construct()
public
__construct(BaseObject $subject) : mixed
Parameters
- $subject : BaseObject
__destruct()
public
__destruct() : mixed
__get()
public
__get(string $property) : mixed
Parameters
- $property : string
count()
{@inheritdoc}
public
count() : int
Tags
Return values
intcurrent()
{@inheritdoc}
public
current() : mixed
Tags
extends()
public
extends(ReflectionClass $reflector) : bool
Parameters
- $reflector : ReflectionClass
Return values
boolgetAffectedProperties()
public
getAffectedProperties() : array<string|int, mixed>
Tags
Return values
array<string|int, mixed>getAffectedProperyNames()
public
getAffectedProperyNames() : array<string|int, mixed>
Return values
array<string|int, mixed>getReflection()
public
getReflection() : ReflectionClass
Return values
ReflectionClassgetSubject()
public
getSubject() : BaseObject
Return values
BaseObjectkey()
{@inheritdoc}
public
key() : int
Tags
Return values
intnext()
{@inheritdoc}
public
next() : void
Tags
rewind()
{@inheritdoc}
public
rewind() : void
Tags
valid()
{@inheritdoc}
public
valid() : bool
Tags
Return values
boolinit()
protected
init() : mixed
setSubject()
private
setSubject(BaseObject $subject) : mixed
Parameters
- $subject : BaseObject