getOrigin() 공개 메소드

Get origin option value
public getOrigin ( ) : string
리턴 string
예제 #1
0
 /**
  * Gets the optionOrigin value
  * @return string
  */
 public function getOptionOrigin()
 {
     return $this->options->getOrigin();
 }