protected function QPTPL::method2class in QueryPath 6
Same name and namespace in other branches
- 7.3 QueryPath/Extension/QPTPL.php \QPTPL::method2class()
- 7.2 QueryPath/Extension/QPTPL.php \QPTPL::method2class()
1 call to QPTPL::method2class()
- QPTPL::tplObject in QueryPath/
Extension/ QPTPL.php
File
- QueryPath/
Extension/ QPTPL.php, line 126
Class
Code
protected function method2class($mname) {
return '.' . substr($mname, 3);
}