updateReferences() public method

Updates references
public updateReferences ( )
Example #1
0
 /**
  * @param Context $context
  */
 protected function updateContext($context)
 {
     $this->stdout('Updating cross references and backlinks... ');
     $context->updateReferences();
     $this->stdout('done.' . PHP_EOL, Console::FG_GREEN);
 }