Method | 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. |
public getBasepath ( ) : string | ||
return | string | $basepath |
public getContent ( ) : mixed | ||
return | mixed | $content |
public getDistpathname ( ) : string | ||
return | string | $distpathname |
public getFullpath ( ) : string | ||
return | string | $fullpath |
public getLastChangeTime ( ) : string | ||
return | string | $lastChangeTime |
public getRelativepath ( ) : string | ||
return | string | $relativepath |
public setContent ( mixed $content ) | ||
$content | mixed | $content the content |
public setDistpathname ( string $distpathname ) | ||
$distpathname | string | $distpathname the distpathname |
public setLastChangeTime ( string $lastChangeTime ) | ||
$lastChangeTime | string | $lastChangeTime the last change time |