Exemplo n.º 1
0
 /**
  * Sets whether to display the output of the command
  * @param boolean $display
  */
 public function setDisplay($display)
 {
     $this->display = Boolean::cast($display);
 }
 /**
  * Sets whether to send (default) or fetch files
  */
 public function setFetch($fetch)
 {
     $this->fetch = Boolean::cast($fetch);
 }