Esempio n. 1
0
 public function parse()
 {
     parent::parse();
     if ($this->is_ambiguous) {
         $this->certainty = new Ambiguous();
     } else {
         $this->certainty = new Likely();
     }
 }
Esempio n. 2
0
 public function parse()
 {
     parent::parse();
     $this->bc = true;
 }