68 $this->String =
get_package(
'string' ,
'last' , __FILE__ );
102 $this->Vars[ $VarName ] = $VarValue;
104 catch( Exception $e )
133 catch( Exception $e )
165 $Name =
$Settings->get_setting(
'name' );
166 $Value =
$Settings->get_setting(
'value' );
168 $this->Vars[ $Name ] = $Value;
172 catch( Exception $e )
204 $Name =
$Settings->get_setting(
'name' );
206 return( isset( $this->Vars[ $Name ] ) ? $this->Vars[ $Name ] :
'' );
208 catch( Exception $e )
240 $Format =
$Settings->get_setting(
'format' ,
'Y-m-d' );
242 if(
$Settings->get_setting(
'value' ,
false ) !== false )
244 $Now =
$Settings->get_setting(
'now' , time() );
245 $Value = date( $Format , strtotime(
$Settings->get_setting(
'value' ,
'now' ) , $Now ) );
249 $Value = date( $Format , intval(
$Settings->get_setting(
'timestamp' , time() ) ) );
254 catch( Exception $e )
290 $Condition = intval(
$Settings->get_setting(
'condition' ) );
301 catch( Exception $e )
331 catch( Exception $e )