示例#1
0
 /**
  * Adds a rule to the environment.
  *
  * @param T_Find_Rule $rule
  * @return T_Environment  fluent
  */
 function addRule(T_Find_Rule $rule)
 {
     $this->env->addRule($rule);
     return $this;
 }