PHP 클래스 Barryvdh\LaravelIdeHelper\Console\ModelsCommand

저자: Barry vd. Heuvel ([email protected])
상속: extends Illuminate\Console\Command
파일 보기 프로젝트 열기: barryvdh/laravel-ide-helper

보호된 프로퍼티들

프로퍼티 타입 설명
$description string The console command description.
$dirs
$filename
$files Illuminate\Filesystem\Filesystem
$methods
$name string The console command name.
$properties
$reset
$write

공개 메소드들

메소드 설명
__construct ( Illuminate\Filesystem\Filesystem $files )
fire ( ) : void Execute the console command.
getParameters ( $method ) : array Get the parameters and format them correctly

보호된 메소드들

메소드 설명
castPropertiesType ( Model $model ) cast the properties's type from $casts.
createPhpDocs ( string $class ) : string
generateDocs ( $loadModels, $ignore = '' )
getArguments ( ) : array Get the console command arguments.
getOptions ( ) : array Get the console command options.
getPropertiesFromMethods ( Model $model )
getPropertiesFromTable ( Model $model ) Load the properties from the database table.
getReturnTypeFromDocBlock ( ReflectionMethod $reflection ) : null | string Get method return type based on it DocBlock comment
getTypeOverride ( string $type ) : string Returns the overide type for the give type.
hasCamelCaseModelProperties ( ) : boolean
loadModels ( )
setMethod ( $name, $type = '', $arguments = [] )
setProperty ( string $name, string | null $type = null, boolean | null $read = null, boolean | null $write = null, string | null $comment = '' )

비공개 메소드들

메소드 설명
getCollectionClass ( string $className ) : string Determine a model classes' collection type.

메소드 상세

__construct() 공개 메소드

public __construct ( Illuminate\Filesystem\Filesystem $files )
$files Illuminate\Filesystem\Filesystem

castPropertiesType() 보호된 메소드

cast the properties's type from $casts.
protected castPropertiesType ( Model $model )
$model Illuminate\Database\Eloquent\Model

createPhpDocs() 보호된 메소드

protected createPhpDocs ( string $class ) : string
$class string
리턴 string

fire() 공개 메소드

Execute the console command.
public fire ( ) : void
리턴 void

generateDocs() 보호된 메소드

protected generateDocs ( $loadModels, $ignore = '' )

getArguments() 보호된 메소드

Get the console command arguments.
protected getArguments ( ) : array
리턴 array

getOptions() 보호된 메소드

Get the console command options.
protected getOptions ( ) : array
리턴 array

getParameters() 공개 메소드

Get the parameters and format them correctly
public getParameters ( $method ) : array
$method
리턴 array

getPropertiesFromMethods() 보호된 메소드

protected getPropertiesFromMethods ( Model $model )
$model Illuminate\Database\Eloquent\Model

getPropertiesFromTable() 보호된 메소드

Load the properties from the database table.
protected getPropertiesFromTable ( Model $model )
$model Illuminate\Database\Eloquent\Model

getReturnTypeFromDocBlock() 보호된 메소드

Get method return type based on it DocBlock comment
protected getReturnTypeFromDocBlock ( ReflectionMethod $reflection ) : null | string
$reflection ReflectionMethod
리턴 null | string

getTypeOverride() 보호된 메소드

Returns the overide type for the give type.
protected getTypeOverride ( string $type ) : string
$type string
리턴 string

hasCamelCaseModelProperties() 보호된 메소드

loadModels() 보호된 메소드

protected loadModels ( )

setMethod() 보호된 메소드

protected setMethod ( $name, $type = '', $arguments = [] )

setProperty() 보호된 메소드

protected setProperty ( string $name, string | null $type = null, boolean | null $read = null, boolean | null $write = null, string | null $comment = '' )
$name string
$type string | null
$read boolean | null
$write boolean | null
$comment string | null

프로퍼티 상세

$description 보호되어 있는 프로퍼티

The console command description.
protected string $description
리턴 string

$dirs 보호되어 있는 프로퍼티

protected $dirs

$filename 보호되어 있는 프로퍼티

protected $filename

$files 보호되어 있는 프로퍼티

protected Filesystem,Illuminate\Filesystem $files
리턴 Illuminate\Filesystem\Filesystem

$methods 보호되어 있는 프로퍼티

protected $methods

$name 보호되어 있는 프로퍼티

The console command name.
protected string $name
리턴 string

$properties 보호되어 있는 프로퍼티

protected $properties

$reset 보호되어 있는 프로퍼티

protected $reset

$write 보호되어 있는 프로퍼티

protected $write