Свойство | Тип | Описание | |
---|---|---|---|
$config | Illuminate\Config\Repository | ||
$extra | |||
$helpers | |||
$interfaces | |||
$magic | |||
$output | Symfony\Component\Console\Output\OutputInterface | ||
$view | Illuminate\View\Factory |
Метод | Описание | |
---|---|---|
__construct ( Illuminate\Config\Repository $config, Illuminate\View\Factory $view, Symfony\Component\Console\Output\OutputInterface $output = null, string $helpers = '' ) | ||
generate ( string $format = 'php' ) : string; | Generate the helper file contents; | |
generateJsonHelper ( ) | ||
generatePhpHelper ( ) | ||
getDriver ( $alias ) : array | boolean | string | Get the driver/connection/store from the managers |
Метод | Описание | |
---|---|---|
detectDrivers ( ) | ||
error ( string $string ) : void | Write a string as error output. | |
getAliases ( ) | ||
getNamespaces ( ) : array | Find all namespaces/aliases that are valid for us to render |
public __construct ( Illuminate\Config\Repository $config, Illuminate\View\Factory $view, Symfony\Component\Console\Output\OutputInterface $output = null, string $helpers = '' ) | ||
$config | Illuminate\Config\Repository | |
$view | Illuminate\View\Factory | |
$output | Symfony\Component\Console\Output\OutputInterface | |
$helpers | string |
protected getNamespaces ( ) : array | ||
Результат | array |
protected Repository,Illuminate\Config $config | ||
Результат | Illuminate\Config\Repository |
protected OutputInterface,Symfony\Component\Console\Output $output | ||
Результат | Symfony\Component\Console\Output\OutputInterface |