コード例 #1
0
ファイル: ActiveQuery.php プロジェクト: vistart/yii2-mongodb
 /**
  * Constructor.
  * @param array $modelClass the model class associated with this query
  * @param array $config configurations to be applied to the newly created query object
  */
 public function __construct($modelClass, $config = [])
 {
     $this->modelClass = $modelClass;
     parent::__construct($config);
 }