PHP Class app\models\Invitation

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

Protected Properties

Свойство Type Description
$dates array

Méthodes publiques

Méthode Description
account ( ) : BelongsTo
contact ( ) : mixed
getEntityType ( ) : mixed
getLink ( string $type = 'view', boolean $forceOnsite = false ) : string
getName ( ) : mixed
getStatus ( ) : boolean | string
invoice ( ) : mixed
markSent ( null $messageId = null )
markViewed ( )
signatureDiv ( )
user ( ) : mixed

Method Details

account() public méthode

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

contact() public méthode

public contact ( ) : mixed
Résultat mixed

getEntityType() public méthode

public getEntityType ( ) : mixed
Résultat mixed

getName() public méthode

public getName ( ) : mixed
Résultat mixed

getStatus() public méthode

public getStatus ( ) : boolean | string
Résultat boolean | string

invoice() public méthode

public invoice ( ) : mixed
Résultat mixed

markSent() public méthode

public markSent ( null $messageId = null )
$messageId null

markViewed() public méthode

public markViewed ( )

signatureDiv() public méthode

public signatureDiv ( )

user() public méthode

public user ( ) : mixed
Résultat mixed

Property Details

$dates protected_oe property

protected array $dates
Résultat array