PHP 클래스 Mpociot\ApiDoc\ApiDocGeneratorServiceProvider

상속: extends Illuminate\Support\ServiceProvider
파일 보기 프로젝트 열기: mpociot/laravel-apidoc-generator

공개 메소드들

메소드 설명
boot ( ) : void Bootstrap the application events.
register ( ) : void Register the API doc commands.
resource_path ( string $path = '' ) : string Return a fully qualified path to a given file.

메소드 상세

boot() 공개 메소드

Bootstrap the application events.
public boot ( ) : void
리턴 void

register() 공개 메소드

Register the API doc commands.
public register ( ) : void
리턴 void

resource_path() 공개 메소드

Return a fully qualified path to a given file.
public resource_path ( string $path = '' ) : string
$path string
리턴 string