Puli\Manager\Conflict\DependencyGraph::__construct PHP Method

__construct() public method

Creates a new graph.
public __construct ( array $moduleNames = [] )
$moduleNames array The module names stored in the nodes of the graph.
    public function __construct(array $moduleNames = array())
    {
        $this->addModuleNames($moduleNames);
    }