PHP Class app\models\VendorContact

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

Public Properties

Property Type Description
$fieldEmail string
$fieldFirstName string
$fieldLastName string
$fieldPhone string

Protected Properties

Property Type Description
$dates array
$fillable array
$table string

Public Methods

Method Description
account ( ) : BelongsTo
getDisplayName ( ) : mixed | string
getFullName ( ) : string
getName ( ) : mixed | string
getPersonType ( ) : mixed
user ( ) : mixed
vendor ( ) : mixed

Method Details

account() public method

public account ( ) : BelongsTo
return Illuminate\Database\Eloquent\Relations\BelongsTo

getDisplayName() public method

public getDisplayName ( ) : mixed | string
return mixed | string

getFullName() public method

public getFullName ( ) : string
return string

getName() public method

public getName ( ) : mixed | string
return mixed | string

getPersonType() public method

public getPersonType ( ) : mixed
return mixed

user() public method

public user ( ) : mixed
return mixed

vendor() public method

public vendor ( ) : mixed
return mixed

Property Details

$dates protected_oe property

protected array $dates
return array

$fieldEmail public_oe static_oe property

public static string $fieldEmail
return string

$fieldFirstName public_oe static_oe property

public static string $fieldFirstName
return string

$fieldLastName public_oe static_oe property

public static string $fieldLastName
return string

$fieldPhone public_oe static_oe property

public static string $fieldPhone
return string

$fillable protected_oe property

protected array $fillable
return array

$table protected_oe property

protected string $table
return string