\Imi\Util\FileFileEnumItem

Summary

Methods
Properties
Constants
__construct()
getPath()
getFileName()
getFullPath()
__toString()
getContinue()
setContinue()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$path
$fileName
$fullPath
$continue
N/A

Properties

$path

$path : string

路径

Type

string

$fileName

$fileName : string

文件名

Type

string

$fullPath

$fullPath : string

完整路径

Type

string

$continue

$continue : boolean

如果是目录,是否继续向下遍历

Type

boolean

Methods

__construct()

__construct(  $path,   $fileName) 

Parameters

$path
$fileName

getPath()

getPath() : string

Get 路径

Returns

string

getFileName()

getFileName() : string

Get 文件名

Returns

string

getFullPath()

getFullPath() : string

获取完整路径

Returns

string

__toString()

__toString() 

getContinue()

getContinue() : boolean

Get 如果是目录,是否继续向下遍历

Returns

boolean

setContinue()

setContinue(boolean  $continue) : self

Set 如果是目录,是否继续向下遍历

Parameters

boolean $continue

如果是目录,是否继续向下遍历

Returns

self