PMC-1218
This commit is contained in:
@@ -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
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user