PHP Class Modules\Doptor\CompanyInfo\Models\Company

Inheritance: extends Eloquen\Eloquent
Afficher le fichier Open project: doptor/doptor

Protected Properties

Свойство Type Description
$fillable
$guarded
$table

Méthodes publiques

Méthode Description
boot ( )
branches ( ) A company have many branches
country ( ) A company can belong to one country
incharges ( ) Get the company incharges.
isValid ( )
names ( )

Method Details

boot() public static méthode

public static boot ( )

branches() public méthode

A company have many branches
public branches ( )

country() public méthode

A company can belong to one country
public country ( )

incharges() public méthode

Get the company incharges.
public incharges ( )

isValid() public méthode

public isValid ( )

names() public static méthode

public static names ( )

Property Details

$fillable protected_oe property

protected $fillable

$guarded protected_oe property

protected $guarded

$table protected_oe property

protected $table