for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/*
* Go! AOP framework
*
* @copyright Copyright 2016, Lisachenko Alexander <[email protected]>
* This source file is subject to the license that is bundled
* with this source code in the file LICENSE.
*/
namespace Go\Zend\Framework\Kernel;
use Go\Core\AspectContainer;
/**
* Aspect kernel class
class AspectKernel extends \Go\Core\AspectKernel
{
* Configure an AspectContainer with advisors, aspects and pointcuts
* @param AspectContainer $container
* @return void
protected function configureAop(AspectContainer $container)
}