Esempio n. 1
0
 public function getText() {
     return $this->_('If %s that are %s in %s is %s then ',
         $this->getString(),
         $this->getStatusText($this->rule->getStatus()),
         $this->getDateText($this->rule->getDate()),
         $this->getEquationText($this->rule->getEquation())
         );
 }