thelia/hook-doc-module
最新稳定版本:1.0
Composer 安装命令:
composer require thelia/hook-doc-module
包简介
README 文档
README
This module export all hooks present in a specified template. It is used to generate the documentation
Only a command is available in this module.
Installation
with composer :
"require": {
"thelia/hook-doc-module": "~1.0"
}
Usage
$ php Thelia hook:export-list
Arguments :
- template : it is the template id definition :
- 1 : front-office (default)
- 2 : back-office
- 3 : pdf
- 4 email
exemple :
$ php Thelia hook:export-list 2 \\export hooks for current activated back-office template
Options
- format : export format wanted : json, xml, yml or array (default: "json")
- order : hooks order by file
exemple :
$ php Thelia hook:export-list 3 -f json -o \\ export hooks in PDF template in json format ordered by file name
统计信息
- 总下载量: 12
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: LGPL-3.0
- 更新时间: 2015-01-21