Work on Model Docs

Use classmapper from composer and add some checks to make sure the class
exist.
Also, tweak argument/options and filename.
This commit is contained in:
Barry vd. Heuvel
2013-04-29 10:16:33 +02:00
parent 40d9dfd32c
commit 7160a37e49
3 changed files with 191 additions and 64 deletions
@@ -168,7 +168,7 @@ namespace {\n\tdie('Only to be used as an helper for your IDE');\n}\n\n";
if(!in_array($alias, $onlyExtend) || $sublime)
{
$methods = $d->getMethods();
if($methods)
if($methods)
{
foreach ($methods as $method)
{