Class Typehint Status

Below, is a summary of all classes and their parameters's typehinting status. .

  Method Argument Typehint Default
class Config
  Method Argument Typehint Default
 __construct  
 __set  
 __get  
 getDatabase  
 getHost  
 getUser  
 getPassword  
 getPort  
 getCharset  
 getOptions  
class BatchInsert
  Method Argument Typehint Default
 __construct  
 add BatchInsert 
 format string 
 getPrepareSql string|? 
 getBindData Array 
 toString string 
 __toString string 
class Delete
  Method Argument Typehint Default
 __construct  
 format string 
 where Delete 
 getPrepareSql ?string 
 getBindData Array 
 toString string 
 __toString string 
class Insert
  Method Argument Typehint Default
 __construct  
 format string 
 __set  
 __get  
 parseData void 
 getFields Array 
 getValues Array 
 getPrepareSql ?string 
 getBindData Array 
 toString string 
 __toString string 
class Update
  Method Argument Typehint Default
 __construct  
 format string 
 __set void 
 parseData Update 
 __get  
 addSelf Update 
 subSelf  
 where Update 
 getPrepareSql string|? 
 getBindData Array 
 toString string 
 __toString string 
class Adapter
  Method Argument Typehint Default
 factory  
interface SqlInterface
  Method Argument Typehint Default
 getPrepareSql string|? 
 getBindData Array 
 toString string