Esempio n. 1
0
	/**
	 * Add variables to the view with an array
	 *
	 * @param array $values
	 */
	protected function setViewVars(array $values) {
		$this->tpl->setA($values);
	}