PHP Class Serverfireteam\Panel\Link

Inheritance: extends Illuminate\Database\Eloquent\Model
Show file Open project: serverfireteam/panel Class Usage Examples

Public Properties

Property Type Description
$cache

Protected Properties

Property Type Description
$fillable
$table

Public Methods

Method Description
allCached ( $forceRefresh = false )
getAndSave ( $url, $display, $show_menu = true )
getMainUrls ( $forceRefresh = false )
returnUrls ( $forceRefresh = false )

Method Details

allCached() public static method

public static allCached ( $forceRefresh = false )

getAndSave() public method

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

getMainUrls() public static method

public static getMainUrls ( $forceRefresh = false )

returnUrls() public static method

public static returnUrls ( $forceRefresh = false )

Property Details

$cache static public property

static public $cache

$fillable protected property

protected $fillable

$table protected property

protected $table