first commit
This commit is contained in:
53
vendor/yiisoft/yii2/.meta-storm/db.meta-storm.xml
vendored
Normal file
53
vendor/yiisoft/yii2/.meta-storm/db.meta-storm.xml
vendored
Normal file
@ -0,0 +1,53 @@
|
||||
<?xml version="1.0"?>
|
||||
<meta-storm xmlns="meta-storm">
|
||||
<definitions>
|
||||
<classMethod class="\yii\db\QueryInterface" method="where" argument="0" targetValue="false" targetInArray="key">
|
||||
<properties xpath="$variable" protected="false" static="false" private="false"/>
|
||||
</classMethod>
|
||||
<classMethod class="\yii\db\QueryInterface" method="andWhere" argument="0" targetValue="false" targetInArray="key">
|
||||
<properties xpath="$variable" protected="false" static="false" private="false"/>
|
||||
</classMethod>
|
||||
<classMethod class="\yii\db\QueryInterface" method="orWhere" argument="0" targetValue="false" targetInArray="key">
|
||||
<properties xpath="$variable" protected="false" static="false" private="false"/>
|
||||
</classMethod>
|
||||
<classMethod class="\yii\db\QueryInterface" method="filterWhere" argument="0" targetValue="false" targetInArray="key">
|
||||
<properties xpath="$variable" protected="false" static="false" private="false"/>
|
||||
</classMethod>
|
||||
<classMethod class="\yii\db\QueryInterface" method="andFilterWhere" argument="0" targetValue="false" targetInArray="key">
|
||||
<properties xpath="$variable" protected="false" static="false" private="false"/>
|
||||
</classMethod>
|
||||
<classMethod class="\yii\db\QueryInterface" method="orFilterWhere" argument="0" targetValue="false" targetInArray="key">
|
||||
<properties xpath="$variable" protected="false" static="false" private="false"/>
|
||||
</classMethod>
|
||||
<classMethod class="\yii\db\Query" method="filterHaving" argument="0" targetValue="false" targetInArray="key">
|
||||
<properties xpath="$variable" protected="false" static="false" private="false"/>
|
||||
</classMethod>
|
||||
<classMethod class="\yii\db\Query" method="andFilterHaving" argument="0" targetValue="false" targetInArray="key">
|
||||
<properties xpath="$variable" protected="false" static="false" private="false"/>
|
||||
</classMethod>
|
||||
<classMethod class="\yii\db\Query" method="orFilterHaving" argument="0" targetValue="false" targetInArray="key">
|
||||
<properties xpath="$variable" protected="false" static="false" private="false"/>
|
||||
</classMethod>
|
||||
<classMethod class="\yii\db\Query" method="select" argument="0" targetInArray="value">
|
||||
<properties xpath="$variable" protected="false" static="false" private="false"/>
|
||||
</classMethod>
|
||||
<classMethod class="\yii\db\Query" method="addSelect" argument="0" targetInArray="value">
|
||||
<properties xpath="$variable" protected="false" static="false" private="false"/>
|
||||
</classMethod>
|
||||
<classMethod class="\yii\db\Query" method="groupBy" argument="0" targetInArray="key">
|
||||
<properties xpath="$variable" protected="false" static="false" private="false"/>
|
||||
</classMethod>
|
||||
<classMethod class="\yii\db\Query" method="addGroupBy" argument="0" targetInArray="key">
|
||||
<properties xpath="$variable" protected="false" static="false" private="false"/>
|
||||
</classMethod>
|
||||
<classMethod class="\yii\db\QueryInterface" method="orderBy" argument="0" targetInArray="key">
|
||||
<properties xpath="$variable" protected="false" static="false" private="false"/>
|
||||
</classMethod>
|
||||
<classMethod class="\yii\db\QueryInterface" method="addOrderBy" argument="0" targetInArray="key">
|
||||
<properties xpath="$variable" protected="false" static="false" private="false"/>
|
||||
</classMethod>
|
||||
<classMethod class="\yii\db\QueryInterface" method="indexBy" argument="0" targetInArray="key">
|
||||
<properties xpath="$variable" protected="false" static="false" private="false"/>
|
||||
</classMethod>
|
||||
</definitions>
|
||||
</meta-storm>
|
||||
Reference in New Issue
Block a user