You are here

protected function QPTPL::method2class in QueryPath 6

Same name and namespace in other branches
  1. 7.3 QueryPath/Extension/QPTPL.php \QPTPL::method2class()
  2. 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

QPTPL

Code

protected function method2class($mname) {
  return '.' . substr($mname, 3);
}