Exemple #1
0
 /**
  * @return float
  */
 public function getProjectedValue()
 {
     $value = 0;
     if ($this->clientAccount) {
         $value = $this->clientAccount->getValueSum();
     }
     return $value;
 }