PHP Класс Phulp\DistFile

Показать файл Открыть проект

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

Метод Описание
__construct ( $content, string $name = '', string $fullpath = '', string $relativepath = '' )
getBasepath ( ) : string Gets the value of basepath.
getContent ( ) : mixed Gets the value of content.
getDistpathname ( ) : string Gets the value of distpathname.
getFullpath ( ) : string Gets the value of fullpath.
getLastChangeTime ( ) : string Gets the value of lastChangeTime.
getName ( ) : string Gets the value of name.
getRelativepath ( ) : string Gets the value of relativepath.
setContent ( mixed $content ) Sets the value of content.
setDistpathname ( string $distpathname ) Sets the value of distpathname.
setLastChangeTime ( string $lastChangeTime ) Sets the value of lastChangeTime.

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

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

public __construct ( $content, string $name = '', string $fullpath = '', string $relativepath = '' )
$name string
$fullpath string
$relativepath string

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

Gets the value of basepath.
public getBasepath ( ) : string
Результат string $basepath

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

Gets the value of content.
public getContent ( ) : mixed
Результат mixed $content

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

Gets the value of distpathname.
public getDistpathname ( ) : string
Результат string $distpathname

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

Gets the value of fullpath.
public getFullpath ( ) : string
Результат string $fullpath

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

Gets the value of lastChangeTime.
public getLastChangeTime ( ) : string
Результат string $lastChangeTime

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

Gets the value of name.
public getName ( ) : string
Результат string $name

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

Gets the value of relativepath.
public getRelativepath ( ) : string
Результат string $relativepath

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

Sets the value of content.
public setContent ( mixed $content )
$content mixed $content the content

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

Sets the value of distpathname.
public setDistpathname ( string $distpathname )
$distpathname string $distpathname the distpathname

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

Sets the value of lastChangeTime.
public setLastChangeTime ( string $lastChangeTime )
$lastChangeTime string $lastChangeTime the last change time