Home
last modified time | relevance | path

Searched refs:permittedTypes (Results 1 – 1 of 1) sorted by relevance

/plugin/swiftmail/Swift/Plugin/
H A DDecorator.php39 protected $permittedTypes = array("text/plain" => 1, "text/html" => 1); variable in Swift_Plugin_Decorator
77 $this->permittedTypes[$type] = 1;
85 unset($this->permittedTypes[$type]);
93 return array_keys($this->permittedTypes);
102 return array_key_exists(strtolower($type), $this->permittedTypes);