Exemplo n.º 1
0
 /**
  * Get the rating as an object
  *
  * @return titania_rating
  */
 public function get_screenshots()
 {
     if ($this->screenshots->get_object_type() !== null) {
         return $this->screenshots;
     }
     $this->screenshots->configure(TITANIA_SCREENSHOT, $this->contrib_id)->load();
     return $this->screenshots;
 }