We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a1662a commit 47e3c88Copy full SHA for 47e3c88
src/Table/Column.php
@@ -59,6 +59,11 @@ public static function parse(Field $field): self
59
return $column;
60
}
61
62
+ /**
63
+ * Get column name.
64
+ *
65
+ * @psalm-suppress UnusedMethod
66
+ */
67
public function getName(): string
68
{
69
return $this->field->getColumn();
@@ -67,6 +72,7 @@ public function getName(): string
72
/**
73
* Get column type.
74
*
75
70
76
*/
71
77
public function getType(): string
78
0 commit comments