$url = new Url(); } public function launch(){ $controlleur = new Controlleur($this); print( $controlleur->$vue->$ecran ); } }