PHP 클래스 Nwidart\Modules\Generators\FileGenerator

상속: extends Generator
파일 보기 프로젝트 열기: nwidart/laravel-modules

보호된 프로퍼티들

프로퍼티 타입 설명
$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