Automation init...3
This commit is contained in:
parent
5b20de9b8a
commit
5d8d914674
@ -51,8 +51,10 @@ class BoardLibrary
|
||||
}
|
||||
public function create(array $listInfo): BoardEntity
|
||||
{
|
||||
//미디어관련정보 entity에 넣기
|
||||
//초기화
|
||||
$this->_mediaTags = ["image_path" => "", "content" => ""];
|
||||
$formDatas = [];
|
||||
//미디어관련정보 entity에 넣기
|
||||
$formDatas['title'] = $listInfo["title"];
|
||||
$formDatas['user_pid'] = $this->getUserEntity()->getPK();
|
||||
$formDatas['user_id'] = $this->getUserEntity()->getID();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user