cfmgrv4 init...2
This commit is contained in:
parent
f0184dbe56
commit
077960ff8d
@ -39,5 +39,22 @@ class UserSNSHelper extends CommonHelper
|
|||||||
}
|
}
|
||||||
return $form;
|
return $form;
|
||||||
} //
|
} //
|
||||||
|
public function getListButton(string $action, array $viewDatas, array $extras = []): string
|
||||||
|
{
|
||||||
|
switch ($action) {
|
||||||
|
case 'create':
|
||||||
|
$action = "";
|
||||||
|
break;
|
||||||
|
case 'modify':
|
||||||
|
$action = $viewDatas['cnt'];
|
||||||
|
break;
|
||||||
|
case 'delete':
|
||||||
|
$action = "";
|
||||||
|
break;
|
||||||
|
case 'batchjob':
|
||||||
|
$action = "";
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
return $action;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user