Gc\Module\AbstractModule::update PHP Méthode

update() public méthode

Update module
public update ( string $latestVersion ) : boolean
$latestVersion string Latest version
Résultat boolean
    public function update($latestVersion)
    {
        return true;
    }

Usage Example

Exemple #1
0
 /**
  * Test
  *
  * @return void
  */
 public function testUpdate()
 {
     $this->assertTrue($this->object->update('version'));
 }