PHP 클래스 Modules\Doptor\CompanyInfo\Models\Company

상속: extends Eloquen\Eloquent
파일 보기 프로젝트 열기: doptor/doptor

보호된 프로퍼티들

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

공개 메소드들

메소드 설명
boot ( )
branches ( ) A company have many branches
country ( ) A company can belong to one country
incharges ( ) Get the company incharges.
isValid ( )
names ( )

메소드 상세

boot() 공개 정적인 메소드

public static boot ( )

branches() 공개 메소드

A company have many branches
public branches ( )

country() 공개 메소드

A company can belong to one country
public country ( )

incharges() 공개 메소드

Get the company incharges.
public incharges ( )

isValid() 공개 메소드

public isValid ( )

names() 공개 정적인 메소드

public static names ( )

프로퍼티 상세

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

protected $fillable

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

protected $guarded

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

protected $table