/**
  * Returns a flat array containing the ID of all child pages of the given page.
  *
  * @param int $pageId The root page ID
  *
  * @return array
  * 
  * @author Sascha Koehler <*****@*****.**>, Sebastian Diel <*****@*****.**>
  * @since 23.08.2012
  */
 public static function getFlatChildPageIDsForPage($pageId)
 {
     return SilvercartTools::getFlatChildPageIDsForPage($pageId);
 }