Overview

Packages

  • History

Classes

  • Horde_History
  • Horde_History_Exception
  • Horde_History_Log
  • Horde_History_Mock
  • Horde_History_Sql
  • Overview
  • Package
  • Class
  • Tree

Class Horde_History_Log

Class for presenting Horde_History information.

Copyright 2003-2012 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.

Horde_History_Log implements IteratorAggregate, ArrayAccess, Countable
Package: History
Author: Chuck Hagenbuch chuck@horde.org
Author: Jan Schneider jan@horde.org
Located at Horde/History/Log.php
Methods summary
public
# __construct( mixed $uid, mixed $data = array() )

Constructor.

Constructor.

TODO

public
# getIterator( )

Implementation of

IteratorAggregate::getIterator()
public
# offsetExists( mixed $offset )

Implementation of

ArrayAccess::offsetExists()
public
# offsetGet( mixed $offset )

Implementation of

ArrayAccess::offsetGet()
public
# offsetSet( mixed $offset, mixed $value )

Implementation of

ArrayAccess::offsetSet()
public
# offsetUnset( mixed $offset )

Implementation of

ArrayAccess::offsetUnset()
public
# count( )

Implementation of

Countable::count()
Properties summary
public mixed $uid

TODO

TODO

#
API documentation generated by ApiGen