PHP Класс PHPDaemon\Applications\FileReaderRequest

Наследование: extends PHPDaemon\HTTPRequest\Generic
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$indexFile
$job
$stream

Открытые методы

Метод Описание
autoindex ( $path, $dir )
file ( $path )
fileNotFound ( ) Send header 404 or, if not possible already, response "File not found"
init ( ) : void Constructor.
onAbort ( ) Called when the request aborted.
run ( ) : integer Called when request iterated.

Описание методов

autoindex() публичный Метод

public autoindex ( $path, $dir )
$path
$dir

file() публичный Метод

public file ( $path )
$path

fileNotFound() публичный Метод

Send header 404 or, if not possible already, response "File not found"
public fileNotFound ( )

init() публичный Метод

Constructor.
public init ( ) : void
Результат void

onAbort() публичный Метод

Called when the request aborted.
public onAbort ( )

run() публичный Метод

Called when request iterated.
public run ( ) : integer
Результат integer Status.

Описание свойств

$indexFile публичное свойство

public $indexFile

$job публичное свойство

public $job

$stream публичное свойство

public $stream