PHP 클래스 Cartalyst\Sentinel\Activations\EloquentActivation

상속: extends Illuminate\Database\Eloquent\Model, implements Cartalyst\Sentinel\Activations\ActivationInterface
파일 보기 프로젝트 열기: cartalyst/sentinel

보호된 프로퍼티들

프로퍼티 타입 설명
$fillable {@inheritDoc}
$table {@inheritDoc}

공개 메소드들

메소드 설명
getCode ( ) {@inheritDoc}
getCompletedAttribute ( mixed $completed ) : boolean Get mutator for the "completed" attribute.
setCompletedAttribute ( mixed $completed ) : void Set mutator for the "completed" attribute.

메소드 상세

getCode() 공개 메소드

{@inheritDoc}
public getCode ( )

getCompletedAttribute() 공개 메소드

Get mutator for the "completed" attribute.
public getCompletedAttribute ( mixed $completed ) : boolean
$completed mixed
리턴 boolean

setCompletedAttribute() 공개 메소드

Set mutator for the "completed" attribute.
public setCompletedAttribute ( mixed $completed ) : void
$completed mixed
리턴 void

프로퍼티 상세

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

{@inheritDoc}
protected $fillable

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

{@inheritDoc}
protected $table