Exemple #1
0
 /**
  * Name the current profile
  *
  * @param String $name The name to be assigned to the profile
  */
 public function setName($name)
 {
     $this->profile->setName($name);
 }