1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
<?php
/**
* @author AIZAWA Hina <hina@bouhime.com>
* @copyright 2015 AIZAWA Hina <hina@bouhime.com>
* @license https://github.com/fetus-hina/gimei-php/blob/master/LICENSE MIT
*/
namespace jp3cki\gimei\name;
use jp3cki\gimei\DataUnit;
/**
* 名字または名前の漢字・かな・カナ表記を保持するクラス
*/
class NameUnit extends DataUnit
{
}