Created
March 20, 2012 16:31
-
-
Save eminetto/2137945 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<snippet> | |
<content><![CDATA[public function get${1/(.*)/\u$1/}() | |
{ | |
return \$this->${1:$SELECTION}; | |
} | |
public function set${1/(.*)/\u$1/}(\$$1) | |
{ | |
return \$this->$1 = \$$1; | |
} | |
]]></content> | |
<!-- Optional: Tab trigger to activate the snippet --> | |
<tabTrigger>getset</tabTrigger> | |
<!-- Optional: Scope the tab trigger will be active in --> | |
<scope>source.php</scope> | |
<!-- Optional: Description to show in the menu --> | |
<description>Create getter and setter methods</description> | |
</snippet> |
2 anos depois...muito bom meu caro @rogeriopradoj!
Muy bueno 😄
muito obrigado mesmo..funciona tranquilo no Sublime text 3. Me ajudou muito
Isso é coisa linda de Deus! Obrigado por compartilhar!
Agraço muito! Isso me salvou da chatice!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Geralmente não usamos method chaining. Acho que mais por vício do que por qualquer coisa :)