Example #1
0
 /**
  * Sets the destination path
  * @param string $destination
  * @return null
  * @throws zibo\ZiboException if the path is empty or invalid
  */
 private function setDestination($destination)
 {
     Route::validatePath($destination);
     $this->destination = $destination;
 }