-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathYii.xml
More file actions
15 lines (15 loc) · 789 Bytes
/
Yii.xml
File metadata and controls
15 lines (15 loc) · 789 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<templateSet group="Yii">
<template name="et" value="<?php echo Yii::t('$CATEGORY$', '$VALUE$'); ?>" description="echo Yii::t from html" toReformat="false" toShortenFQNames="true">
<variable name="CATEGORY" expression="" defaultValue="" alwaysStopAt="true" />
<variable name="VALUE" expression="" defaultValue="" alwaysStopAt="true" />
<context>
<option name="HTML" value="true" />
</context>
</template>
<template name="action" value="public function action$ACTION$() { }" description="controller action" toReformat="false" toShortenFQNames="true">
<variable name="ACTION" expression="" defaultValue="" alwaysStopAt="true" />
<context>
<option name="PHP Class Member" value="true" />
</context>
</template>
</templateSet>