function hackedProject::title in Hacked! 6.2
Same name and namespace in other branches
- 7.2 includes/hackedProject.inc \hackedProject::title()
Get the Human readable title of this project.
File
- includes/
hacked_project.inc, line 45
Class
- hackedProject
- Ensapsulates a Hacked! project.
Code
function title() {
$this
->identify_project();
return $this->project_info['title'];
}