Esempio n. 1
0
 /**
  * Would anybody with sufficient privileges be able to move this page?
  * Some pages just aren't movable.
  *
  * @return boolean
  * @access public
  */
 function isMovable()
 {
     return Namespac::isMovable($this->getNamespace()) && $this->getInterwiki() == '';
 }