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
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$_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