Exemple #1
0
 /**
  * Initialize with empty data.
  */
 function __construct()
 {
     parent::__construct(array(), function () {
     });
 }
Exemple #2
0
 public function __construct($data, $transformer, $resourceKey = null)
 {
     // $data = [$data];
     parent::__construct($data, $transformer, $resourceKey);
 }