/**
  * Returns the sort key for the given classAttributeID or false if it can't be retrieved
  *
  * @param int $classAttributeID
  * @return int|string|bool
  */
 static function sortKeyByClassAttributeID($classAttributeID)
 {
     return eZContentClassAttribute::sortKeyTypeByID($classAttributeID);
 }