eZ\Publish\Core\REST\Server\Controller\Services::loadCountryList PHP Метод

loadCountryList() публичный Метод

Loads Country List.
public loadCountryList ( )
    public function loadCountryList()
    {
        return new Values\CountryList($this->countriesInfo);
    }