PhpPeg\TokenOption::__construct PHP Method

__construct() public method

public __construct ( $opt1, $opt2 )
    function __construct($opt1, $opt2)
    {
        parent::__construct('option', [$opt1, $opt2]);
    }