PHP Class Phulp\DistFile

Afficher le fichier Open project: reisraff/phulp

Méthodes publiques

Méthode Description
__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.

Method Details

__construct() public méthode

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

getBasepath() public méthode

Gets the value of basepath.
public getBasepath ( ) : string
Résultat string $basepath

getContent() public méthode

Gets the value of content.
public getContent ( ) : mixed
Résultat mixed $content

getDistpathname() public méthode

Gets the value of distpathname.
public getDistpathname ( ) : string
Résultat string $distpathname

getFullpath() public méthode

Gets the value of fullpath.
public getFullpath ( ) : string
Résultat string $fullpath

getLastChangeTime() public méthode

Gets the value of lastChangeTime.
public getLastChangeTime ( ) : string
Résultat string $lastChangeTime

getName() public méthode

Gets the value of name.
public getName ( ) : string
Résultat string $name

getRelativepath() public méthode

Gets the value of relativepath.
public getRelativepath ( ) : string
Résultat string $relativepath

setContent() public méthode

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

setDistpathname() public méthode

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

setLastChangeTime() public méthode

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