예제 #1
0
파일: Cow.php 프로젝트: alrik11es/cowsayphp
 public static function say($text)
 {
     $cow = Farm::create(\Cowsayphp\Farm\Cow::class);
     return $cow->say($text);
 }