getOrigin() public method

Get origin option value
public getOrigin ( ) : string
return string
Exemplo n.º 1
0
 /**
  * Gets the optionOrigin value
  * @return string
  */
 public function getOptionOrigin()
 {
     return $this->options->getOrigin();
 }