add clear
This commit is contained in:
@@ -107,6 +107,14 @@ abstract class Miniprogarampage implements Progaram
|
|||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @return \common\Config
|
||||||
|
*/
|
||||||
|
public function getConfig()
|
||||||
|
{
|
||||||
|
return $this->config;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @return bool|mixed|string
|
* @return bool|mixed|string
|
||||||
* @throws \Exception
|
* @throws \Exception
|
||||||
|
|||||||
Reference in New Issue
Block a user