コード例 #1
0
ファイル: Profile.php プロジェクト: Rademade/MedOptima
 public function __refreshCache()
 {
     parent::__refreshCache();
     RM_User_Profile::getById($this->getId())->__refreshCache();
 }