Ejemplo n.º 1
0
 public function __construct($parameters, $entityName, $tableId)
 {
     $this->parameters = $parameters;
     $this->entityName = $entityName;
     parent::__construct(array(), $tableId);
 }