Exemple #1
0
 /**
  * Get the versions of the test
  *
  * @param integer $version_id Id of the version to retrieve
  * @return mixed
  */
 public function getVersions($version_id = null)
 {
     return Litmus_Version::getVersions($this->id, $version_id);
 }