Phan\Language\Element\TypedElementInterface::hydrate PHP Method

hydrate() public method

This method must be called before analysis begins.
public hydrate ( CodeBase $code_base ) : void
$code_base Phan\CodeBase
return void
    public function hydrate(CodeBase $code_base);