コード例 #1
0
ファイル: typehints.php プロジェクト: SandyS1/presentations
 function infuse_gas(pump $pump)
 {
     echo "pinto: ";
     $pump->get_gas();
 }