Gc\Module\AbstractModule::update PHP Метод

update() публичный Метод

Update module
public update ( string $latestVersion ) : boolean
$latestVersion string Latest version
Результат boolean
    public function update($latestVersion)
    {
        return true;
    }

Usage Example

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