ApiGen\Parser\Elements\GroupSorter::__construct PHP Метод

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

public __construct ( ApiGen\Contracts\Parser\Elements\ElementsInterface $elements, ApiGen\Contracts\Configuration\ConfigurationInterface $configuration )
$elements ApiGen\Contracts\Parser\Elements\ElementsInterface
$configuration ApiGen\Contracts\Configuration\ConfigurationInterface
    public function __construct(ElementsInterface $elements, ConfigurationInterface $configuration)
    {
        $this->elements = $elements;
        $this->configuration = $configuration;
    }