Project

General

Profile

« Previous | Next » 

Revision 28

Added by Manuela over 6 years ago

added trait containing new method set_ftan() for phplib

View differences:

template.inc
67 67
 * Ticket #812 depricated Fix 2009/11/25
68 68
 */
69 69

  
70
if (is_readable(__DIR__.'/FtanTrait.php') and !trait_exists('\FtanTrait', false)) {
71
    include __DIR__.'/FtanTrait.php';
72
}
73

  
70 74
class Template
71 75
{
76
    use \FtanTrait;
72 77
 /**
73 78
  * Serialization helper, the name of this class.
74 79
  *

Also available in: Unified diff