コード例 #1
0
function displayInfo(Cat $n)
{
    echo $n->getName() . " is a " . $n->getColor() . " " . $n->getBreed() . " cat.</br> </br>";
}