/**
  * Set handler file on construct
  */
 function __construct($handler_file = null)
 {
     self::$handler_file = $handler_file;
 }