Implement Comment object for the get_single method

This commit is contained in:
Pierre
2018-04-21 15:31:40 +02:00
parent e20403e8ab
commit cf4b75c61a
4 changed files with 94 additions and 18 deletions

View File

@ -5,7 +5,7 @@
* @author Pierre HUBERT
*/
abstract class BaseUniqueObject {
class BaseUniqueObject {
//Private fields
private $id = 0;