PHP object cannot find method
- by Daniel Hertz
Hello,
So I have a very simple class that has a method called getThumbUrl() but when I try calling this method on an instance I get
Notice: Undefined property: FlickrImage::$getFullUrl
But it is clearly there. Here is the code of the function:
public function getThumbUrl()
{
return…