disable() public method

public disable ( )
 /**
  * @When I disable it
  */
 public function iDisableIt()
 {
     $this->updatePage->disable();
 }