예제 #1
0
 function __construct($template, $binaryMode)
 {
     $this->binaryMode = $binaryMode;
     parent::__construct($template);
     $s = base64_encode(md5('ptl-' . $template, true));
     $this->markerSeed = substr($s, 0, 8);
 }
예제 #2
0
 function __construct($template, $binaryMode)
 {
     $this->binaryMode = $binaryMode;
     parent::__construct($template);
 }