コード例 #1
0
 protected function checkLogin($login)
 {
     $objRegModel = new RegModel();
     return $objRegModel->checkMatchesLogin($login);
 }