Beispiel #1
0
 public function __construct($collection, $format)
 {
     parent::__construct($collection, $format);
     $this->getFormatData($format);
 }
Beispiel #2
0
 /**
  * Create constructor.
  * @param null $collection
  * @param null $format
  */
 public function __construct($collection, $format)
 {
     parent::__construct($collection, $format);
     $this->concatenationUrlCurl($sc = '/');
     $this->getFormatData($format);
 }