Example #1
0
 /**
  * Set postfix address extension
  * (e.g. ".html" , ".xhtml" and the like)
  * @param string $extension
  * @return void
  */
 public static function setExtension($extension)
 {
     self::$_extension = $extension;
 }