Example #1
0
 /**
  * Prepend constant before string
  *
  * @return void
  */
 public function prepend()
 {
     $this->string = str_replace('{region}', $this->amazon->domain(), self::PREPEND) . $this->string;
 }