97 $this->Cache =
get_package(
'cache' ,
'last' , __FILE__ );
98 $this->CachedMultyFS =
get_package(
'cached_multy_fs' ,
'last' , __FILE__ );
100 'page::page_markup::page_markup_utilities' ,
'last' , __FILE__
103 $this->String =
get_package(
'string' ,
'last' , __FILE__ );
104 $this->Tags =
get_package(
'string::tags' ,
'last' , __FILE__ );
105 $this->Trace =
get_package(
'trace' ,
'last' , __FILE__ );
107 catch( Exception $e )
135 $this->PageTitle = $NewTitle;
137 catch( Exception $e )
165 if( strlen( $this->PageKeywords ) )
167 $this->PageKeywords .=
' '.$NewKeywords;
171 $this->PageKeywords = $NewKeywords;
174 catch( Exception $e )
202 if( strlen( $this->PageDescription ) )
204 $this->PageDescription .=
' '.$NewDescription;
208 $this->PageDescription = $NewDescription;
211 catch( Exception $e )
243 return( $this->PageTitle );
245 catch( Exception $e )
277 return( $this->PageKeywords );
279 catch( Exception $e )
311 return( $this->PageDescription );
313 catch( Exception $e )