示例#1
0
 public function get_items()
 {
     if ($this->items == NULL) {
         $this->items = AudiowallItems::get_by_wall($this);
     }
     return $this->items;
 }