for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Jaxon\Annotations\Tests\Attr\Ajax;
use Jaxon\Annotations\Tests\Attr\FuncComponent;
/**
* @exclude true
*/
class DocBlockClassExcluded extends FuncComponent
{
* @exclude
public function doNot()
}
* @databag user.name
* @databag page.number
public function withBags()
* @before funcBefore
* @after funcAfter
public function cbSingle()