PHP 클래스 Mpociot\Documentarian\Documentarian

파일 보기 프로젝트 열기: mpociot/documentarian 1 사용 예제들

공개 메소드들

메소드 설명
config ( $folder, string $key = null ) : mixed Returns a config value
create ( $folder ) Create a new API documentation folder and copy all needed files/stubs
generate ( $folder ) : false | null Generate the API documentation using the markdown and include files

메소드 상세

config() 공개 메소드

Returns a config value
public config ( $folder, string $key = null ) : mixed
$key string
리턴 mixed

create() 공개 메소드

Create a new API documentation folder and copy all needed files/stubs
public create ( $folder )
$folder

generate() 공개 메소드

Generate the API documentation using the markdown and include files
public generate ( $folder ) : false | null
$folder
리턴 false | null