Documentation

ModelDelta extends Delta
in package
implements IModelDelta

FinalYes
Tags
author

Ramone Burrell ramone@ramoneburrell.com

since

Version 0.1.0

Table of Contents

Interfaces

IModelDelta

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
{@inheritdoc}
setSubject()  : mixed

Properties

$affected_properties

protected array<string|int, mixed> $affected_properties = []

Methods

__callStatic()

public static __callStatic(mixed $method, array<string|int, mixed> $arguments) : mixed
Parameters
$method : mixed
$arguments : array<string|int, mixed>

__get()

public __get(string $property) : mixed
Parameters
$property : string

count()

{@inheritdoc}

public count() : int
Tags
see
Countable::count()
Return values
int

current()

{@inheritdoc}

public current() : mixed
Tags
see
Iterator::current()

extends()

public extends(ReflectionClass $reflector) : bool
Parameters
$reflector : ReflectionClass
Return values
bool

getAffectedProperyNames()

public getAffectedProperyNames() : array<string|int, mixed>
Return values
array<string|int, mixed>

getReflection()

public getReflection() : ReflectionClass
Return values
ReflectionClass

key()

{@inheritdoc}

public key() : int
Tags
see
Iterator::key()
Return values
int

next()

{@inheritdoc}

public next() : void
Tags
see
Iterator::next()

rewind()

{@inheritdoc}

public rewind() : void
Tags
see
Iterator::rewind()

valid()

{@inheritdoc}

public valid() : bool
Tags
see
Iterator::valid()
Return values
bool

        
On this page

Search results