Searched refs:registeredFiles (Results 1 – 1 of 1) sorted by relevance
96 protected $registeredFiles = array(); variable in Swift_Plugin_FileEmbedder275 …if (!isset($this->registeredFiles[$url])) $this->registeredFiles[$url] = array("cids" => array(), …276 $this->registeredFiles[$url]["cids"][] = $cid;277 if (empty($this->registeredFiles[$url]["obj"])) $this->registeredFiles[$url]["obj"] = $file;324 if (array_key_exists($lower_url, $this->registeredFiles))326 $registered = $this->registeredFiles[$lower_url];369 if (array_key_exists($lower_path, $this->registeredFiles))371 $registered = $this->registeredFiles[$lower_path];395 $this->registeredFiles = null;396 $this->registeredFiles = array();