This commit is contained in:
2020-10-30 01:52:20 +08:00
parent 73a2f691ce
commit 0f900614ec
2 changed files with 15 additions and 1 deletions
+13
View File
@@ -122,6 +122,19 @@ class Columns extends Component
}
}
/**
* @param $name
* @param $value
* @return float|int|mixed|string
* @throws Exception
*/
public function _decode(string $name, $value)
{
return $this->decode($value, $this->get_fields($name));
}
/**
* @param $val
* @param $format