X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FEvent%2FImport%2FParser.php;h=2055f8646e1fb946eee759248cca2876c7b28d4c;hb=3410006a55b7e8b4d90c69c07d367f93b2454872;hp=24c9629add272ddbfd78513ff2c4a6f515d8162b;hpb=a5d44edbee5498fa4195c5f3571db6b820185fa8;p=civicrm-core.git diff --git a/CRM/Event/Import/Parser.php b/CRM/Event/Import/Parser.php index 24c9629add..2055f8646e 100644 --- a/CRM/Event/Import/Parser.php +++ b/CRM/Event/Import/Parser.php @@ -44,29 +44,29 @@ abstract class CRM_Event_Import_Parser extends CRM_Import_Parser { */ /** - * imported file size + * Imported file size */ protected $_fileSize; /** - * seperator being used + * Seperator being used */ protected $_seperator; /** - * total number of lines in file + * Total number of lines in file */ protected $_lineCount; /** - * whether the file has a column header or not + * Whether the file has a column header or not * * @var boolean */ protected $_haveColumnHeader; /** - * @param $fileName + * @param string $fileName * @param string $seperator * @param $mapper * @param bool $skipColumnHeader @@ -310,7 +310,7 @@ abstract class CRM_Event_Import_Parser extends CRM_Import_Parser { } /** - * function to format the field values for input to the api + * Format the field values for input to the api * * @return array (reference ) associative array of name/value pairs * @access public @@ -330,7 +330,7 @@ abstract class CRM_Event_Import_Parser extends CRM_Import_Parser { } /** - * @param $name + * @param string $name * @param $title * @param int $type * @param string $headerPattern @@ -415,11 +415,10 @@ abstract class CRM_Event_Import_Parser extends CRM_Import_Parser { /** * Export data to a CSV file * - * @param $fileName + * @param string $fileName * @param array $header - * @param data $data + * @param array $data * - * @internal param string $filename * @return void * @access public */