Slackwolf\Game\Option::__construct PHP Метод

__construct() публичный Метод

*
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;
    }