class FilePathsIterator extends ArrayIterator

deprecated since 2.8, to be removed in 3.0.

Iterate over shell command result.

Methods

__construct(array $paths, string $baseDir)

No description

mixed
__call(string $name, array $arguments)

No description

current()

Return an instance of SplFileInfo with support for relative paths.

string
key()

No description

next()

No description

rewind()

No description

string
getSubPath()

No description

string
getSubPathname()

No description

Details

at line line 56
__construct(array $paths, string $baseDir)

Parameters

array $paths List of paths returned by shell command
string $baseDir Base dir for relative path building

at line line 70
mixed __call(string $name, array $arguments)

Parameters

string $name
array $arguments

Return Value

mixed

at line line 80
SplFileInfo current()

Return an instance of SplFileInfo with support for relative paths.

Return Value

SplFileInfo File information

at line line 88
string key()

Return Value

string

at line line 93
next()

at line line 99
rewind()

at line line 108
string getSubPath()

Return Value

string

at line line 116
string getSubPathname()

Return Value

string