Automation init...3

This commit is contained in:
최준흠 2024-09-13 22:04:57 +09:00
parent 5b20de9b8a
commit 5d8d914674

View File

@ -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();