PHPDoc class var 183 B

12345678910
  1. # This was cloned from a TextMate bundle for yasnippet.
  2. #name : PHPDoc class var
  3. #key : doc_v
  4. # --
  5. /**
  6. * ${3:undocumented class variable}
  7. *
  8. * @var ${4:string}
  9. **/
  10. ${1:var} \$$2;$0