PHP Class BookStack\Ownable

Inheritance: extends Model
Afficher le fichier Open project: ssddanbrown/bookstack Class Usage Examples

Méthodes publiques

Méthode Description
createdBy ( ) : BelongsTo Relation for the user that created this entity.
getClassName ( ) : string Gets the class name.
updatedBy ( ) : BelongsTo Relation for the user that updated this entity.

Method Details

createdBy() public méthode

Relation for the user that created this entity.
public createdBy ( ) : BelongsTo
Résultat Illuminate\Database\Eloquent\Relations\BelongsTo

getClassName() public static méthode

Gets the class name.
public static getClassName ( ) : string
Résultat string

updatedBy() public méthode

Relation for the user that updated this entity.
public updatedBy ( ) : BelongsTo
Résultat Illuminate\Database\Eloquent\Relations\BelongsTo