\Pivot\Core\TraitsModifiedOwnerTrait

Contains getter and setter for owner You muse create and map the owner property to the column name

Summary

Methods
Properties
Constants
setOwner()
getOwner()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

setOwner()

setOwner(\Pivot\Core\Traits\User  $owner) : mixed

Set the owner - Takes a ClientUser Entity

Parameters

\Pivot\Core\Traits\User $owner

Returns

mixed

getOwner()

getOwner() : \Pivot\Core\Traits\User

Get the owner

Returns

\Pivot\Core\Traits\User