PHP 클래스 Chora_Diff_Helper, horde

See the enclosed file COPYING for license information (GPL). If you did not receive this file, see http://www.horde.org/licenses/gpl.
저자: Chuck Hagenbuch ([email protected])
상속: extends Horde_View_Helper_Base
파일 보기 프로젝트 열기: horde/horde

보호된 프로퍼티들

프로퍼티 타입 설명
$_context array
$_leftLine integer
$_leftLines array
$_leftNumbers
$_rightLine
$_rightLines
$_rightNumbers

공개 메소드들

메소드 설명
diff ( Horde_Vcs_File $file, $r1, $r2, $id = null )
diffAdd ( $change )
diffCaption ( )
diffChange ( $change )
diffContext ( )
diffEmpty ( $change )
diffRemove ( $change )
hasContext ( )

메소드 상세

diff() 공개 메소드

public diff ( Horde_Vcs_File $file, $r1, $r2, $id = null )
$file Horde_Vcs_File

diffAdd() 공개 메소드

public diffAdd ( $change )

diffCaption() 공개 메소드

public diffCaption ( )

diffChange() 공개 메소드

public diffChange ( $change )

diffContext() 공개 메소드

public diffContext ( )

diffEmpty() 공개 메소드

public diffEmpty ( $change )

diffRemove() 공개 메소드

public diffRemove ( $change )

hasContext() 공개 메소드

public hasContext ( )

프로퍼티 상세

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

protected array $_context
리턴 array

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

protected int $_leftLine
리턴 integer

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

protected array $_leftLines
리턴 array

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

protected $_leftNumbers

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

protected $_rightLine

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

protected $_rightLines

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

protected $_rightNumbers