PHP 클래스 BookStack\Model

상속: extends Illuminate\Database\Eloquent\Model
파일 보기 프로젝트 열기: ssddanbrown/bookstack

공개 메소드들

메소드 설명
getRawAttribute ( $key ) : mixed Provides public access to get the raw attribute value from the model.

메소드 상세

getRawAttribute() 공개 메소드

Used in areas where no mutations are required but performance is critical.
public getRawAttribute ( $key ) : mixed
$key
리턴 mixed