PHP Класс Nwidart\Modules\Generators\FileGenerator

Наследование: extends Generator
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$contents string The contens will be used.
$filesystem Illuminate\Filesystem\Filesystem | null The laravel filesystem or null.
$path string The path wil be used.

Открытые методы

Метод Описание
__construct ( $path, $contents, null $filesystem = null ) The constructor.
generate ( ) Generate the file.
getContents ( ) : mixed Get contents.
getFilesystem ( ) : mixed Get filesystem.
getPath ( ) : mixed Get path.
setContents ( mixed $contents ) Set contents.
setFilesystem ( Illuminate\Filesystem\Filesystem $filesystem ) Set filesystem.
setPath ( mixed $path ) Set path.

Описание методов

__construct() публичный Метод

The constructor.
public __construct ( $path, $contents, null $filesystem = null )
$path
$contents
$filesystem null

generate() публичный Метод

Generate the file.
public generate ( )

getContents() публичный Метод

Get contents.
public getContents ( ) : mixed
Результат mixed

getFilesystem() публичный Метод

Get filesystem.
public getFilesystem ( ) : mixed
Результат mixed

getPath() публичный Метод

Get path.
public getPath ( ) : mixed
Результат mixed

setContents() публичный Метод

Set contents.
public setContents ( mixed $contents )
$contents mixed

setFilesystem() публичный Метод

Set filesystem.
public setFilesystem ( Illuminate\Filesystem\Filesystem $filesystem )
$filesystem Illuminate\Filesystem\Filesystem

setPath() публичный Метод

Set path.
public setPath ( mixed $path )
$path mixed

Описание свойств

$contents защищенное свойство

The contens will be used.
protected string $contents
Результат string

$filesystem защищенное свойство

The laravel filesystem or null.
protected Filesystem,Illuminate\Filesystem|null $filesystem
Результат Illuminate\Filesystem\Filesystem | null

$path защищенное свойство

The path wil be used.
protected string $path
Результат string