Ejemplo n.º 1
0
function getPrice(shape $shape)
{
    return $shape->getArea() * 0.25;
}