Skip to content

Instantly share code, notes, and snippets.

@morria
Created April 12, 2016 16:07
Show Gist options
  • Save morria/a8bc01dfd26e11afcbda7652b999d99b to your computer and use it in GitHub Desktop.
Save morria/a8bc01dfd26e11afcbda7652b999d99b to your computer and use it in GitHub Desktop.
src/Phan/Analysis/ArgumentVisitor.php
111: $property->addReference($this->context);
132: $method->addReference($this->context);
172: $method->addReference($this->context);
src/Phan/Analysis/PostOrderAnalysisVisitor.php
146: $method->addReference($this->context);
451: $constant->addReference($this->context);
484: $constant->addReference($this->context);
775: $class->addReference($this->context);
974: $method->addReference($this->context);
1132: $method->addReference($this->context);
1265: $property->addReference($this->context);
1319: $method->addReference($this->context);
src/Phan/Analysis/PreOrderAnalysisVisitor.php
507: $class->addReference($this->context);
src/Phan/Language/Element/AddressableElementInterface.php
53: public function addReference(FileRef $file_ref);
src/Phan/Language/Element/AddressableElement.php
129: public function addReference(FileRef $file_ref)
src/Phan/Language/Element/Clazz.php
1176: $parent->addReference($this->getContext());
1208: $superclazz->addReference($this->getContext());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment