PHP Class app\models\Activity

Inheritance: extends Illuminate\Database\Eloquent\Model
Afficher le fichier Open project: hillelcoren/invoice-ninja Class Usage Examples

Méthodes publiques

Свойство Type Description
$timestamps boolean

Méthodes publiques

Méthode Description
account ( ) : BelongsTo
client ( ) : mixed
contact ( ) : mixed
credit ( ) : mixed
expense ( )
getMessage ( ) : mixed
invoice ( ) : mixed
key ( )
payment ( ) : mixed
scopeScope ( $query ) : mixed
task ( )
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

contact() public méthode

public contact ( ) : mixed
Résultat mixed

credit() public méthode

public credit ( ) : mixed
Résultat mixed

expense() public méthode

public expense ( )

getMessage() public méthode

public getMessage ( ) : mixed
Résultat mixed

invoice() public méthode

public invoice ( ) : mixed
Résultat mixed

key() public méthode

public key ( )

payment() public méthode

public payment ( ) : mixed
Résultat mixed

scopeScope() public méthode

public scopeScope ( $query ) : mixed
$query
Résultat mixed

task() public méthode

public task ( )

user() public méthode

public user ( ) : mixed
Résultat mixed

Property Details

$timestamps public_oe property

public bool $timestamps
Résultat boolean