PHP 클래스 Cviebrock\EloquentTaggable\Models\Tag

상속: extends Illuminate\Database\Eloquent\Model
파일 보기 프로젝트 열기: cviebrock/eloquent-taggable 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$fillable array The attributes that are mass assignable.
$primaryKey string The primary key for the model.
$table string The table associated with the model.

공개 메소드들

메소드 설명
__toString ( ) : string Convert the model to its string representation.
setNameAttribute ( string $value ) Set the name attribute on the model.

메소드 상세

__toString() 공개 메소드

Convert the model to its string representation.
public __toString ( ) : string
리턴 string

setNameAttribute() 공개 메소드

Set the name attribute on the model.
public setNameAttribute ( string $value )
$value string

프로퍼티 상세

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

The attributes that are mass assignable.
protected array $fillable
리턴 array

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

The primary key for the model.
protected string $primaryKey
리턴 string

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

The table associated with the model.
protected string $table
리턴 string