function sortArray()
 {
     return eZContentObjectTreeNodeNoLanguage::sortArrayBySortFieldAndSortOrder($this->attribute('sort_field'), $this->attribute('sort_order'));
 }