This commit is contained in:
Julio Cesar Laura Avendaño
2019-09-26 09:21:11 -04:00
parent b7d108cfc7
commit 1bf4429ac9
2 changed files with 43 additions and 0 deletions

View File

@@ -38,6 +38,16 @@ class SmartyView extends View
}
}
/**
* Get "smarty" property
*
* @return Smarty
*/
public function getSmarty()
{
return $this->smarty;
}
/**
* Assign a value to a Smarty piece in the template
*