Class:Doctrine_Access - Superclass: Doctrine_Locator_Injectable Doctrine_Locator_Injectable
⌊ Doctrine_Access
public abstract class Doctrine_Access
extends Doctrine_Locator_Injectable
www.doctrine-project.org| Fields inherited from Doctrine\Doctrine_Locator_Injectable | |
|---|---|
| _locator, _null, _resources | |
| Method Summary | |
|---|---|
| void | add(mixed value) Add the value. |
| boolean | contains(mixed offset) Check if the specified offset exists. |
| mixed | get(mixed offset) Return the element with the specified offset. |
| boolean | offsetExists(mixed offset) Check if an offset axists. |
| mixed | offsetGet(mixed offset) An alias of get(). |
| void | offsetSet(mixed offset, mixed value) Sets $offset to $value. |
| void | offsetUnset(mixed offset) Unset a given offset. |
| boolean | remove(mixed offset) Remove the element with the specified offset. |
| void | set(mixed offset, mixed value) Set the offset to the value. |
| Doctrine_Access | setArray(array array) Set an entire aray to the data. |
| Methods inherited from Doctrine\Doctrine_Locator_Injectable | |
|---|---|
| bind, getLocator, getNullObject, initNullObject, locate, setLocator | |
public void add(mixed value)
Add the value
public boolean contains(mixed offset)
Check if the specified offset exists
public mixed get(mixed offset)
Return the element with the specified offset
public boolean offsetExists(mixed offset)
Check if an offset axists
public mixed offsetGet(mixed offset)
An alias of get()
public void offsetSet(mixed offset, mixed value)
Sets $offset to $value
public void offsetUnset(mixed offset)
Unset a given offset
public boolean remove(mixed offset)
Remove the element with the specified offset
public void set(mixed offset, mixed value)
Set the offset to the value
public Doctrine_Access setArray(array array)
Set an entire aray to the data
Provides array access and property overload interface for Doctrine subclasses