Tomahawk - core library

FUNCTIONS


Getvar()


Getmdlvar


GetCACHE_CONF


module


supermodule()


designmodule()


GetXSGN()

Used in modules to load xsgn file

sub execute
{
 my %env=@_;
 Tomahawk::GetXSGN('-convertvars'=>1) || return undef;
 return 1;
}

GetTpl()

Used in modules to load tpl file

sub execute
{
   my %env=@_;
   Tomahawk::GetTpl() || return undef;
   return 1;
}

GetXLNG()

Used in modules to load xlng file

sub execute
{
 my %env=@_;
 Tomahawk::GetXLNG() || return undef;
 return 1;
}

XLNGtoXSGN()


XLNGtoVARS()


shutdown()



If published informations are not helpfull, something is missing or wrong, please report. Thanx for contribution.
This content is generated from file 'http://svn.cyclone3.org/trunk/frame/.core/.libs/Tomahawk.pm'

AddThis Social Bookmark Button RSS

User Comments