59 $this->UserAlgorithms =
get_package(
'user::user_algorithms' ,
'last' , __FILE__ );
60 $this->PageComposer =
get_package(
'page::page_composer' ,
'last' , __FILE__ );
61 $this->Security =
get_package(
'security' ,
'last' , __FILE__ );
63 $this->CachedFS =
get_package(
'cached_multy_fs' ,
'last' , __FILE__ );
64 $this->String =
get_package(
'string' ,
'last' , __FILE__ );
98 function update( $id , $Params , $Options )
102 $Access =
get_package(
'system_structure::system_structure_access' ,
'last' , __FILE__ );
104 $id , $Params->system_structure_page , $Params->system_structure_root_page ,
105 $Params->system_structure_navigation
108 catch( Exception $e )
140 $Access =
get_package(
'system_structure::system_structure_access' ,
'last' , __FILE__ );
141 $Access->create_system_structure(
142 $Params->system_structure_page , $Params->system_structure_root_page ,
143 $Params->system_structure_navigation
146 catch( Exception $e )
176 $ContextSet->execute( $Options , $this , __FILE__ );
178 catch( Exception $e )