aboutsummaryrefslogtreecommitdiff
path: root/template/php/snip-getter.php
blob: 1b5c92465e88a4e5a15b67ab999650647407680a (plain)
1
2
3
4
5
6
7
8
/**
 * Get {{_input_:property}}
 *
 * @return {{_input_:type}}
 */
public function get{{_expr_:substitute('{{_var_:property}}', '\w\+', '\u\0', '')}}() {
	return $this->{{_var_:property}};
}