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;
    }