Example #1
0
 /**
  * is this a dev project
  *
  * @param bool $isDev is this a dev project
  *
  * @return void
  */
 public function setDev($isDev)
 {
     $this->isDev = $isDev;
     Project::setDev($isDev);
 }