function setProps($info)
 {
     wfProfileIn(__METHOD__);
     parent::setProps($info);
     $this->getLocalFileLogic()->afterSetProps();
     wfProfileOut(__METHOD__);
 }