14 lines
248 B
Plaintext
14 lines
248 B
Plaintext
|
<snippet>
|
||
|
<content><![CDATA[
|
||
|
public static function getInfo() {
|
||
|
return array(
|
||
|
'name' => '${1}'
|
||
|
'description' => '${2}'
|
||
|
'group' => '${1}'
|
||
|
);
|
||
|
}
|
||
|
]]></content>
|
||
|
<tabTrigger>getinfo</tabTrigger>
|
||
|
<scope>source.php</scope>
|
||
|
</snippet>
|