PromptFactory
        PromptFactory.php
                :
        11
                 
    
                                Final
                
        
        
                Methods¶
                 __construct()
            ¶
__construct()
            ¶
    
        
        PromptFactory.php
                :
        21
                 
    
        |  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $prompts | array<string|int, PromptInterface> | - | - | 
| $identifier | string | - | - | 
                 getIdentifier()
            ¶
getIdentifier()
            ¶
    
        
        PromptFactory.php
                :
        45
                 
    
        |  |  | 
Return values
string
                 getPrompt()
            ¶
getPrompt()
            ¶
    
        
        PromptFactory.php
                :
        30
                 
    
        |  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $options | array<string|int, mixed> | - | - | 
Return values
string