Example #1
0
 static function purgeProfiles(Profile $prof)
 {
     $plugprof = new self();
     $plugprof->cleanProfiles($prof->getField("id"));
 }