PHP 클래스 Modules\Doptor\TranslationManager\Models\TranslationLanguage

상속: extends Eloquen\Eloquent, implements Robbo\Presenter\PresentableInterface
파일 보기 프로젝트 열기: doptor/doptor 1 사용 예제들

보호된 프로퍼티들

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

공개 메소드들

메소드 설명
create ( array $attributes = [] ) : void Create a new slide
getPresenter ( ) Initiate the presenter class
update ( array $attributes = [], array $options = [] ) : void Update an existing slide

메소드 상세

create() 공개 정적인 메소드

Create a new slide
public static create ( array $attributes = [] ) : void
$attributes array
리턴 void

getPresenter() 공개 메소드

Initiate the presenter class
public getPresenter ( )

update() 공개 메소드

Update an existing slide
public update ( array $attributes = [], array $options = [] ) : void
$attributes array
$options array
리턴 void

프로퍼티 상세

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

protected $fillable

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

protected $guarded

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

protected $table