Ejemplo n.º 1
0
 /**
  * toPO
  *
  * @access  protected
  * @return  object      File_Gettext_PO
  */
 function toPO()
 {
     include_once dirname(__FILE__) . '/PO.php';
     $PO = new TGettext_PO();
     $PO->fromArray($this->toArray());
     return $PO;
 }
Ejemplo n.º 2
0
 /**
  * toPO
  *
  * @access  protected
  * @return  object      File_Gettext_PO
  */
 function toPO()
 {
     include_once __DIR__ . '/PO.php';
     $PO = new TGettext_PO();
     $PO->fromArray($this->toArray());
     return $PO;
 }