public function content() { if (isset($this->buffer)) { echo $this->buffer; } if ($this->view instanceof Staple_View) { $this->view->build(); } }
/** * @see Staple_View::escape() * @param string $estring * @param boolean $strip */ public static function _escape($estring, $strip = false) { return Staple_View::escape($estring, $strip); }