UserProfileMobileForm
        
        extends MobileForm
    
    
            
            in package
            
        
    
    
            
            Uses
                            RelationTrait,                             GenderTrait                    
    
Tags
Table of Contents
Methods
- boot() : void
 - getCityCode() : array<string, mixed>|null
 - initialize() : void
 - getCountryState() : array<string|int, string>|null
 - prepare() : void
 
Methods
boot()
    public
                    boot(UserRepositoryInterface $repository[, int|null $id = null ]) : void
    Parameters
- $repository : UserRepositoryInterface
 - $id : int|null = null
 
Tags
getCityCode()
    public
                    getCityCode() : array<string, mixed>|null
    Return values
array<string, mixed>|nullinitialize()
    public
                    initialize() : void
    Tags
getCountryState()
    protected
                    getCountryState(UserProfile|null $profile) : array<string|int, string>|null
    Parameters
- $profile : UserProfile|null
 
Return values
array<string|int, string>|nullprepare()
    protected
                    prepare() : void