interface
DataSetInterface (View source)
Methods
bind(array $dataset)
Bind an array contains multiple data into this object.
boolean
isNull()
Is this data set empty?
boolean
notNull()
Is this data set has properties?
dump(bool $recursive = false)
Dump all data as array.
Details
Data
bind(array $dataset)
Bind an array contains multiple data into this object.
boolean
notNull()
Is this data set has properties?
Data[]
dump(bool $recursive = false)