Example #1
0
 public function mark($value = null, $other = null)
 {
     if ($value === null && $this->defaultValue != false) {
         $value = $this->defaultValue;
     }
     if (is_null($other)) {
         $other = true;
     }
     Phetric_Sender::histogram($this->_name, $value, $other);
 }