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'));
 }