Pt_BR En Ja De Fr 
You are currently viewing the Development branch api documentation. Switch to 0.11 or 1.0

Development Doctrine_Access

Doctrine Access

the purpose of Doctrine_Access is to provice array access and property overload interface for subclasses

Direct Sub-Classes

Method Summary

Method Details

  • (boolean) __isset($name)

    __isset()

    Doctrine_Access


  • $value The value to add

    add($value)

    Add the value


  • offsetUnset($offset)

    unset a given offset


  • offsetSet($offset, $value)

    sets $offset to $value


  • (mixed) offsetGet($offset)

    offsetGet an alias of get()


  • $offset The offset to check

    (boolean) contains($offset)

    Check if the specified offset exists

    Doctrine_Access


  • $offset The offset to return

    (mixed) get($offset)

    Return the element with the specified offset

    Doctrine_Access


  • (boolean) offsetExists($offset)

    Check if an offsetExists. Alias for contains.

    Doctrine_Access


  • (mixed) __get($name)

    __get -- an alias of get()


  • __unset($name)

    __unset()


  • $array an array of key => value pairs

    setArray($array)


  • $offset The offset to set
    $value The value to set the offset to

    set($offset, $value)

    Set the offset to the value


  • $offset The offset to remove

    (boolean) remove($offset)

    Remove the element with the specified offset

    Doctrine_Access


  • __set(($name) $name, ($value) $value)

    __set an alias of set()


Comments (0) [ add comment ]

 No Comments

Add Comment

Add New Comment
Please enter follow the doctrine