Lines Matching refs:getMeta
447 $this->page['draft'] = $this->getMeta('type') == 'draft';
801 protected function getMeta($key, $subkey = null)
835 $this->page['title'] = $this->getMeta('title');
857 $desc = $this->getMeta('plugin_description', 'keywords');
861 $desc = $this->getMeta('description', 'abstract');
874 $summary = $this->getMeta('last_change', 'sum');
887 $content = $this->getMeta('creator');
891 $users = $this->getMeta('contributor');
898 $content = $this->getShowUserAsContent($this->getMeta('user'));
901 $users = $this->getMeta('contributor');
925 $this->page['date'] = $this->getMeta('date', 'modified');
927 $this->page['date'] = $this->getMeta('date', 'created');
946 $this->page['draft'] = $this->getMeta('type') == 'draft';