Exemplo n.º 1
0
 /**
  * checks if the task has a fixed price.
  * @return boolean true, if the task has a fixed price.
  * @access public
  */
 function isFixedPrice()
 {
     return isset($this->fixedPrice) && tool::checkFloat($this->fixedPrice) && $this->fixedPrice > "0";
 }