# -*- mode: snippet -*- # contributor: Robin de Rooij # name: get # key: get # group: definitions # -- public function get${1:$(upcase-initials yas-text)}() { return \$this->$1; }