Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93455116
php_property.tmSnippet
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Thu, Nov 28, 21:47
Size
648 B
Mime Type
text/xml
Expires
Sat, Nov 30, 21:47 (2 d)
Engine
blob
Format
Raw Data
Handle
22617345
Attached To
rPHU libphutil
php_property.tmSnippet
View Options
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>content</key>
<string>${2:public} function set${1/./\u$0/}(\$${1/[A-Z]+/_\L$0\E/g}) {
\$this->${1:property} = \$${1/[A-Z]+/_\L$0\E/g};
return \$this;
}
${2:public} function get${1/./\u$0/}() {
return \$this->$1;
}
$0</string>
<key>name</key>
<string>PHP Property</string>
<key>scope</key>
<string>source.php</string>
<key>tabTrigger</key>
<string>prop</string>
<key>uuid</key>
<string>7C1971CD-6BC0-433B-8604-9F008B6CC29D</string>
</dict>
</plist>
Event Timeline
Log In to Comment