PHP 클래스 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.
저자: Chuck Hagenbuch ([email protected])
저자: Jan Schneider ([email protected])
상속: implements IteratorAggregate, implements ArrayAccess, implements Countable
파일 보기 프로젝트 열기: horde/horde

공개 프로퍼티들

프로퍼티 타입 설명
$uid TODO

보호된 프로퍼티들

프로퍼티 타입 설명
$_data TODO

공개 메소드들

메소드 설명
__construct ( $uid, $data = [] ) Constructor.
count ( )
getIterator ( )
offsetExists ( $offset )
offsetGet ( $offset )
offsetSet ( $offset, $value )
offsetUnset ( $offset )

메소드 상세

__construct() 공개 메소드

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

count() 공개 메소드

public count ( )

getIterator() 공개 메소드

public getIterator ( )

offsetExists() 공개 메소드

public offsetExists ( $offset )

offsetGet() 공개 메소드

public offsetGet ( $offset )

offsetSet() 공개 메소드

public offsetSet ( $offset, $value )

offsetUnset() 공개 메소드

public offsetUnset ( $offset )

프로퍼티 상세

$_data 보호되어 있는 프로퍼티

TODO
protected $_data

$uid 공개적으로 프로퍼티

TODO
public $uid