PHP Класс Mpociot\Documentarian\Documentarian

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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