예제 #1
0
 public function __construct(Touchable $touchable)
 {
     //Assert.assertNotNull("Touchable cannot be passed in as null", touchable);
     $touchable->touch();
     $this->touchable = $touchable;
 }
예제 #2
0
 public function __construct(Touchable $touchable)
 {
     $touchable->touch();
     $this->touchable = $touchable;
 }