getResllerType() public static method

public static getResllerType ( )
コード例 #1
0
ファイル: Utils.php プロジェクト: rafaelsisweb/invoice-ninja
 public static function isReseller()
 {
     return Utils::getResllerType() ? true : false;
 }