Knp\Bundle\KnpBundlesBundle\Finder\Aggregate::__construct PHP Method

__construct() public method

Constructor
public __construct ( array $finders = [] )
$finders array An optional array of finders
    public function __construct(array $finders = array())
    {
        $this->setFinders($finders);
    }