コード例 #1
0
ファイル: User.php プロジェクト: pokap/pool-dbm
 /**
  * @param string $profileContent
  */
 public function setProfileContent($profileContent)
 {
     $this->document->setProfileContent($profileContent);
 }