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

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

public __construct ( ApiGen\Contracts\Parser\Elements\ElementStorageInterface $elementStorage )
$elementStorage ApiGen\Contracts\Parser\Elements\ElementStorageInterface
    public function __construct(ElementStorageInterface $elementStorage)
    {
        $this->elementStorage = $elementStorage;
    }