mirror of
https://github.com/e107inc/e107.git
synced 2025-08-18 12:21:45 +02:00
eVars/abstract batch shortcode minor improvements
This commit is contained in:
@@ -2180,6 +2180,16 @@ class e_vars
|
||||
{
|
||||
$this->setVars($array);
|
||||
}
|
||||
|
||||
/**
|
||||
* Get data array
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
public function getVars()
|
||||
{
|
||||
return $this->vars;
|
||||
}
|
||||
|
||||
/**
|
||||
* Set array data
|
||||
|
Reference in New Issue
Block a user