コード例 #1
0
ファイル: index.php プロジェクト: ben-hopps/example-code
function getPrice(shape $shape)
{
    return $shape->getArea() * 0.25;
}