add doc
This commit is contained in:
parent
cc0e0271b8
commit
948b517c4d
@ -31,6 +31,10 @@ class CheckinCsvImporter
|
|||||||
$this->filename = $filename;
|
$this->filename = $filename;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* インポート処理を実行します。
|
||||||
|
* @return int 取り込んだ件数
|
||||||
|
*/
|
||||||
public function execute(): int
|
public function execute(): int
|
||||||
{
|
{
|
||||||
// Guess charset
|
// Guess charset
|
||||||
|
Loading…
Reference in New Issue
Block a user