SYMBOL INDEX (43 symbols across 7 files) FILE: src/Commands/ClearData.php class ClearData (line 14) | class ClearData extends Command method handle (line 19) | public function handle() FILE: src/Commands/RefreshData.php class RefreshData (line 16) | class RefreshData extends Command method handle (line 34) | public function handle() method insertToDb (line 160) | public function insertToDb() method getCity (line 237) | public function getCity($id) method getArea (line 242) | public function getArea($id) method getStreet (line 247) | public function getStreet($id) method parseData (line 252) | public function parseData($id) method getData (line 268) | public function getData($id) method parseJson (line 280) | public function parseJson($data = '') FILE: src/Facades/ProvinceCityAreaFacades.php class ProvinceCityAreaFacades (line 11) | class ProvinceCityAreaFacades method getFacadeAccessor (line 13) | protected static function getFacadeAccessor() FILE: src/Models/ProvinceCityArea.php class ProvinceCityArea (line 13) | class ProvinceCityArea extends Model method __construct (line 23) | public function __construct(array $attributes = []) method isProvince (line 28) | public function isProvince() method isCity (line 33) | public function isCity() method isArea (line 38) | public function isArea() method isStreet (line 43) | public function isStreet() FILE: src/ProvinceCityArea.php class ProvinceCityArea (line 14) | class ProvinceCityArea method test (line 19) | public static function test() method getProvinceList (line 27) | public static function getProvinceList() method getCityList (line 37) | public static function getCityList($provinceId) method getAreaList (line 47) | public static function getAreaList($cityId) method getProvince (line 57) | public static function getProvince($provinceId) method getCity (line 67) | public static function getCity($cityId) method getArea (line 77) | public static function getArea($areaId) method getAllProvince (line 85) | public static function getAllProvince() method getAllCity (line 93) | public static function getAllCity() method getAllArea (line 101) | public static function getAllArea() method getAllStreet (line 109) | public static function getAllStreet() method getListByParentId (line 119) | protected static function getListByParentId($parentId) method getAreaByProvinceId (line 131) | protected static function getAreaByProvinceId($provinceId) method getItem (line 149) | protected static function getItem($id) method getListByType (line 159) | protected static function getListByType($type = 'province') method getName (line 179) | public static function getName($provinceId, $cityId, $areaId, $streetId) method parseAddress (line 214) | public static function parseAddress($data) FILE: src/ProvinceCityAreaServiceProvider.php class ProvinceCityAreaServiceProvider (line 7) | class ProvinceCityAreaServiceProvider extends ServiceProvider method register (line 14) | public function register() method boot (line 26) | public function boot() FILE: src/database/migrations/2019_06_04_222005_create_province_city_area_table.php class CreateProvinceCityAreaTable (line 7) | class CreateProvinceCityAreaTable extends Migration method up (line 14) | public function up() method down (line 30) | public function down()