示例#1
0
 public function isEnabled(Execution $execution)
 {
     return call_user_func($this->expression, $execution->getExpressionContext()) ? true : false;
 }