예제 #1
0
파일: test.php 프로젝트: qianpaladin/CS807
 public function __construct()
 {
     self::$openningState = new OpenningState();
     self::$closeingState = new ClosingState();
     self::$runningState = new RunningState();
     self::$stoppingState = new StoppingState();
 }