getResllerType() public static method

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