MemberAware
trait MemberAware (View source)
Allows any class to hold Member state
Methods
                    public                                                                            
                
                    Member|null
                
                                
                    getMemberContext()
        
                                            
                
            Get the Member for the current context either from a previously set value or the current user
Details
        
                            void
    setMemberContext(Member|null $member)
        
    
    Set the Member for the current context
        
                            Member|null
    getMemberContext()
        
    
    Get the Member for the current context either from a previously set value or the current user