XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
Public Member Functions | |
execute (&$controller, &$xoopsUser) | |
アップされたCSVファイルを出力する | |
executeViewSuccess (&$controller, &$xoopsUser, &$render) | |
確認画面を表示 | |
explodeCSV ($csv, $delimiter=',') | |
![]() | |
& | _getHandler () |
_getBaseUrl () | |
executeViewIndex (&$controller, &$xoopsUser, &$render) | |
getDefaultView (&$controller, &$xoopsUser) | |
![]() | |
User_Action () | |
isSecure () | |
getPageTitle () | |
hasPermission (&$controller, &$xoopsUser, $moduleConfig) | |
prepare (&$controller, &$xoopsUser, $moduleConfig) | |
executeViewError (&$controller, &$xoopsUser, &$render) | |
executeViewInput (&$controller, &$xoopsUser, &$render) | |
executeViewPreview (&$controller, &$xoopsUser, &$render) | |
executeViewCancel (&$controller, &$xoopsUser, &$render) | |
Additional Inherited Members | |
![]() | |
_getPageAction () | |
_getPagetitle () | |
Definition at line 14 of file UserDataUploadConfAction.class.php.
execute | ( | & | $controller, |
& | $xoopsUser ) |
アップされたCSVファイルを出力する
csv file check
Reimplemented from User_UserDataUploadAction.
Definition at line 17 of file UserDataUploadConfAction.class.php.
executeViewSuccess | ( | & | $controller, |
& | $xoopsUser, | ||
& | $render ) |
確認画面を表示
success
csv data
Reimplemented from User_Action.
Definition at line 30 of file UserDataUploadConfAction.class.php.
explodeCSV | ( | $csv, | |
$delimiter = ',' ) |
CSV形式の文字列を配列に分割する
@access public
string | $csv | CSV形式の文字列(1行分) |
string | $delimiter | フィールドの区切り文字 |
Definition at line 151 of file UserDataUploadConfAction.class.php.