DateRecurDefaultRRuleInterface.php in Recurring Dates Field 8
Namespace
Drupal\date_recurFile
src/DateRecurDefaultRRuleInterface.phpView source
<?php
namespace Drupal\date_recur;
use RRule\RRuleInterface;
interface DateRecurDefaultRRuleInterface extends RRuleInterface {
public function humanReadable();
public function setTimezoneOffset($offset);
public function getStartDate();
}
Interfaces
Name | Description |
---|---|
DateRecurDefaultRRuleInterface |