Slackwolf\Game\Option::__construct PHP Method

__construct() public method

*
public __construct ( $name, $optionType, $value, $helpText )
$name
$optionType
$helpText
    public function __construct($name, $optionType, $value, $helpText)
    {
        $this->name = $name;
        $this->optionType = $optionType;
        $this->value = $value;
        $this->helpText = $helpText;
    }