Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F103514299
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
Sun, Mar 2, 15:51
Size
648 B
Mime Type
text/xml
Expires
Tue, Mar 4, 15:51 (2 d)
Engine
blob
Format
Raw Data
Handle
24600400
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