Example #1
0
 /**
  * Set split screen configuration
  *
  * @param  SplitScreen $split_screen
  *
  * @return  Client Modified client
  */
 public function withSplitScreen(SplitScreen $split_screen)
 {
     $this->query->setSplitScreen($split_screen);
     return $this;
 }