Beispiel #1
0
 /**
  * Create a new user controller instance.
  *
  * @return void
  */
 public function __construct()
 {
     $this->priviledge_user();
     $this->_room_buildings = Building::lists('name', 'id');
     $this->_room_features = Feature::lists('name', 'id');
 }