function __construct($filename)
 {
     if ($filename != '') {
         parent::__construct($filename);
     }
 }