mirror of
				https://github.com/yiisoft/yii2.git
				synced 2025-11-04 22:57:40 +08:00 
			
		
		
		
	Update MetaStorm plugin config (#20324)
This commit is contained in:
		@ -54,26 +54,17 @@
 | 
				
			|||||||
            <properties protected="false" private="false" xpath="$variable"/>
 | 
					            <properties protected="false" private="false" xpath="$variable"/>
 | 
				
			||||||
        </classMethod>
 | 
					        </classMethod>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        <classMethod class="\yii\base\Model" method="getAttributeLabel" argument="0">
 | 
					        <classMethod class="\yii\db\ActiveRecord" method="hasOne" argument="1" targetValue="false" targetInArray="key">
 | 
				
			||||||
            <properties protected="false" private="false" xpath="$variable"/>
 | 
					            <properties protected="false" private="false" xpath="$argument[0]"/>
 | 
				
			||||||
        </classMethod>
 | 
					        </classMethod>
 | 
				
			||||||
        <classMethod class="\yii\base\Model" method="getAttributeHint" argument="0">
 | 
					        <classMethod class="\yii\db\ActiveRecord" method="hasOne" argument="1" targetValue="false" targetInArray="value">
 | 
				
			||||||
            <properties protected="false" private="false" xpath="$variable"/>
 | 
					            <properties protected="false" private="false" xpath="$containingClass"/>
 | 
				
			||||||
        </classMethod>
 | 
					        </classMethod>
 | 
				
			||||||
        <classMethod class="\yii\base\Model" method="getAttributeLabel" argument="0">
 | 
					        <classMethod class="\yii\db\ActiveRecord" method="hasMany" argument="1" targetValue="false" targetInArray="key">
 | 
				
			||||||
            <properties protected="false" private="false" xpath="$variable"/>
 | 
					            <properties protected="false" private="false" xpath="$argument[0]"/>
 | 
				
			||||||
        </classMethod>
 | 
					        </classMethod>
 | 
				
			||||||
        <classMethod class="\yii\base\Model" method="getAttributeLabel" argument="0">
 | 
					        <classMethod class="\yii\db\ActiveRecord" method="hasMany" argument="1" targetValue="false" targetInArray="value">
 | 
				
			||||||
            <properties protected="false" private="false" xpath="$variable"/>
 | 
					            <properties protected="false" private="false" xpath="$containingClass"/>
 | 
				
			||||||
        </classMethod>
 | 
					 | 
				
			||||||
        <classMethod class="\yii\base\Model" method="getAttributeLabel" argument="0">
 | 
					 | 
				
			||||||
            <properties protected="false" private="false" xpath="$variable"/>
 | 
					 | 
				
			||||||
        </classMethod>
 | 
					 | 
				
			||||||
        <classMethod class="\yii\base\Model" method="getAttributeLabel" argument="0">
 | 
					 | 
				
			||||||
            <properties protected="false" private="false" xpath="$variable"/>
 | 
					 | 
				
			||||||
        </classMethod>
 | 
					 | 
				
			||||||
        <classMethod class="\yii\base\Model" method="getAttributeLabel" argument="0">
 | 
					 | 
				
			||||||
            <properties protected="false" private="false" xpath="$variable"/>
 | 
					 | 
				
			||||||
        </classMethod>
 | 
					        </classMethod>
 | 
				
			||||||
    </definitions>
 | 
					    </definitions>
 | 
				
			||||||
</meta-storm>
 | 
					</meta-storm>
 | 
				
			||||||
@ -6,10 +6,16 @@
 | 
				
			|||||||
                <directoryProcessors>
 | 
					                <directoryProcessors>
 | 
				
			||||||
                    <regexp from="Controller\.php" to=""/>
 | 
					                    <regexp from="Controller\.php" to=""/>
 | 
				
			||||||
                    <regexp from="([a-z])([A-Z])" to="$1-$2"/>
 | 
					                    <regexp from="([a-z])([A-Z])" to="$1-$2"/>
 | 
				
			||||||
                    <case from="/[^/]+$" case="lower" />
 | 
					                    <case from="/[^/]+$" case="lower"/>
 | 
				
			||||||
 | 
					                    <regexp from="/modules/([^\\/]+)/controllers/" to="/themes/default/modules/$1/views/"/>
 | 
				
			||||||
 | 
					                </directoryProcessors>
 | 
				
			||||||
 | 
					            </files>
 | 
				
			||||||
 | 
					            <files extension="php" relatedTo="file">
 | 
				
			||||||
 | 
					                <directoryProcessors>
 | 
				
			||||||
 | 
					                    <regexp from="Controller\.php" to=""/>
 | 
				
			||||||
 | 
					                    <regexp from="([a-z])([A-Z])" to="$1-$2"/>
 | 
				
			||||||
 | 
					                    <case from="/[^/]+$" case="lower"/>
 | 
				
			||||||
                    <regexp from="/controllers/" to="/views/"/>
 | 
					                    <regexp from="/controllers/" to="/views/"/>
 | 
				
			||||||
                    <regexp from="/modules/([^\\/]+)/controllers/"
 | 
					 | 
				
			||||||
                            to="/themes/${yiisoft/yii2:view-theme}/modules/$1/views/"/>
 | 
					 | 
				
			||||||
                </directoryProcessors>
 | 
					                </directoryProcessors>
 | 
				
			||||||
            </files>
 | 
					            </files>
 | 
				
			||||||
        </classMethod>
 | 
					        </classMethod>
 | 
				
			||||||
@ -18,22 +24,34 @@
 | 
				
			|||||||
                <directoryProcessors>
 | 
					                <directoryProcessors>
 | 
				
			||||||
                    <regexp from="Controller\.php" to=""/>
 | 
					                    <regexp from="Controller\.php" to=""/>
 | 
				
			||||||
                    <regexp from="([a-z])([A-Z])" to="$1-$2"/>
 | 
					                    <regexp from="([a-z])([A-Z])" to="$1-$2"/>
 | 
				
			||||||
                    <case from="/[^/]+$" case="lower" />
 | 
					                    <case from="/[^/]+$" case="lower"/>
 | 
				
			||||||
 | 
					                    <regexp from="/modules/([^\\/]+)/controllers/" to="/themes/default/modules/$1/views/"/>
 | 
				
			||||||
 | 
					                </directoryProcessors>
 | 
				
			||||||
 | 
					            </files>
 | 
				
			||||||
 | 
					            <files extension="php" relatedTo="file">
 | 
				
			||||||
 | 
					                <directoryProcessors>
 | 
				
			||||||
 | 
					                    <regexp from="Controller\.php" to=""/>
 | 
				
			||||||
 | 
					                    <regexp from="([a-z])([A-Z])" to="$1-$2"/>
 | 
				
			||||||
 | 
					                    <case from="/[^/]+$" case="lower"/>
 | 
				
			||||||
                    <regexp from="/controllers/" to="/views/"/>
 | 
					                    <regexp from="/controllers/" to="/views/"/>
 | 
				
			||||||
                    <regexp from="/modules/([^\\/]+)/controllers/"
 | 
					 | 
				
			||||||
                            to="/themes/${yiisoft/yii2:view-theme}/modules/$1/views/"/>
 | 
					 | 
				
			||||||
                </directoryProcessors>
 | 
					                </directoryProcessors>
 | 
				
			||||||
            </files>
 | 
					            </files>
 | 
				
			||||||
        </classMethod>
 | 
					        </classMethod>
 | 
				
			||||||
        <classMethod class="\yii\base\Controller" method="renderFile" argument="0">
 | 
					        <classMethod class="\yii\base\Controller" method="renderFile" argument="0">
 | 
				
			||||||
            <files extension="" relatedTo="file">
 | 
					            <files extension="php" relatedTo="file">
 | 
				
			||||||
                <directoryProcessors>
 | 
					                <directoryProcessors>
 | 
				
			||||||
                    <regexp from="Controller\.php" to=""/>
 | 
					                    <regexp from="Controller\.php" to=""/>
 | 
				
			||||||
                    <regexp from="([a-z])([A-Z])" to="$1-$2"/>
 | 
					                    <regexp from="([a-z])([A-Z])" to="$1-$2"/>
 | 
				
			||||||
                    <case from="/[^/]+$" case="lower" />
 | 
					                    <case from="/[^/]+$" case="lower"/>
 | 
				
			||||||
 | 
					                    <regexp from="/modules/([^\\/]+)/controllers/" to="/themes/default/modules/$1/views/"/>
 | 
				
			||||||
 | 
					                </directoryProcessors>
 | 
				
			||||||
 | 
					            </files>
 | 
				
			||||||
 | 
					            <files extension="php" relatedTo="file">
 | 
				
			||||||
 | 
					                <directoryProcessors>
 | 
				
			||||||
 | 
					                    <regexp from="Controller\.php" to=""/>
 | 
				
			||||||
 | 
					                    <regexp from="([a-z])([A-Z])" to="$1-$2"/>
 | 
				
			||||||
 | 
					                    <case from="/[^/]+$" case="lower"/>
 | 
				
			||||||
                    <regexp from="/controllers/" to="/views/"/>
 | 
					                    <regexp from="/controllers/" to="/views/"/>
 | 
				
			||||||
                    <regexp from="/modules/([^\\/]+)/controllers/"
 | 
					 | 
				
			||||||
                            to="/themes/${yiisoft/yii2:view-theme}/modules/$1/views/"/>
 | 
					 | 
				
			||||||
                </directoryProcessors>
 | 
					                </directoryProcessors>
 | 
				
			||||||
            </files>
 | 
					            </files>
 | 
				
			||||||
        </classMethod>
 | 
					        </classMethod>
 | 
				
			||||||
							
								
								
									
										50
									
								
								framework/.meta-storm/db.meta-storm.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										50
									
								
								framework/.meta-storm/db.meta-storm.xml
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,50 @@
 | 
				
			|||||||
 | 
					<?xml version="1.0"?>
 | 
				
			||||||
 | 
					<meta-storm xmlns="meta-storm">
 | 
				
			||||||
 | 
					    <definitions>
 | 
				
			||||||
 | 
					        <classMethod class="\yii\db\Query" method="where" argument="0" targetValue="false" targetInArray="key">
 | 
				
			||||||
 | 
					            <properties xpath="$variable"/>
 | 
				
			||||||
 | 
					        </classMethod>
 | 
				
			||||||
 | 
					        <classMethod class="\yii\db\Query" method="andWhere" argument="0" targetValue="false" targetInArray="key">
 | 
				
			||||||
 | 
					            <properties xpath="$variable"/>
 | 
				
			||||||
 | 
					        </classMethod>
 | 
				
			||||||
 | 
					        <classMethod class="\yii\db\Query" method="orWhere" argument="0" targetValue="false" targetInArray="key">
 | 
				
			||||||
 | 
					            <properties xpath="$variable"/>
 | 
				
			||||||
 | 
					        </classMethod>
 | 
				
			||||||
 | 
					        <classMethod class="\yii\db\Query" method="filterWhere" argument="0" targetValue="false" targetInArray="key">
 | 
				
			||||||
 | 
					            <properties xpath="$variable"/>
 | 
				
			||||||
 | 
					        </classMethod>
 | 
				
			||||||
 | 
					        <classMethod class="\yii\db\Query" method="andFilterWhere" argument="0" targetValue="false" targetInArray="key">
 | 
				
			||||||
 | 
					            <properties xpath="$variable"/>
 | 
				
			||||||
 | 
					        </classMethod>
 | 
				
			||||||
 | 
					        <classMethod class="\yii\db\Query" method="orFilterWhere" argument="0" targetValue="false" targetInArray="key">
 | 
				
			||||||
 | 
					            <properties xpath="$variable"/>
 | 
				
			||||||
 | 
					        </classMethod>
 | 
				
			||||||
 | 
					        <classMethod class="\yii\db\Query" method="filterHaving" argument="0" targetValue="false" targetInArray="key">
 | 
				
			||||||
 | 
					            <properties xpath="$variable"/>
 | 
				
			||||||
 | 
					        </classMethod>
 | 
				
			||||||
 | 
					        <classMethod class="\yii\db\Query" method="andFilterHaving" argument="0" targetValue="false" targetInArray="key">
 | 
				
			||||||
 | 
					            <properties xpath="$variable"/>
 | 
				
			||||||
 | 
					        </classMethod>
 | 
				
			||||||
 | 
					        <classMethod class="\yii\db\Query" method="orFilterHaving" argument="0" targetValue="false" targetInArray="key">
 | 
				
			||||||
 | 
					            <properties xpath="$variable"/>
 | 
				
			||||||
 | 
					        </classMethod>
 | 
				
			||||||
 | 
					        <classMethod class="\yii\db\Query" method="select" argument="0" targetInArray="value">
 | 
				
			||||||
 | 
					            <properties xpath="$variable"/>
 | 
				
			||||||
 | 
					        </classMethod>
 | 
				
			||||||
 | 
					        <classMethod class="\yii\db\Query" method="addSelect" argument="0" targetInArray="value">
 | 
				
			||||||
 | 
					            <properties xpath="$variable"/>
 | 
				
			||||||
 | 
					        </classMethod>
 | 
				
			||||||
 | 
					        <classMethod class="\yii\db\Query" method="groupBy" argument="0" targetInArray="key">
 | 
				
			||||||
 | 
					            <properties xpath="$variable"/>
 | 
				
			||||||
 | 
					        </classMethod>
 | 
				
			||||||
 | 
					        <classMethod class="\yii\db\Query" method="addGroupBy" argument="0" targetInArray="key">
 | 
				
			||||||
 | 
					            <properties xpath="$variable"/>
 | 
				
			||||||
 | 
					        </classMethod>
 | 
				
			||||||
 | 
					        <classMethod class="\yii\db\Query" method="orderBy" argument="0" targetInArray="key">
 | 
				
			||||||
 | 
					            <properties xpath="$variable"/>
 | 
				
			||||||
 | 
					        </classMethod>
 | 
				
			||||||
 | 
					        <classMethod class="\yii\db\Query" method="addOrderBy" argument="0" targetInArray="key">
 | 
				
			||||||
 | 
					            <properties xpath="$variable"/>
 | 
				
			||||||
 | 
					        </classMethod>
 | 
				
			||||||
 | 
					    </definitions>
 | 
				
			||||||
 | 
					</meta-storm>
 | 
				
			||||||
@ -2,13 +2,13 @@
 | 
				
			|||||||
<meta-storm xmlns="meta-storm">
 | 
					<meta-storm xmlns="meta-storm">
 | 
				
			||||||
    <definitions>
 | 
					    <definitions>
 | 
				
			||||||
        <classMethod class="\yii\helpers\BaseHtml" method="tag" argument="0">
 | 
					        <classMethod class="\yii\helpers\BaseHtml" method="tag" argument="0">
 | 
				
			||||||
            <collection name="yiisoft/yii2:html-tags"/>
 | 
					            <collection name="GLOBAL:html-tags"/>
 | 
				
			||||||
        </classMethod>
 | 
					        </classMethod>
 | 
				
			||||||
        <classMethod class="\yii\helpers\BaseHtml" method="beginTag" argument="0">
 | 
					        <classMethod class="\yii\helpers\BaseHtml" method="beginTag" argument="0">
 | 
				
			||||||
            <collection name="yiisoft/yii2:html-tags"/>
 | 
					            <collection name="GLOBAL:html-tags"/>
 | 
				
			||||||
        </classMethod>
 | 
					        </classMethod>
 | 
				
			||||||
        <classMethod class="\yii\helpers\BaseHtml" method="endTag" argument="0">
 | 
					        <classMethod class="\yii\helpers\BaseHtml" method="endTag" argument="0">
 | 
				
			||||||
            <collection name="yiisoft/yii2:html-tags"/>
 | 
					            <collection name="GLOBAL:html-tags"/>
 | 
				
			||||||
        </classMethod>
 | 
					        </classMethod>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        <classMethod class="\yii\helpers\BaseHtml" method="activeLabel" argument="1">
 | 
					        <classMethod class="\yii\helpers\BaseHtml" method="activeLabel" argument="1">
 | 
				
			||||||
@ -69,120 +69,4 @@
 | 
				
			|||||||
            <properties protected="false" private="false" relatedArgument="0" relatedTo="argument"/>
 | 
					            <properties protected="false" private="false" relatedArgument="0" relatedTo="argument"/>
 | 
				
			||||||
        </classMethod>
 | 
					        </classMethod>
 | 
				
			||||||
    </definitions>
 | 
					    </definitions>
 | 
				
			||||||
    <collections>
 | 
					 | 
				
			||||||
        <strings name="yiisoft/yii2:html-tags">
 | 
					 | 
				
			||||||
            <value>div</value>
 | 
					 | 
				
			||||||
            <value>a</value>
 | 
					 | 
				
			||||||
            <value>abbr</value>
 | 
					 | 
				
			||||||
            <value>address</value>
 | 
					 | 
				
			||||||
            <value>area</value>
 | 
					 | 
				
			||||||
            <value>article</value>
 | 
					 | 
				
			||||||
            <value>aside</value>
 | 
					 | 
				
			||||||
            <value>audio</value>
 | 
					 | 
				
			||||||
            <value>b</value>
 | 
					 | 
				
			||||||
            <value>base</value>
 | 
					 | 
				
			||||||
            <value>bdi</value>
 | 
					 | 
				
			||||||
            <value>bdo</value>
 | 
					 | 
				
			||||||
            <value>blockquote</value>
 | 
					 | 
				
			||||||
            <value>body</value>
 | 
					 | 
				
			||||||
            <value>br</value>
 | 
					 | 
				
			||||||
            <value>button</value>
 | 
					 | 
				
			||||||
            <value>canvas</value>
 | 
					 | 
				
			||||||
            <value>caption</value>
 | 
					 | 
				
			||||||
            <value>cite</value>
 | 
					 | 
				
			||||||
            <value>code</value>
 | 
					 | 
				
			||||||
            <value>col</value>
 | 
					 | 
				
			||||||
            <value>colgroup</value>
 | 
					 | 
				
			||||||
            <value>data</value>
 | 
					 | 
				
			||||||
            <value>datalist</value>
 | 
					 | 
				
			||||||
            <value>dd</value>
 | 
					 | 
				
			||||||
            <value>del</value>
 | 
					 | 
				
			||||||
            <value>details</value>
 | 
					 | 
				
			||||||
            <value>dfn</value>
 | 
					 | 
				
			||||||
            <value>dialog</value>
 | 
					 | 
				
			||||||
            <value>div</value>
 | 
					 | 
				
			||||||
            <value>dl</value>
 | 
					 | 
				
			||||||
            <value>dt</value>
 | 
					 | 
				
			||||||
            <value>em</value>
 | 
					 | 
				
			||||||
            <value>embed</value>
 | 
					 | 
				
			||||||
            <value>fieldset</value>
 | 
					 | 
				
			||||||
            <value>figcaption</value>
 | 
					 | 
				
			||||||
            <value>figure</value>
 | 
					 | 
				
			||||||
            <value>footer</value>
 | 
					 | 
				
			||||||
            <value>form</value>
 | 
					 | 
				
			||||||
            <value>h1</value>
 | 
					 | 
				
			||||||
            <value>h2</value>
 | 
					 | 
				
			||||||
            <value>h3</value>
 | 
					 | 
				
			||||||
            <value>h4</value>
 | 
					 | 
				
			||||||
            <value>h5</value>
 | 
					 | 
				
			||||||
            <value>h6</value>
 | 
					 | 
				
			||||||
            <value>head</value>
 | 
					 | 
				
			||||||
            <value>header</value>
 | 
					 | 
				
			||||||
            <value>hgroup</value>
 | 
					 | 
				
			||||||
            <value>hr</value>
 | 
					 | 
				
			||||||
            <value>html</value>
 | 
					 | 
				
			||||||
            <value>i</value>
 | 
					 | 
				
			||||||
            <value>iframe</value>
 | 
					 | 
				
			||||||
            <value>img</value>
 | 
					 | 
				
			||||||
            <value>input</value>
 | 
					 | 
				
			||||||
            <value>ins</value>
 | 
					 | 
				
			||||||
            <value>kbd</value>
 | 
					 | 
				
			||||||
            <value>label</value>
 | 
					 | 
				
			||||||
            <value>legend</value>
 | 
					 | 
				
			||||||
            <value>li</value>
 | 
					 | 
				
			||||||
            <value>link</value>
 | 
					 | 
				
			||||||
            <value>main</value>
 | 
					 | 
				
			||||||
            <value>map</value>
 | 
					 | 
				
			||||||
            <value>mark</value>
 | 
					 | 
				
			||||||
            <value>meta</value>
 | 
					 | 
				
			||||||
            <value>meter</value>
 | 
					 | 
				
			||||||
            <value>nav</value>
 | 
					 | 
				
			||||||
            <value>noscript</value>
 | 
					 | 
				
			||||||
            <value>object</value>
 | 
					 | 
				
			||||||
            <value>ol</value>
 | 
					 | 
				
			||||||
            <value>optgroup</value>
 | 
					 | 
				
			||||||
            <value>option</value>
 | 
					 | 
				
			||||||
            <value>output</value>
 | 
					 | 
				
			||||||
            <value>p</value>
 | 
					 | 
				
			||||||
            <value>param</value>
 | 
					 | 
				
			||||||
            <value>picture</value>
 | 
					 | 
				
			||||||
            <value>pre</value>
 | 
					 | 
				
			||||||
            <value>progress</value>
 | 
					 | 
				
			||||||
            <value>q</value>
 | 
					 | 
				
			||||||
            <value>rp</value>
 | 
					 | 
				
			||||||
            <value>rt</value>
 | 
					 | 
				
			||||||
            <value>ruby</value>
 | 
					 | 
				
			||||||
            <value>s</value>
 | 
					 | 
				
			||||||
            <value>samp</value>
 | 
					 | 
				
			||||||
            <value>script</value>
 | 
					 | 
				
			||||||
            <value>section</value>
 | 
					 | 
				
			||||||
            <value>select</value>
 | 
					 | 
				
			||||||
            <value>small</value>
 | 
					 | 
				
			||||||
            <value>source</value>
 | 
					 | 
				
			||||||
            <value>span</value>
 | 
					 | 
				
			||||||
            <value>strong</value>
 | 
					 | 
				
			||||||
            <value>style</value>
 | 
					 | 
				
			||||||
            <value>sub</value>
 | 
					 | 
				
			||||||
            <value>summary</value>
 | 
					 | 
				
			||||||
            <value>sup</value>
 | 
					 | 
				
			||||||
            <value>svg</value>
 | 
					 | 
				
			||||||
            <value>table</value>
 | 
					 | 
				
			||||||
            <value>tbody</value>
 | 
					 | 
				
			||||||
            <value>td</value>
 | 
					 | 
				
			||||||
            <value>template</value>
 | 
					 | 
				
			||||||
            <value>textarea</value>
 | 
					 | 
				
			||||||
            <value>tfoot</value>
 | 
					 | 
				
			||||||
            <value>th</value>
 | 
					 | 
				
			||||||
            <value>thead</value>
 | 
					 | 
				
			||||||
            <value>time</value>
 | 
					 | 
				
			||||||
            <value>title</value>
 | 
					 | 
				
			||||||
            <value>tr</value>
 | 
					 | 
				
			||||||
            <value>track</value>
 | 
					 | 
				
			||||||
            <value>u</value>
 | 
					 | 
				
			||||||
            <value>ul</value>
 | 
					 | 
				
			||||||
            <value>var</value>
 | 
					 | 
				
			||||||
            <value>video</value>
 | 
					 | 
				
			||||||
            <value>wbr</value>
 | 
					 | 
				
			||||||
        </strings>
 | 
					 | 
				
			||||||
    </collections>
 | 
					 | 
				
			||||||
</meta-storm>
 | 
					</meta-storm>
 | 
				
			||||||
@ -1,6 +1,10 @@
 | 
				
			|||||||
<?xml version="1.0"?>
 | 
					<?xml version="1.0"?>
 | 
				
			||||||
<meta-storm xmlns="meta-storm">
 | 
					<meta-storm xmlns="meta-storm">
 | 
				
			||||||
    <definitions>
 | 
					    <definitions>
 | 
				
			||||||
 | 
					        <classConstructor class="\yii\base\BaseObject" argument="0" targetValue="false" targetInArray="key">
 | 
				
			||||||
 | 
					            <properties protected="false" private="false" xpath="$variable"/>
 | 
				
			||||||
 | 
					        </classConstructor>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        <classMethod class="\yii\base\Model" method="validate" argument="0">
 | 
					        <classMethod class="\yii\base\Model" method="validate" argument="0">
 | 
				
			||||||
            <properties protected="false" private="false" xpath="$variable"/>
 | 
					            <properties protected="false" private="false" xpath="$variable"/>
 | 
				
			||||||
        </classMethod>
 | 
					        </classMethod>
 | 
				
			||||||
@ -43,23 +47,5 @@
 | 
				
			|||||||
        <classMethod class="\yii\base\Model" method="onUnsafeAttribute" argument="0">
 | 
					        <classMethod class="\yii\base\Model" method="onUnsafeAttribute" argument="0">
 | 
				
			||||||
            <properties protected="false" private="false" xpath="$variable"/>
 | 
					            <properties protected="false" private="false" xpath="$variable"/>
 | 
				
			||||||
        </classMethod>
 | 
					        </classMethod>
 | 
				
			||||||
        <classMethod class="\yii\base\Model" method="getAttributeLabel" argument="0">
 | 
					 | 
				
			||||||
            <properties protected="false" private="false" xpath="$variable"/>
 | 
					 | 
				
			||||||
        </classMethod>
 | 
					 | 
				
			||||||
        <classMethod class="\yii\base\Model" method="getAttributeLabel" argument="0">
 | 
					 | 
				
			||||||
            <properties protected="false" private="false" xpath="$variable"/>
 | 
					 | 
				
			||||||
        </classMethod>
 | 
					 | 
				
			||||||
        <classMethod class="\yii\base\Model" method="getAttributeLabel" argument="0">
 | 
					 | 
				
			||||||
            <properties protected="false" private="false" xpath="$variable"/>
 | 
					 | 
				
			||||||
        </classMethod>
 | 
					 | 
				
			||||||
        <classMethod class="\yii\base\Model" method="getAttributeLabel" argument="0">
 | 
					 | 
				
			||||||
            <properties protected="false" private="false" xpath="$variable"/>
 | 
					 | 
				
			||||||
        </classMethod>
 | 
					 | 
				
			||||||
        <classMethod class="\yii\base\Model" method="getAttributeLabel" argument="0">
 | 
					 | 
				
			||||||
            <properties protected="false" private="false" xpath="$variable"/>
 | 
					 | 
				
			||||||
        </classMethod>
 | 
					 | 
				
			||||||
        <classMethod class="\yii\base\Model" method="getAttributeLabel" argument="0">
 | 
					 | 
				
			||||||
            <properties protected="false" private="false" xpath="$variable"/>
 | 
					 | 
				
			||||||
        </classMethod>
 | 
					 | 
				
			||||||
    </definitions>
 | 
					    </definitions>
 | 
				
			||||||
</meta-storm>
 | 
					</meta-storm>
 | 
				
			||||||
@ -1,6 +1,10 @@
 | 
				
			|||||||
<?xml version="1.0"?>
 | 
					<?xml version="1.0"?>
 | 
				
			||||||
<meta-storm xmlns="meta-storm">
 | 
					<meta-storm xmlns="meta-storm">
 | 
				
			||||||
    <definitions>
 | 
					    <definitions>
 | 
				
			||||||
 | 
					        <classMethod class="\yii\base\Widget" method="widget" argument="0" targetValue="false" targetInArray="key">
 | 
				
			||||||
 | 
					            <properties protected="false" private="false" xpath="$variable"/>
 | 
				
			||||||
 | 
					        </classMethod>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        <classMethod class="\yii\widgets\ActiveForm" method="field" argument="1">
 | 
					        <classMethod class="\yii\widgets\ActiveForm" method="field" argument="1">
 | 
				
			||||||
            <properties protected="false" private="false" relatedArgument="0" relatedTo="argument"/>
 | 
					            <properties protected="false" private="false" relatedArgument="0" relatedTo="argument"/>
 | 
				
			||||||
        </classMethod>
 | 
					        </classMethod>
 | 
				
			||||||
		Reference in New Issue
	
	Block a user