dev-master
9999999-dev https://github.com/misterion/pinba-phpdoc@phpdoc extension php pinba for IDE autocomplete
LGPL3
The Requires
- php >=5.0.0
helper pinba
@phpdoc extension php pinba for IDE autocomplete
You need to add the path to a class of global include path. After that, your IDE, when IDE will display a hint on each pinba methods you write., (*1)
$timer = pinba_timer_start(array('tag' => 'value'), array('customData', 1, 2)); .... pinba_timer_stop($timer);
, (*2)
The simpliest way to install and use pinba-phpdoc is to use Composer, as there is a package on Packagist. Just add this to your project composer.json file :, (*3)
{ "require": { "misterion/pinba-phpdoc": "*" }, "minimum-stability": "dev" }, (*4)
Or direct download pinba-phpdoc, (*5)
Menu "File" -> "Settings" -> "PHP" -> Select path to folder "pinba-phpdoc", (*6)
@phpdoc extension php pinba for IDE autocomplete
LGPL3
helper pinba