Beispiel #1
0
 public function __construct($content = null)
 {
     $this->_name = md5((string) $content);
     $this->_path = \Kalibri::tmp('dynamic-views/');
     $this->storeContent($this->_path, (string) $content);
 }
Beispiel #2
0
 private function path($key)
 {
     return \Kalibri::tmp($key);
 }