WellCommerce\Bundle\CoreBundle\DependencyInjection\Configuration::__construct PHP Метод

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

AbstractConfiguration constructor.
public __construct ( string $treeRoot )
$treeRoot string
    public function __construct(string $treeRoot)
    {
        $this->treeRoot = $treeRoot;
    }