Beispiel #1
0
 function meta($what = null, $type = 'meta')
 {
     if ($what === null) {
         return $this->_meta;
     }
     if ($this->_meta && $this->_meta->offsetExists($what)) {
         return $this->_meta->toTag($what, $this->_meta[$what], $type);
     }
 }