PHP 클래스 Baum\Generators\ModelGenerator

상속: extends Generator
파일 보기 프로젝트 열기: gazsp/baum 1 사용 예제들

공개 메소드들

메소드 설명
create ( string $name, string $path ) : string Create a new model at the given path.

보호된 메소드들

메소드 설명
getPath ( string $name, string $path ) : string Get the full path name to the migration.

메소드 상세

create() 공개 메소드

Create a new model at the given path.
public create ( string $name, string $path ) : string
$name string
$path string
리턴 string

getPath() 보호된 메소드

Get the full path name to the migration.
protected getPath ( string $name, string $path ) : string
$name string
$path string
리턴 string