PHP 클래스 Todaymade\Daux\Tree\Entry

파일 보기 프로젝트 열기: justinwalsh/daux.io 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$info SplFileInfo
$name string
$parent Directory
$path string
$title string
$uri string

공개 메소드들

메소드 설명
__construct ( Directory $parent, string $uri, SplFileInfo $info = null )
dump ( )
getFileinfo ( ) : SplFileInfo
getName ( ) : string
getParent ( ) : Directory
getParents ( ) : Directory[] Return all parents starting with the root
getPath ( ) : string
getRelativePath ( ) : string Get the path to the file from the root of the documentation
getTitle ( ) : string
getUri ( ) : string
getUrl ( ) : string
setName ( string $name )
setTitle ( string $title )
setUri ( string $uri )

보호된 메소드들

메소드 설명
setParent ( Directory $parent )

메소드 상세

__construct() 공개 메소드

public __construct ( Directory $parent, string $uri, SplFileInfo $info = null )
$parent Directory
$uri string
$info SplFileInfo

dump() 공개 메소드

public dump ( )

getFileinfo() 공개 메소드

public getFileinfo ( ) : SplFileInfo
리턴 SplFileInfo

getName() 공개 메소드

public getName ( ) : string
리턴 string

getParent() 공개 메소드

public getParent ( ) : Directory
리턴 Directory

getParents() 공개 메소드

Return all parents starting with the root
public getParents ( ) : Directory[]
리턴 Directory[]

getPath() 공개 메소드

public getPath ( ) : string
리턴 string

getRelativePath() 공개 메소드

Get the path to the file from the root of the documentation
public getRelativePath ( ) : string
리턴 string

getTitle() 공개 메소드

public getTitle ( ) : string
리턴 string

getUri() 공개 메소드

public getUri ( ) : string
리턴 string

getUrl() 공개 메소드

public getUrl ( ) : string
리턴 string

setName() 공개 메소드

public setName ( string $name )
$name string

setParent() 보호된 메소드

protected setParent ( Directory $parent )
$parent Directory

setTitle() 공개 메소드

public setTitle ( string $title )
$title string

setUri() 공개 메소드

public setUri ( string $uri )
$uri string

프로퍼티 상세

$info 보호되어 있는 프로퍼티

protected SplFileInfo $info
리턴 SplFileInfo

$name 보호되어 있는 프로퍼티

protected string $name
리턴 string

$parent 보호되어 있는 프로퍼티

protected Directory,Todaymade\Daux\Tree $parent
리턴 Directory

$path 보호되어 있는 프로퍼티

protected string $path
리턴 string

$title 보호되어 있는 프로퍼티

protected string $title
리턴 string

$uri 보호되어 있는 프로퍼티

protected string $uri
리턴 string