Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
BookStack
Model
PHP Class BookStack\Model
Inheritance:
extends
Illuminate\Database\Eloquent\Model
Datei anzeigen
Open project: ssddanbrown/bookstack
Public Methods
Method
Description
getRawAttribute
(
$key
) :
mixed
Provides public access to get the raw attribute value from the model.
Method Details
getRawAttribute()
public
method
Used in areas where no mutations are required but performance is critical.
public
getRawAttribute
(
$key
) :
mixed
$key
return
mixed