Coach
        
        extends BaseComponent
    
    
            
            in package
            
        
    
    
    
Table of Contents
Properties
- $first_name : string|null
 - $id : int
 - $last_name : string|null
 - $preferred_name : string|null
 - $title : string|null
 - $fields : array<string|int, string>
 
Properties
$first_name
    public
        string|null
    $first_name
    
        Coach's first name
$id
    public
        int
    $id
    
        ID of the coach
$last_name
    public
        string|null
    $last_name
    
        Coach's last name
$preferred_name
    public
        string|null
    $preferred_name
    
        Preferred Name
$title
    public
        string|null
    $title
    
        Coach's title
$fields
    protected
    static    array<string|int, string>
    $fields
     = ["id" => "int", "first_name" => "string", "last_name" => "string", "title" => "string", "preferred_name" => "string"]