예제 #1
0
파일: rsmembership.php 프로젝트: JozefAB/qk
 public static function getPlugin($name)
 {
     $instance = RSMembership::getInstance();
     if (!empty($instance->_plugins[$name])) {
         return $instance->_plugins[$name];
     } else {
         return false;
     }
 }