diff --git a/PHPCI/Model/Base/BuildBase.php b/PHPCI/Model/Base/BuildBase.php index 52a549d5..de423590 100644 --- a/PHPCI/Model/Base/BuildBase.php +++ b/PHPCI/Model/Base/BuildBase.php @@ -550,6 +550,17 @@ class BuildBase extends Model return $rtn; } + /** + * Get the value of the project's Title / title. + * + * @return string + */ + public function getProjectTitle() + { + return $this->getProject()->getTitle(); + } + + /** * Set Project - Accepts an ID, an array representing a Project or a Project model. *