Beispiel #1
0
 public function run()
 {
     parent::run();
     $this->renderTag('login-button');
 }
Beispiel #2
0
 public function run()
 {
     parent::run();
     $this->client_id = $this->app_id;
     $this->renderTag('registration');
 }
Beispiel #3
0
 public function run()
 {
     parent::run();
     $this->renderTag('live-stream');
 }