N98\Magento\Modules::__construct PHP Method

__construct() public method

public __construct ( array $list = null )
$list array
    public function __construct(array $list = null)
    {
        if (null === $list) {
            $list = array();
        }
        $this->list = $list;
    }