PHP Class app\models\VendorContact

Inheritance: extends EntityModel, use trait Illuminate\Database\Eloquent\SoftDeletes
Afficher le fichier Open project: hillelcoren/invoice-ninja Class Usage Examples

Méthodes publiques

Свойство Type Description
$fieldEmail string
$fieldFirstName string
$fieldLastName string
$fieldPhone string

Protected Properties

Свойство Type Description
$dates array
$fillable array
$table string

Méthodes publiques

Méthode Description
account ( ) : BelongsTo
getDisplayName ( ) : mixed | string
getFullName ( ) : string
getName ( ) : mixed | string
getPersonType ( ) : mixed
user ( ) : mixed
vendor ( ) : mixed

Method Details

account() public méthode

public account ( ) : BelongsTo
Résultat Illuminate\Database\Eloquent\Relations\BelongsTo

getDisplayName() public méthode

public getDisplayName ( ) : mixed | string
Résultat mixed | string

getFullName() public méthode

public getFullName ( ) : string
Résultat string

getName() public méthode

public getName ( ) : mixed | string
Résultat mixed | string

getPersonType() public méthode

public getPersonType ( ) : mixed
Résultat mixed

user() public méthode

public user ( ) : mixed
Résultat mixed

vendor() public méthode

public vendor ( ) : mixed
Résultat mixed

Property Details

$dates protected_oe property

protected array $dates
Résultat array

$fieldEmail public_oe static_oe property

public static string $fieldEmail
Résultat string

$fieldFirstName public_oe static_oe property

public static string $fieldFirstName
Résultat string

$fieldLastName public_oe static_oe property

public static string $fieldLastName
Résultat string

$fieldPhone public_oe static_oe property

public static string $fieldPhone
Résultat string

$fillable protected_oe property

protected array $fillable
Résultat array

$table protected_oe property

protected string $table
Résultat string