PHP Class BookStack\Model

Inheritance: extends Illuminate\Database\Eloquent\Model
Show file 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