| 
| 
array  | $alpha | 
|   | An array of letters in the alphabet. 
  | 
|   | 
| 
string  | $class | 
|   | Class name to add to this initial bar. 
  | 
|   | 
| 
string  | $current | 
|   | Currently selected letter. 
  | 
|   | 
| 
string  | $title | 
|   | The name to put in front of this initial bar. 
  | 
|   | 
| 
string  | $url | 
|   | URL object. 
  | 
|   | 
| 
string  | $urlvar | 
|   | URL parameter name for this initial. 
  | 
|   | 
◆ __construct()
      
        
          | initials_bar::__construct  | 
          ( | 
            | 
          $current,  | 
        
        
           | 
           | 
            | 
          $class,  | 
        
        
           | 
           | 
            | 
          $title,  | 
        
        
           | 
           | 
            | 
          $urlvar,  | 
        
        
           | 
           | 
            | 
          $url,  | 
        
        
           | 
           | 
            | 
          $alpha = null  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Constructor initials_bar with only the required params. 
- Parameters
 - 
  
    | string | $current | the currently selected letter.  | 
    | string | $class | class name to add to this initial bar.  | 
    | string | $title | the name to put in front of this initial bar.  | 
    | string | $urlvar | URL parameter name for this initial.  | 
    | string | $url | URL object.  | 
    | array | $alpha | of letters in the alphabet.  | 
  
   
 
 
◆ export_for_template()
Export for template. 
- Parameters
 - 
  
  
 
- Return values
 - 
  
  
 
Implements templatable.
 
 
The documentation for this class was generated from the following file: