View Single Post
  #10  
Old 01-18-2017, 02:58 PM
IntoRain's Avatar
IntoRain IntoRain is offline
Moderator
 
Join Date: Jul 2013
Location: Portugal
Posts: 461
Gender: Female
Credits: 20,456
IntoRain is on a distinguished road
Default

Try $this->adopt->getCost();

$cost is a protected attribute in class Adoptable, OwnedAdoptable inherits it from Adoptable, so you have to use the getX() functions to access it
__________________


asp.net stole my soul.
Reply With Quote