Merge pull request #7024 from colemanw/CRM-13823
[civicrm-core.git] / CRM / Import / Parser.php
index 04e4712686e6984de0b89d6c6421d928dd3605cb..d29bc12160ab845d7761c246dd2ce3cd719d7163 100644 (file)
@@ -182,9 +182,15 @@ abstract class CRM_Import_Parser {
    * @var int
    */
   public $_contactType;
+  /**
+   * Contact sub-type
+   *
+   * @var int
+   */
+  public $_contactSubType;
 
   /**
-   * Class constructor
+   * Class constructor.
    */
   public function __construct() {
     $this->_maxLinesToProcess = 0;