PHP Class app\models\Invitation

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

Protected Properties

Property Type Description
$dates array

Public Methods

Method 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 method

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

contact() public method

public contact ( ) : mixed
return mixed

getEntityType() public method

public getEntityType ( ) : mixed
return mixed

getName() public method

public getName ( ) : mixed
return mixed

getStatus() public method

public getStatus ( ) : boolean | string
return boolean | string

invoice() public method

public invoice ( ) : mixed
return mixed

markSent() public method

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

markViewed() public method

public markViewed ( )

signatureDiv() public method

public signatureDiv ( )

user() public method

public user ( ) : mixed
return mixed

Property Details

$dates protected property

protected array $dates
return array