uawdijnntqw1x1x1
IP : 216.73.216.14
Hostname : toronto-dev2
Kernel : Linux toronto-dev2 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
srv
/
users
/
craft4
/
apps
/
craft4-newsite-space
/
vendor
/
craftcms
/
commerce
/
src
/
base
/
.
/
ZoneInterface.php
/
/
<?php namespace craft\commerce\base; use craft\base\conditions\ConditionInterface; use craft\commerce\elements\conditions\addresses\ZoneAddressCondition; /** * @property string $cpEditUrl * @property ConditionInterface|string $condition */ interface ZoneInterface { /** * @return string */ public function getCpEditUrl(): string; /** * get the zone condition on the zone. */ public function getCondition(): ZoneAddressCondition; /** * Set the zone condition on the zone. * * @param ZoneAddressCondition|string|array|null $condition * @return void */ public function setCondition(ZoneAddressCondition|string|array|null $condition): void; }
/srv/users/craft4/apps/craft4-newsite-space/vendor/craftcms/commerce/src/base/./ZoneInterface.php