PHP 클래스 Widget

저자: Chema ([email protected])
파일 보기 프로젝트 열기: sourcefabric/newscoop 1 사용 예제들

공개 메소드들

메소드 설명
__call ( string $name, array $arguments ) : mixed Get property value
getAnnotation ( string $name ) Get annotation
getCache ( ) : CampCache Get cache object
getSetting ( string $name ) Get setting
getUser ( ) : User Get user
getView ( ) : string Get view
isFullscreen ( ) : boolean Is view fullscreen?
setManager ( WidgetManagerDecorator $manager ) : IWidget Set widget manager
setSettings ( array $settings = [] ) : IWidget Set widget settings
setView ( string $view = self::DEFAULT_VIEW ) : IWidget Set view

메소드 상세

__call() 공개 메소드

Get property value
public __call ( string $name, array $arguments ) : mixed
$name string
$arguments array
리턴 mixed

getAnnotation() 공개 메소드

Get annotation
public getAnnotation ( string $name )
$name string return string

getCache() 공개 메소드

Get cache object
public getCache ( ) : CampCache
리턴 CampCache

getSetting() 공개 메소드

Get setting
public getSetting ( string $name )
$name string return mixed

getUser() 최종 공개 메소드

Get user
final public getUser ( ) : User
리턴 User

getView() 최종 공개 메소드

Get view
final public getView ( ) : string
리턴 string

isFullscreen() 최종 공개 메소드

Is view fullscreen?
final public isFullscreen ( ) : boolean
리턴 boolean

setManager() 공개 메소드

Set widget manager
public setManager ( WidgetManagerDecorator $manager ) : IWidget
$manager WidgetManagerDecorator
리턴 IWidget

setSettings() 공개 메소드

Set widget settings
public setSettings ( array $settings = [] ) : IWidget
$settings array
리턴 IWidget

setView() 최종 공개 메소드

Set view
final public setView ( string $view = self::DEFAULT_VIEW ) : IWidget
$view string
리턴 IWidget