\Phug\Renderer\Adapter\StreamTemplate

Summary

Methods
Properties
Constants
stream_open()
stream_stat()
stream_read()
stream_tell()
stream_eof()
url_stat()
stream_set_option()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$position
$data
N/A

Properties

$position

$position : integer

Type

integer

$data

$data : string

Type

string

Methods

stream_open()

stream_open(  $path) : boolean

Parameters

$path

Returns

boolean

stream_stat()

stream_stat() : null

Returns

null

stream_read()

stream_read(  $count) : string

Parameters

$count

Returns

string

stream_tell()

stream_tell() : integer

Returns

integer

stream_eof()

stream_eof() : boolean

Returns

boolean

url_stat()

url_stat(  $path,   $flags) : array

Dummy URL stat method to prevent PHP "undefined method" errors.

Parameters

$path
$flags

Returns

array

stream_set_option()

stream_set_option(  $option,   $arg1,   $arg2) : boolean

Dummy option setter.

Parameters

$option
$arg1
$arg2

Returns

boolean