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.
파일 보기
프로젝트 열기: 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 ( ) |
|
|
메소드 상세
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. |
Clears the cached list of files to output.
프로퍼티 상세
The list of script files to output.
protected array $_files |
리턴 |
array |
|
The list of files that has been previously output.
protected array $_output |
리턴 |
array |
|
The temporary file list used when iterating.
protected array $_tmp |
리턴 |
array |
|