コード例 #1
0
ファイル: drink.php プロジェクト: Babaritech/babar2
function infoFields()
{
    $c = new Drink();
    return $c->getFields();
}