1 | <?php |
||
6 | class EnvironmentCompletionContext extends CompletionContext |
||
7 | { |
||
8 | /** |
||
9 | * Set up completion context from the environment variables set by the parent shell |
||
10 | */ |
||
11 | public function __construct() |
||
30 | |||
31 | /** |
||
32 | * Use the word break characters set by the parent shell. |
||
33 | * |
||
34 | * @throws \RuntimeException |
||
35 | */ |
||
36 | public function useWordBreaksFromEnvironment() |
||
46 | } |
||
47 |