getAllData() is added
This commit is contained in:
@@ -41,6 +41,10 @@ class Entity {
|
|||||||
}
|
}
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
getAllData(){
|
||||||
|
return this.data;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
module.exports.Entity = Entity;
|
module.exports.Entity = Entity;
|
||||||
Reference in New Issue
Block a user