Categories
How to teach PHPStorm to see methods?
There are for example
public function load($class) { return new $class; }
$this->load("MyClass")-> ???
Answer the question
In order to leave comments, you need to log in
/** * @param string $class * @return MyClass */ public function load($class) { return new $class; }
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question