/**
  * @param null  $id
  * @param int   $depth
  * @param array $options
  *
  * @return array
  */
 public static function getChildIds($id = null, $depth = 10, array $options = array())
 {
     return self::$modx->getChildIds($id, $depth, $options);
 }