PHP Class app\models\Contact

Inheritance: extends Eloquent
Show file 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

Public Methods

Method Description
account ( ) : BelongsTo
client ( ) : mixed
getContactKeyAttribute ( $contact_key ) : mixed
getDisplayName ( ) : mixed | string
getEntityType ( ) : mixed
getFullName ( ) : string
getLinkAttribute ( ) : string
getName ( ) : mixed | string
getPersonType ( ) : mixed
user ( ) : mixed

Method Details

account() public method

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

client() public method

public client ( ) : mixed
return mixed

getContactKeyAttribute() public method

public getContactKeyAttribute ( $contact_key ) : mixed
$contact_key
return mixed

getDisplayName() public method

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

getEntityType() public method

public getEntityType ( ) : mixed
return mixed

getFullName() public method

public getFullName ( ) : string
return string

getLinkAttribute() public method

public getLinkAttribute ( ) : 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

Property Details

$dates protected property

protected array $dates
return array

$fieldEmail public static property

public static string $fieldEmail
return string

$fieldFirstName public static property

public static string $fieldFirstName
return string

$fieldLastName public static property

public static string $fieldLastName
return string

$fieldPhone public static property

public static string $fieldPhone
return string

$fillable protected property

protected array $fillable
return array