add clear
This commit is contained in:
@@ -30,33 +30,33 @@ abstract class Subject extends Miniprogarampage
|
||||
}
|
||||
|
||||
/**
|
||||
* @param string $templateId
|
||||
* @param $templateId
|
||||
*/
|
||||
public function setTemplateId(string $templateId)
|
||||
public function setTemplateId($templateId)
|
||||
{
|
||||
$this->templateId = $templateId;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param string $openId
|
||||
* @param $openId
|
||||
*/
|
||||
public function setOpenId(string $openId)
|
||||
public function setOpenId($openId)
|
||||
{
|
||||
$this->openId = $openId;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param string $page
|
||||
* @param $page
|
||||
*/
|
||||
public function setPage(string $page)
|
||||
public function setPage($page)
|
||||
{
|
||||
$this->page = $page;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param string $emphasis_keyword
|
||||
* @param $emphasis_keyword
|
||||
*/
|
||||
public function setEmphasisKeyword(string $emphasis_keyword)
|
||||
public function setEmphasisKeyword($emphasis_keyword)
|
||||
{
|
||||
$this->emphasis_keyword = $emphasis_keyword;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user