You are here

public function LibraryUpdater::__construct in Apps 7

Overrides Updater::__construct

File

./apps.updater.inc, line 31
Provides the LibraryUpdater class.

Class

LibraryUpdater
@file Provides the LibraryUpdater class.

Code

public function __construct($source) {
  $this->source = $source;
  $this->name = self::getProjectName($source);
  $this->title = self::getProjectName($source);
}