コード例 #1
0
ファイル: Track.php プロジェクト: radiowarwick/digiplay
 public function get_album()
 {
     return Albums::get_by_audio_id($this->id);
 }