PHP 클래스 Horde_Script_List, horde

Copyright 1999-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.
저자: Michael Slusarz ([email protected])
상속: implements Countable, implements Iterator
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$_files array The list of script files to output.
$_output array The list of files that has been previously output.
$_tmp array The temporary file list used when iterating.

공개 메소드들

메소드 설명
add ( Horde_Script_File $file ) : mixed Adds the script file to the output.
clear ( ) Clears the cached list of files to output.
count ( ) * Countable methods.
current ( ) * Iterator methods.
key ( )
next ( )
rewind ( )
valid ( )

메소드 상세

add() 공개 메소드

Adds the script file to the output.
public add ( Horde_Script_File $file ) : mixed
$file Horde_Script_File Script file object.
리턴 mixed The Horde_Script_File object, or null if the script file has already been output.

clear() 공개 메소드

Clears the cached list of files to output.
public clear ( )

count() 공개 메소드

* Countable methods.
public count ( )

current() 공개 메소드

* Iterator methods.
public current ( )

key() 공개 메소드

public key ( )

next() 공개 메소드

public next ( )

rewind() 공개 메소드

public rewind ( )

valid() 공개 메소드

public valid ( )

프로퍼티 상세

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

The list of script files to output.
protected array $_files
리턴 array

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

The list of files that has been previously output.
protected array $_output
리턴 array

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

The temporary file list used when iterating.
protected array $_tmp
리턴 array