Пример #1
0
 static function Display(string $s, IComponent $c)
 {
     echo $s, $c->Operation(), "\n";
 }