コード例 #1
0
function print_insert_cv()
{
    $printer = new WriterCV();
    $printer->listenerCvForm();
    $printer->printInsertCvForm();
}