コード例 #1
0
 public function __construct(Song $song)
 {
     parent::__construct($song);
 }
コード例 #2
0
 public function __construct(Song $song, $bitrate, $startTime = 0)
 {
     parent::__construct($song);
     $this->bitrate = $bitrate;
     $this->startTime = $startTime;
 }