示例#1
0
文件: User.php 项目: pokap/pool-dbm
 /**
  * @param string $profileContent
  */
 public function setProfileContent($profileContent)
 {
     $this->document->setProfileContent($profileContent);
 }