Esempio n. 1
0
 /**
  * {@inheritdoc}
  */
 public function greet(Person $person)
 {
     return sprintf($person->getName() . 'さん、%s。', $this->greetingPhraseMaker->phrase());
 }
Esempio n. 2
0
 /**
  * {@inheritdoc}
  */
 public function greet(Person $person)
 {
     return $person->getName() . 'ちゃん、ちーっすww';
 }