예제 #1
0
파일: drink.php 프로젝트: Babaritech/babar2
function infoFields()
{
    $c = new Drink();
    return $c->getFields();
}