Пример #1
0
 public function getPeepIdOptions()
 {
     if (count($this->peepOptions)) {
         return $this->peepOptions;
     }
     return $this->peepOptions = Peep::orderBy('name')->lists('name', 'id');
 }