peopletag->private ? 'private' : 'public'; $this->out->elementStart('div', array('class' => 'h-entry peopletag peopletag-profile mode-'.$mode, 'id' => 'peopletag-' . $this->peopletag->id)); } function showEnd() { $this->out->elementEnd('div'); } }