public function getLinks($category_id = false, $sort = false, $direction = false) {
            if (!filter_var($this->id, FILTER_VALIDATE_INT)) {
                throw new Exception("Cannot get links from a link category - invalid category ID given"); 
                return false;
            }