WellCommerce\Bundle\DistributionBundle\Locator\BundleLocator::__construct PHP Method

__construct() public method

BundleLocator constructor.
public __construct ( Symfony\Component\HttpKernel\KernelInterface $kernel )
$kernel Symfony\Component\HttpKernel\KernelInterface
    public function __construct(KernelInterface $kernel)
    {
        $this->rootDir = $kernel->getRootDir() . '/../src';
    }