for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Xima\DepmonBundle;
use Symfony\Component\HttpKernel\Bundle\Bundle;
class XimaDepmonBundle extends Bundle {
/**
* Returns the bundle name that this bundle overrides.
*
* Despite its name, this method does not imply any parent/child relationship
* between the bundles, just a way to extend and override an existing
* bundle.
* @return string The Bundle name it overrides or null if no parent
*/
public function getParent()
{
// TODO: Implement getParent() method.
return null;
}