MenaraSolutions\Geographer\Divisible::__construct PHP Method

__construct() public method

Country constructor.
public __construct ( array $meta = [], string $parentCode = null, MenaraSolutions\Geographer\Contracts\ManagerInterface $manager = null )
$meta array
$parentCode string
$manager MenaraSolutions\Geographer\Contracts\ManagerInterface
    public function __construct(array $meta = [], $parentCode = null, ManagerInterface $manager = null)
    {
        $this->meta = $meta;
        $this->parentCode = $parentCode;
        $this->manager = $manager ?: new DefaultManager();
    }