getResllerType() 공개 정적인 메소드

public static getResllerType ( )
예제 #1
0
 public static function isReseller()
 {
     return Utils::getResllerType() ? true : false;
 }