Skip to content

Commit

Permalink
Merge 605812d into 2b5683d
Browse files Browse the repository at this point in the history
  • Loading branch information
Radovan Kepák committed Jan 25, 2019
2 parents 2b5683d + 605812d commit dcc70d7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/Dibi/Result.php
Original file line number Diff line number Diff line change
Expand Up @@ -522,6 +522,15 @@ final public function getType(string $column): ?string
}


/**
* Returns columns type.
*/
final public function getTypes(): array
{
return $this->types;
}


/**
* Sets date format.
*/
Expand Down

0 comments on commit dcc70d7

Please sign in to comment.