CommonApiUser
Defines the generic API user properties
Table of Contents
- $name : string|null
- The API user name
- $timezone : string|null
- The API user timezone
- getName() : string
- Getter for name
- getTimezone() : string
- Getter for timezone
- setName() : static
- Setter for name
- setTimezone() : static
- Setter for timezone
Properties
$name
The API user name
    protected
        string|null
    $name
     = null
    
    
    
$timezone
The API user timezone
    protected
        string|null
    $timezone
     = null
    
    
    
Methods
getName()
Getter for name
    public
                getName() : string
    
    
    
        Return values
string —The API user name
getTimezone()
Getter for timezone
    public
                getTimezone() : string
    
    
    
        Return values
string —The API user timezone
setName()
Setter for name
    public
                setName(string $name) : static
    
        Parameters
- $name : string
- 
                    The API user name 
Return values
static —To use in method chains
setTimezone()
Setter for timezone
    public
                setTimezone(string $timezone) : static
    
        Parameters
- $timezone : string
- 
                    The API user timezone 
Return values
static —To use in method chains