PHPStorm "Type hinting", if you can call it that
If you want PHPStorm to recognise the underlying functions, etc. for a specific variable, you can use PHPDoc block comments like so:
/** @var $the_variable ObjectOrClassItIs */
private var $the_variable;
Written by Anriëtte
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Php
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#