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