Example #1
0
 public static function verniIstok($filename = null)
 {
     if ($filename === null) {
         return null;
     }
     $sv = new Istocnik($filename);
     $sv->init();
     return $sv->istok();
 }