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