コード例 #1
0
ファイル: Update.php プロジェクト: agoalofalife/bpm-online
 public function __construct($collection, $format)
 {
     parent::__construct($collection, $format);
     $this->getFormatData($format);
 }
コード例 #2
0
ファイル: Create.php プロジェクト: agoalofalife/bpm-online
 /**
  * Create constructor.
  * @param null $collection
  * @param null $format
  */
 public function __construct($collection, $format)
 {
     parent::__construct($collection, $format);
     $this->concatenationUrlCurl($sc = '/');
     $this->getFormatData($format);
 }