Ejemplo n.º 1
0
 public static function update()
 {
     System::setRelativePublish(!self::addSwitch("a", "Generate absolute paths"));
     self::enableHelp();
     self::pinfo("Updating the application");
     Plugins::dispatchAllReversed("preupdate");
     Plugins::dispatchAllReversed("update");
     Plugins::dispatchAll("postupdate");
     Plugins::dispatchAll("clean");
 }