예제 #1
0
 public function __construct($rs)
 {
     $this->rids = Room::toIds(unflatten($rs));
 }
예제 #2
0
 public function __construct($rooms, $exact = false)
 {
     $this->rooms = Room::toIds(unflatten($rooms));
     $this->exact = $exact;
 }