PHP Classes

File: test/tpl/methodTemplate

Recommend this page to a friend!
  Classes of Fabrice Fesch   Melis PHP CMS Skeleton   test/tpl/methodTemplate   Download  
File: test/tpl/methodTemplate
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Melis PHP CMS Skeleton
Setup the Melis CMS application on a given domain
Author: By
Last change:
Date: 4 years ago
Size: 324 bytes
 

Contents

Class file image Download
/** * Get {{methodName}} table * @return mixed */ private function {{methodName}}() { $conf = $this->sm->getPhpUnitTool()->getTable('{{moduleName}}', __METHOD__); return $this->sm->getTableMock(new $conf['model'], $conf['model_table'], $conf['db_table_name'], $this->method); }