user = $user; $this->song_info = $song_info; } public function run() { spl_autoload_register(array('Core', 'autoload'), true, true); Requests::register_autoloader(); if ($this->song_info) { User::save_mediaplay($this->user, $this->song_info); } } }