LazyRecord\TableParser\TypeInfo::__construct PHP Method

__construct() public method

public __construct ( $typeName = null, $length = null )
    public function __construct($typeName = null, $length = null)
    {
        $this->type = $typeName;
        $this->length = $length;
    }