Cake\Localized\Validation\AuValidation::personId PHP 메소드

personId() 공개 정적인 메소드

Checks an identification number.
public static personId ( string $check ) : boolean
$check string The value to check.
리턴 boolean Success.
    public static function personId($check)
    {
        throw new NotImplementedException(__d('localized', '%s Not implemented yet.'));
    }