コード例 #1
0
 /**
  * show text in admin.
  */
 public function render()
 {
     $chosen = $this->speaker->talk_message();
     $name = $this->speaker->whoami();
     echo "<p class='hello-kushimoto speaker-{$name}'>{$chosen}</p>";
 }
コード例 #2
0
 /**
  * show text in admin.
  */
 public function render()
 {
     $chosen = $this->speaker->talk_message();
     echo "<p class='hello-kushimoto'>{$chosen}</p>";
 }