protected $_information = array();
/**
- * The list of CIDs for this part.
- *
- * @var array
- */
- protected $_cids = array();
-
- /**
* The MIME ID of this part.
*
* @var string
}
/**
- * Add to the list of CIDs for this part.
- *
- * @param array $cids A list of MIME IDs of the part.
- * Key - MIME ID
- * Value - CID for the part
- */
- public function addCid($cids = array())
- {
- $this->_cids += $cids;
- asort($this->_cids, SORT_STRING);
- }
-
- /**
- * Returns the list of CIDs for this part.
- *
- * @return array The list of CIDs for this part.
- */
- public function getCIDList()
- {
- return $this->_cids;
- }
-
- /**
* Sets the Content-ID header for this part.
*
* @param string $cid Use this CID (if not already set). Else, generate