PHP 클래스 Serverfireteam\Panel\Link

상속: extends Illuminate\Database\Eloquent\Model
파일 보기 프로젝트 열기: serverfireteam/panel 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$cache

보호된 프로퍼티들

프로퍼티 타입 설명
$fillable
$table

공개 메소드들

메소드 설명
allCached ( $forceRefresh = false )
getAndSave ( $url, $display, $show_menu = true )
getMainUrls ( $forceRefresh = false )
returnUrls ( $forceRefresh = false )

메소드 상세

allCached() 공개 정적인 메소드

public static allCached ( $forceRefresh = false )

getAndSave() 공개 메소드

public getAndSave ( $url, $display, $show_menu = true )

getMainUrls() 공개 정적인 메소드

public static getMainUrls ( $forceRefresh = false )

returnUrls() 공개 정적인 메소드

public static returnUrls ( $forceRefresh = false )

프로퍼티 상세

$cache 정적으로 공개적으로 프로퍼티

static public $cache

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

protected $fillable

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

protected $table