PHP 클래스 app\Business

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

공개 프로퍼티들

프로퍼티 타입 설명
$incrementing
$primaryKey
$timestamps

보호된 프로퍼티들

프로퍼티 타입 설명
$fillable array The attributes that are mass assignable.
$table string The database table used by the model.

공개 메소드들

메소드 설명
create ( array $attr = [], $normal = true )
getAgeAttribute ( )
getFullNameAttribute ( )
getHasPhoneAttribute ( )
user ( ) : belongsTo Get business user.

메소드 상세

create() 공개 정적인 메소드

public static create ( array $attr = [], $normal = true )
$attr array

getAgeAttribute() 공개 메소드

public getAgeAttribute ( )

getFullNameAttribute() 공개 메소드

getHasPhoneAttribute() 공개 메소드

user() 공개 메소드

Get business user.
public user ( ) : belongsTo
리턴 belongsTo

프로퍼티 상세

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

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

$incrementing 공개적으로 프로퍼티

public $incrementing

$primaryKey 공개적으로 프로퍼티

public $primaryKey

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

The database table used by the model.
protected string $table
리턴 string

$timestamps 공개적으로 프로퍼티

public $timestamps