/**
  * Fetches the static page
  *
  * @return MMStaticPage or null
  **/
 protected function fetchStaticPage()
 {
     return MMStaticPage::fetch( $this->staticPageId );
 }