예제 #1
0
파일: User.php 프로젝트: pokap/pool-dbm
 /**
  * @param string $profileContent
  */
 public function setProfileContent($profileContent)
 {
     $this->document->setProfileContent($profileContent);
 }
 public function __toString()
 {
     $this->__load();
     return parent::__toString();
 }