示例#1
0
 /**
  * Gets the sub pages recursivly by titlelink
  * @return array
  * @deprecated
  */
 function getSubPages()
 {
     Zenpage_internal_deprecations::getSubPages();
     return $this->getPages();
 }