missing docstring

This commit is contained in:
Ad Schellevis 2017-02-07 13:06:02 +01:00
parent c92fb90501
commit cb686a6a3c

View File

@ -105,6 +105,8 @@ abstract class BaseModel
/**
* fetch reflection class (cached by field type)
* @param $classname classname to construct
* @return array
* @throws ModelException
*/
private function getNewField($classname)
{