Skip to content

yiiext/phpdoc-component

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PhpDoc

Allows reading phpDoc.

Usage

[php]
// First we need to import extension class
Yii::import('ext.yiiext.components.phpDoc.EPhpDoc');
$doc=new EPhpDoc(new ReflectionClass('CComponent'));
// or
$doc=new EPhpDoc(new ReflectionMethod('CComponent','raiseEvent'));
// finally showing what we've got
CVarDumper::dump($doc->toArray());

About

Allows reading phpDoc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages