getComposerName() public method

Get composer name option value
public getComposerName ( ) : string
return string
Example #1
0
 /**
  * Gets the optionComposerName value
  * @return string
  */
 public function getOptionComposerName()
 {
     return $this->options->getComposerName();
 }