Flint\Routing\ChainMatcher::__construct PHP Метод

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

public __construct ( $matchers = [] )
    public function __construct($matchers = array())
    {
        foreach ($matchers as $matcher) {
            $this->add($matcher);
        }
    }