You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One thing that may confuse you when working with model classes is that there are methods which aren't declared in the source code. That's because Doctrine generates these methods from docblock annotations automatically (during the cache re-build process). For example, the getProductMarketPrice() method calls "$product->getMarketPrice()", but you'll never find the declaration of the getMarketPrice() method until install the software.