PHP Class Horde_History_Log, horde

Copyright 2003-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Author: Chuck Hagenbuch ([email protected])
Author: Jan Schneider ([email protected])
Inheritance: implements IteratorAggregate, implements ArrayAccess, implements Countable
Datei anzeigen Open project: horde/horde

Public Properties

Property Type Description
$uid TODO

Protected Properties

Property Type Description
$_data TODO

Public Methods

Method Description
__construct ( $uid, $data = [] ) Constructor.
count ( )
getIterator ( )
offsetExists ( $offset )
offsetGet ( $offset )
offsetSet ( $offset, $value )
offsetUnset ( $offset )

Method Details

__construct() public method

TODO
public __construct ( $uid, $data = [] )

count() public method

public count ( )

getIterator() public method

public getIterator ( )

offsetExists() public method

public offsetExists ( $offset )

offsetGet() public method

public offsetGet ( $offset )

offsetSet() public method

public offsetSet ( $offset, $value )

offsetUnset() public method

public offsetUnset ( $offset )

Property Details

$_data protected_oe property

TODO
protected $_data

$uid public_oe property

TODO
public $uid