setSuffix() public method

Set current suffix option value
public setSuffix ( string $suffix ) : GeneratorOptions
$suffix string
return GeneratorOptions
コード例 #1
0
 /**
  * Sets the package name suffix
  * @param string $optionSuffix
  * @return Generator
  */
 public function setOptionSuffix($optionSuffix)
 {
     $this->options->setSuffix($optionSuffix);
     return $this;
 }