示例#1
0
 public function can(Machine $machine)
 {
     return in_array($machine->getCurrentState(), $this->getFrom());
 }