addProperty($leaf); $leaf = new TextPropertyItem( 'terminated', __('Columns separated with:') ); $leaf->setSize(2); $generalOptions->addProperty($leaf); $leaf = new TextPropertyItem( 'enclosed', __('Columns enclosed with:') ); $leaf->setSize(2); $leaf->setLen(2); $generalOptions->addProperty($leaf); $leaf = new TextPropertyItem( 'escaped', __('Columns escaped with:') ); $leaf->setSize(2); $leaf->setLen(2); $generalOptions->addProperty($leaf); $leaf = new TextPropertyItem( 'new_line', __('Lines terminated with:') ); $leaf->setSize(2); $generalOptions->addProperty($leaf); return $generalOptions; } }