public function getSortedTasks($sort_by, $dir = 'asc') { return TaskPeer::retrieveSortedByProjectId($this->getId(), $sort_by, $dir); }