PHP Class app\models\Contact

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

Méthodes publiques

Méthode 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 méthode

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

client() public méthode

public client ( ) : mixed
Résultat mixed

getContactKeyAttribute() public méthode

public getContactKeyAttribute ( $contact_key ) : mixed
$contact_key
Résultat mixed

getDisplayName() public méthode

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

getEntityType() public méthode

public getEntityType ( ) : mixed
Résultat mixed

getFullName() public méthode

public getFullName ( ) : string
Résultat string

getLinkAttribute() public méthode

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

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