LazyRecord\TableParser\Token::__construct PHP Method

__construct() public method

public __construct ( $type, $val )
    public function __construct($type, $val)
    {
        $this->type = $type;
        $this->val = $val;
    }