macos-provisioning/files/sublime/Packages/User/simpletest-getinfo.sublime-snippet

14 lines
251 B
Plaintext
Raw Normal View History

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