PHP 클래스 Jarves\Configuration\EntryPoint

상속: extends Model
파일 보기 프로젝트 열기: jarves/jarves 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$_excludeFromExport
$attributes
$bundle Bundle
$children EntryPoint[]
$class string
$fullPath string
$icon string
$label string
$link boolean
$multi boolean
$object string Object key. (example: jarves/user) Necessary if you haven't defined any $class and use a framework $type (combined, list, edit, add)
$parentInstance EntryPoint
$path string
$system boolean
$templateUrl string
$type string

공개 메소드들

메소드 설명
addChildren ( EntryPoint $entryPoint )
getBundle ( ) : Bundle
getChild ( $path ) : EntryPoint
getChildren ( ) : EntryPoint[]
getChildrenArray ( ) : array
getClass ( ) : string
getFullPath ( ) : string
getIcon ( ) : string
getLabel ( ) : string
getLink ( ) : boolean
getMulti ( ) : boolean
getObject ( ) : string
getParentInstance ( )
getPath ( ) : string
getSystem ( ) : boolean
getTemplateUrl ( ) : string
getType ( ) : string
isFrameworkWindow ( )
isLink ( )
isSystem ( )
setBundle ( Bundle $bundle = null )
setChildren ( array $children = null )
setClass ( string $class )
setFullPath ( string $fullPath )
setIcon ( string $icon )
setLabel ( string $label )
setLink ( boolean $link )
setMulti ( boolean $multi )
setObject ( string $object )
setParentInstance ( EntryPoint $parentInstance = null )
setPath ( string $path )
setSystem ( boolean $system )
setTemplateUrl ( string $templateUrl )
setType ( string $type )
toArray ( $element = null )

메소드 상세

addChildren() 공개 메소드

public addChildren ( EntryPoint $entryPoint )
$entryPoint EntryPoint

getBundle() 공개 메소드

public getBundle ( ) : Bundle
리턴 Bundle

getChild() 공개 메소드

public getChild ( $path ) : EntryPoint
$path
리턴 EntryPoint

getChildren() 공개 메소드

public getChildren ( ) : EntryPoint[]
리턴 EntryPoint[]

getChildrenArray() 공개 메소드

public getChildrenArray ( ) : array
리턴 array

getClass() 공개 메소드

public getClass ( ) : string
리턴 string

getFullPath() 공개 메소드

public getFullPath ( ) : string
리턴 string

getIcon() 공개 메소드

public getIcon ( ) : string
리턴 string

getLabel() 공개 메소드

public getLabel ( ) : string
리턴 string

getMulti() 공개 메소드

public getMulti ( ) : boolean
리턴 boolean

getObject() 공개 메소드

public getObject ( ) : string
리턴 string

getParentInstance() 공개 메소드

public getParentInstance ( )

getPath() 공개 메소드

public getPath ( ) : string
리턴 string

getSystem() 공개 메소드

public getSystem ( ) : boolean
리턴 boolean

getTemplateUrl() 공개 메소드

public getTemplateUrl ( ) : string
리턴 string

getType() 공개 메소드

public getType ( ) : string
리턴 string

isFrameworkWindow() 공개 메소드

public isFrameworkWindow ( )

isSystem() 공개 메소드

public isSystem ( )

setBundle() 공개 메소드

public setBundle ( Bundle $bundle = null )
$bundle Bundle

setChildren() 공개 메소드

public setChildren ( array $children = null )
$children array

setClass() 공개 메소드

public setClass ( string $class )
$class string

setFullPath() 공개 메소드

public setFullPath ( string $fullPath )
$fullPath string

setIcon() 공개 메소드

public setIcon ( string $icon )
$icon string

setLabel() 공개 메소드

public setLabel ( string $label )
$label string

setMulti() 공개 메소드

public setMulti ( boolean $multi )
$multi boolean

setObject() 공개 메소드

public setObject ( string $object )
$object string

setParentInstance() 공개 메소드

public setParentInstance ( EntryPoint $parentInstance = null )
$parentInstance EntryPoint

setPath() 공개 메소드

public setPath ( string $path )
$path string

setSystem() 공개 메소드

public setSystem ( boolean $system )
$system boolean

setTemplateUrl() 공개 메소드

public setTemplateUrl ( string $templateUrl )
$templateUrl string

setType() 공개 메소드

public setType ( string $type )
$type string

toArray() 공개 메소드

public toArray ( $element = null )

프로퍼티 상세

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

protected $_excludeFromExport

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

protected $attributes

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

protected Bundle,Jarves\Configuration $bundle
리턴 Bundle

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

protected EntryPoint[],Jarves\Configuration $children
리턴 EntryPoint[]

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

protected string $class
리턴 string

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

protected string $fullPath
리턴 string

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

protected string $icon
리턴 string

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

protected string $label
리턴 string

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

protected bool $multi
리턴 boolean

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

Object key. (example: jarves/user) Necessary if you haven't defined any $class and use a framework $type (combined, list, edit, add)
protected string $object
리턴 string

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

protected EntryPoint,Jarves\Configuration $parentInstance
리턴 EntryPoint

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

protected string $path
리턴 string

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

protected bool $system
리턴 boolean

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

protected string $templateUrl
리턴 string

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

protected string $type
리턴 string