WellCommerce\Bundle\DistributionBundle\Locator\BundleLocator::__construct PHP Метод

__construct() публичный Метод

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