eZ\Publish\Core\FieldType\Country\SearchField::__construct PHP Method

__construct() public method

public __construct ( array $countriesInfo )
$countriesInfo array Array of countries data
    public function __construct(array $countriesInfo)
    {
        $this->countriesInfo = $countriesInfo;
    }