PHP 클래스 Arrilot\Widgets\Factories\WidgetFactory

상속: extends AbstractWidgetFactory
파일 보기 프로젝트 열기: arrilot/laravel-widgets 1 사용 예제들

공개 메소드들

메소드 설명
run ( ) : mixed Run widget without magic method.

보호된 메소드들

메소드 설명
getCacheTime ( ) : boolean | float | integer Get widget cache time or false if it's not meant to be cached.
getContent ( ) : mixed Make call and get return widget content.
getContentFromCache ( $args ) : mixed Gets content from cache if it's turned on.
getReloadTimeout ( ) : boolean | float | integer Get widget reload timeout or false if it's not reloadable.

메소드 상세

getCacheTime() 보호된 메소드

Get widget cache time or false if it's not meant to be cached.
protected getCacheTime ( ) : boolean | float | integer
리턴 boolean | float | integer

getContent() 보호된 메소드

Make call and get return widget content.
protected getContent ( ) : mixed
리턴 mixed

getContentFromCache() 보호된 메소드

Runs widget class otherwise.
protected getContentFromCache ( $args ) : mixed
$args
리턴 mixed

getReloadTimeout() 보호된 메소드

Get widget reload timeout or false if it's not reloadable.
protected getReloadTimeout ( ) : boolean | float | integer
리턴 boolean | float | integer

run() 공개 메소드

Run widget without magic method.
public run ( ) : mixed
리턴 mixed