LazyRecord\TableParser\Token::__construct PHP Метод

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

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