Interface luya\web\jsonld\LocalBusinessInterface
Local Business Interface
Public Methods
Method | Description | Defined By |
---|---|---|
getCurrenciesAccepted() | Get accepted currencies | luya\web\jsonld\LocalBusinessInterface |
getOpeningHours() | Get opening hours | luya\web\jsonld\LocalBusinessInterface |
getPaymentAccepted() | Get payment Accepted | luya\web\jsonld\LocalBusinessInterface |
getPriceRange() | Get price range | luya\web\jsonld\LocalBusinessInterface |
setCurrenciesAccepted() | Set accepted currencies | luya\web\jsonld\LocalBusinessInterface |
setOpeningHours() | Set Opening Hours | luya\web\jsonld\LocalBusinessInterface |
setPaymentAccepted() | Set Payment Accepted | luya\web\jsonld\LocalBusinessInterface |
setPriceRange() | Set Price range | luya\web\jsonld\LocalBusinessInterface |
Method Details
Get accepted currencies
public abstract string getCurrenciesAccepted ( ) |
public function getCurrenciesAccepted();
Get payment Accepted
public abstract string getPaymentAccepted ( ) |
public function getPaymentAccepted();
Set accepted currencies
public abstract static setCurrenciesAccepted ( luya\web\jsonld\CurrencyValue $currency ) | ||
$currency | luya\web\jsonld\CurrencyValue |
public function setCurrenciesAccepted(CurrencyValue $currency);
Set Opening Hours
public abstract static setOpeningHours ( luya\web\jsonld\OpeningHoursValue $openingHours ) | ||
$openingHours | luya\web\jsonld\OpeningHoursValue |
public function setOpeningHours(OpeningHoursValue $openingHours);
Set Payment Accepted
public abstract static setPaymentAccepted ( $payment ) | ||
$payment | string |
public function setPaymentAccepted($payment);
Set Price range
public abstract static setPriceRange ( $priceRange ) | ||
$priceRange | string |
public function setPriceRange($priceRange);