PHP 클래스 Phulp\DistFile

파일 보기 프로젝트 열기: reisraff/phulp

공개 메소드들

메소드 설명
__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