| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
APIAPI – How to use PHP_UML from its API?
PrinciplesPHP_UML is structured in 4 packages:
Unless you want to develop your own output format, the only single class you need to know about is PHP_UML. Since the first release of PHP_UML, the API of that class has changed, and you might find several methods doing more or less the same job. ExamplesParsing of a single file test.php, and generation of its XMI file:
<?php
Parsing of two directories, ignoring the CSV folders, and generation of HTML documentation
<?php
Import of an XMI file, and generation of PHP code templates
<?php
|
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「API」をGoogle検索
|