SYMBOL INDEX (225 symbols across 41 files) FILE: src/Data/DataBasis.php class DataBasis (line 14) | final class DataBasis { method toNaturalLanguage (line 36) | public static function toNaturalLanguage($identifier) { method toLegalReference (line 62) | public static function toLegalReference($identifier) { FILE: src/Data/DataElement.php class DataElement (line 12) | final class DataElement { method getType (line 26) | public function getType() { method getRequirement (line 35) | public function getRequirement() { method hasMaxRetention (line 44) | public function hasMaxRetention() { method getMaxRetention (line 53) | public function getMaxRetention() { method __construct (line 64) | public function __construct($type, $requirement = null, $maxRetention ... FILE: src/Data/DataGroup.php class DataGroup (line 12) | final class DataGroup { method getTitle (line 34) | public function getTitle() { method hasDescription (line 43) | public function hasDescription() { method getDescription (line 52) | public function getDescription() { method hasBases (line 61) | public function hasBases() { method getBases (line 70) | public function getBases() { method hasSpecialConditions (line 79) | public function hasSpecialConditions() { method getSpecialConditions (line 88) | public function getSpecialConditions() { method hasPurposes (line 97) | public function hasPurposes() { method getPurposes (line 106) | public function getPurposes() { method getRequirement (line 115) | public function getRequirement() { method hasElements (line 124) | public function hasElements() { method getElements (line 133) | public function getElements() { method addElement (line 144) | public function addElement($type, $requirement = null, $maxRetention =... method __construct (line 159) | public function __construct($title, $description = null, array $bases ... FILE: src/Data/DataPurpose.php class DataPurpose (line 14) | final class DataPurpose { method toNaturalLanguage (line 107) | public static function toNaturalLanguage($identifier) { FILE: src/Data/DataRequirement.php class DataRequirement (line 14) | final class DataRequirement { method toBool (line 48) | public static function toBool($identifier) { method toNaturalLanguage (line 68) | public static function toNaturalLanguage($identifier) { FILE: src/Data/DataSpecialCondition.php class DataSpecialCondition (line 14) | final class DataSpecialCondition { method toNaturalLanguage (line 44) | public static function toNaturalLanguage($identifier) { method toLegalReference (line 78) | public static function toLegalReference($identifier) { FILE: src/Data/DataType.php class DataType (line 14) | final class DataType { method toNaturalLanguage (line 514) | public static function toNaturalLanguage($identifier) { FILE: src/HumanPrivacyPolicy.php class HumanPrivacyPolicy (line 32) | abstract class HumanPrivacyPolicy extends PrivacyPolicy { method getShortTitle (line 48) | abstract public function getShortTitle(); method getLongTitle (line 55) | abstract public function getLongTitle(); method toHtml (line 62) | public function toHtml() { method toPlainText (line 71) | public function toPlainText() { method toMarkdown (line 80) | public function toMarkdown() { method translateUnformatted (line 93) | abstract protected function translateUnformatted($text); method formatDate (line 101) | abstract protected function formatDate($unixTimestamp); method formatHours (line 109) | abstract protected function formatHours($n); method formatDays (line 117) | abstract protected function formatDays($n); method formatWeeks (line 125) | abstract protected function formatWeeks($n); method formatMonths (line 133) | abstract protected function formatMonths($n); method formatYears (line 141) | abstract protected function formatYears($n); method toMarkup (line 148) | private function toMarkup() { method lang (line 895) | private function lang($text, ...$arguments) { FILE: src/Language/EnglishPrivacyPolicy.php class EnglishPrivacyPolicy (line 14) | class EnglishPrivacyPolicy extends HumanPrivacyPolicy { method getShortTitle (line 16) | public function getShortTitle() { method getLongTitle (line 20) | public function getLongTitle() { method translateUnformatted (line 24) | protected function translateUnformatted($text) { method formatDate (line 28) | protected function formatDate($unixTimestamp) { method formatHours (line 32) | protected function formatHours($n) { method formatDays (line 36) | protected function formatDays($n) { method formatWeeks (line 40) | protected function formatWeeks($n) { method formatMonths (line 44) | protected function formatMonths($n) { method formatYears (line 48) | protected function formatYears($n) { FILE: src/Language/GermanFormalPrivacyPolicy.php class GermanFormalPrivacyPolicy (line 12) | class GermanFormalPrivacyPolicy extends GermanPrivacyPolicy { method translateUnformatted (line 14) | protected function translateUnformatted($text) { FILE: src/Language/GermanInformalPrivacyPolicy.php class GermanInformalPrivacyPolicy (line 12) | class GermanInformalPrivacyPolicy extends GermanPrivacyPolicy { method translateUnformatted (line 14) | protected function translateUnformatted($text) { FILE: src/Language/GermanPrivacyPolicy.php class GermanPrivacyPolicy (line 15) | abstract class GermanPrivacyPolicy extends HumanPrivacyPolicy { method getShortTitle (line 17) | public function getShortTitle() { method getLongTitle (line 21) | public function getLongTitle() { method translateUnformatted (line 25) | protected function translateUnformatted($text) { method formatDate (line 710) | protected function formatDate($unixTimestamp) { method formatHours (line 714) | protected function formatHours($n) { method formatDays (line 718) | protected function formatDays($n) { method formatWeeks (line 722) | protected function formatWeeks($n) { method formatMonths (line 726) | protected function formatMonths($n) { method formatYears (line 730) | protected function formatYears($n) { FILE: src/Language/JsonPrivacyPolicy.php class JsonPrivacyPolicy (line 18) | final class JsonPrivacyPolicy extends MachinePrivacyPolicy { method toJson (line 35) | public function toJson() { method encodeAsJson (line 248) | private function encodeAsJson(array $data) { FILE: src/MachinePrivacyPolicy.php class MachinePrivacyPolicy (line 12) | abstract class MachinePrivacyPolicy extends PrivacyPolicy { method isMinified (line 22) | public function isMinified() { method setMinified (line 31) | public function setMinified($minified) { method __construct (line 35) | public function __construct() { FILE: src/Markup/AbbreviationMarkup.php class AbbreviationMarkup (line 12) | final class AbbreviationMarkup extends Markup { method __construct (line 23) | public function __construct($abridgement, $expansion = null) { method toHtmlWithIndentation (line 28) | public function toHtmlWithIndentation($indentation) { method toPlainTextWithIndentation (line 50) | public function toPlainTextWithIndentation($indentation) { method toMarkdownWithIndentation (line 64) | public function toMarkdownWithIndentation($indentation) { FILE: src/Markup/ConcatenationMarkup.php class ConcatenationMarkup (line 12) | final class ConcatenationMarkup extends Markup { method __construct (line 20) | public function __construct(...$elements) { method toHtmlWithIndentation (line 24) | public function toHtmlWithIndentation($indentation) { method toPlainTextWithIndentation (line 34) | public function toPlainTextWithIndentation($indentation) { method toMarkdownWithIndentation (line 44) | public function toMarkdownWithIndentation($indentation) { FILE: src/Markup/DefinitionList/DefinitionGroup.php class DefinitionGroup (line 15) | final class DefinitionGroup extends Markup { method addDefinition (line 27) | public function addDefinition($definition) { method addDefinitionInteractively (line 42) | public function addDefinitionInteractively(callable $build) { method toHtmlWithIndentation (line 46) | public function toHtmlWithIndentation($indentation) { method toPlainTextWithIndentation (line 82) | public function toPlainTextWithIndentation($indentation) { method toMarkdownWithIndentation (line 93) | public function toMarkdownWithIndentation($indentation) { method __construct (line 123) | public function __construct($term, callable $init = null) { FILE: src/Markup/DefinitionList/DefinitionList.php class DefinitionList (line 14) | final class DefinitionList extends Markup { method addDefinitionGroup (line 27) | public function addDefinitionGroup($term, callable $init = null) { method toHtmlWithIndentation (line 31) | public function toHtmlWithIndentation($indentation) { method toPlainTextWithIndentation (line 47) | public function toPlainTextWithIndentation($indentation) { method toMarkdownWithIndentation (line 61) | public function toMarkdownWithIndentation($indentation) { method __construct (line 82) | public function __construct(callable $init = null) { FILE: src/Markup/ImageMarkup.php class ImageMarkup (line 12) | final class ImageMarkup extends Markup { method __construct (line 29) | public function __construct($source, $alternativeText = null, $width =... method toHtmlWithIndentation (line 36) | public function toHtmlWithIndentation($indentation) { method toPlainTextWithIndentation (line 67) | public function toPlainTextWithIndentation($indentation) { method toMarkdownWithIndentation (line 81) | public function toMarkdownWithIndentation($indentation) { FILE: src/Markup/LinkMarkup.php class LinkMarkup (line 12) | final class LinkMarkup extends Markup { method __construct (line 26) | public function __construct($target, $label = null, $description = nul... method toHtmlWithIndentation (line 41) | public function toHtmlWithIndentation($indentation) { method toPlainTextWithIndentation (line 69) | public function toPlainTextWithIndentation($indentation) { method toMarkdownWithIndentation (line 91) | public function toMarkdownWithIndentation($indentation) { FILE: src/Markup/Markup.php class Markup (line 12) | abstract class Markup { method toHtml (line 77) | public function toHtml($indentation = null) { method toHtmlWithIndentation (line 89) | abstract public function toHtmlWithIndentation($indentation); method toPlainText (line 97) | public function toPlainText($indentation = null) { method toPlainTextWithIndentation (line 109) | abstract public function toPlainTextWithIndentation($indentation); method toMarkdown (line 117) | public function toMarkdown($indentation = null) { method toMarkdownWithIndentation (line 129) | abstract public function toMarkdownWithIndentation($indentation); method createHtmlIndentation (line 137) | protected static function createHtmlIndentation($indentation) { method createPlainTextIndentation (line 147) | protected static function createPlainTextIndentation($indentation) { method createMarkdownIndentation (line 157) | protected static function createMarkdownIndentation($indentation) { method escapeForHtml (line 167) | protected static function escapeForHtml($text) { FILE: src/Markup/SimpleMarkup.php class SimpleMarkup (line 12) | abstract class SimpleMarkup extends Markup { method toHtmlWithIndentation (line 14) | public function toHtmlWithIndentation($indentation) { method toPlainTextWithIndentation (line 18) | public function toPlainTextWithIndentation($indentation) { method toMarkdownWithIndentation (line 22) | public function toMarkdownWithIndentation($indentation) { method toMarkup (line 33) | abstract protected function toMarkup(); FILE: src/Markup/TextMarkup.php class TextMarkup (line 12) | final class TextMarkup extends Markup { method __construct (line 18) | public function __construct($text) { method toHtmlWithIndentation (line 22) | public function toHtmlWithIndentation($indentation) { method toPlainTextWithIndentation (line 29) | public function toPlainTextWithIndentation($indentation) { method toMarkdownWithIndentation (line 36) | public function toMarkdownWithIndentation($indentation) { method __toString (line 43) | public function __toString() { FILE: src/PrivacyPolicy.php class PrivacyPolicy (line 15) | abstract class PrivacyPolicy { method setPublishedAt (line 103) | public function setPublishedAt($publishedAt) { method setTakesEffectAt (line 112) | public function setTakesEffectAt($takesEffectAt) { method setExpiresAt (line 121) | public function setExpiresAt($expiresAt) { method hasVersionName (line 130) | public function hasVersionName() { method setVersionName (line 139) | public function setVersionName($versionName) { method hasCanonicalUrl (line 148) | public function hasCanonicalUrl() { method setCanonicalUrl (line 157) | public function setCanonicalUrl($canonicalUrl) { method hasScopes (line 166) | public function hasScopes() { method addScope (line 175) | public function addScope(Scope $scope) { method hasDataGroups (line 184) | public function hasDataGroups() { method addDataGroup (line 199) | public function addDataGroup($title, $description = null, array $bases... method isUserDataTraded (line 208) | public function isUserDataTraded() { method setUserDataTraded (line 217) | public function setUserDataTraded($userDataTraded) { method hasDataMinimizationGoal (line 229) | public function hasDataMinimizationGoal() { method setDataMinimizationGoal (line 241) | public function setDataMinimizationGoal($dataMinimizationGoal) { method hasChildrenMinimumAge (line 252) | public function hasChildrenMinimumAge() { method setChildrenMinimumAge (line 263) | public function setChildrenMinimumAge($childrenMinimumAge) { method hasPromotionalEmailOptOut (line 274) | public function hasPromotionalEmailOptOut() { method setPromotionalEmailOptOut (line 285) | public function setPromotionalEmailOptOut($promotionalEmailOptOut) { method hasCookies (line 294) | public function hasCookies() { method hasFirstPartyCookies (line 303) | public function hasFirstPartyCookies() { method setFirstPartyCookies (line 312) | public function setFirstPartyCookies($firstPartyCookies) { method hasThirdPartyCookies (line 321) | public function hasThirdPartyCookies() { method setThirdPartyCookies (line 330) | public function setThirdPartyCookies($thirdPartyCookies) { method isAccountDeletable (line 339) | public function isAccountDeletable() { method setAccountDeletable (line 348) | public function setAccountDeletable($accountDeletable) { method hasPreservationInBackups (line 357) | public function hasPreservationInBackups() { method setPreservationInBackups (line 366) | public function setPreservationInBackups($preservationInBackups) { method hasThirdPartyServiceProviders (line 375) | public function hasThirdPartyServiceProviders() { method setThirdPartyServiceProviders (line 384) | public function setThirdPartyServiceProviders($thirdPartyServiceProvid... method hasInternationalTransfers (line 393) | public function hasInternationalTransfers() { method setInternationalTransfers (line 402) | public function setInternationalTransfers($internationalTransfers) { method hasTransferUponMergerOrAcquisition (line 412) | public function hasTransferUponMergerOrAcquisition() { method setTransferUponMergerOrAcquisition (line 422) | public function setTransferUponMergerOrAcquisition($transferUponMerger... method hasTlsEverywhere (line 431) | public function hasTlsEverywhere() { method setTlsEverywhere (line 440) | public function setTlsEverywhere($tlsEverywhere) { method getCompetentSupervisoryAuthorityName (line 449) | public function getCompetentSupervisoryAuthorityName() { method getCompetentSupervisoryAuthorityUrl (line 458) | public function getCompetentSupervisoryAuthorityUrl() { method setCompetentSupervisoryAuthority (line 468) | public function setCompetentSupervisoryAuthority($name = null, $url = ... method getNotificationPeriod (line 478) | public function getNotificationPeriod() { method setNotificationPeriod (line 487) | public function setNotificationPeriod($notificationPeriod) { method hasRightOfAccess (line 496) | public function hasRightOfAccess() { method setRightOfAccess (line 505) | public function setRightOfAccess($rightOfAccess) { method hasRightToRectification (line 514) | public function hasRightToRectification() { method setRightToRectification (line 523) | public function setRightToRectification($rightToRectification) { method hasRightToErasure (line 532) | public function hasRightToErasure() { method setRightToErasure (line 541) | public function setRightToErasure($rightToErasure) { method hasRightToRestrictProcessing (line 550) | public function hasRightToRestrictProcessing() { method setRightToRestrictProcessing (line 559) | public function setRightToRestrictProcessing($rightToRestrictProcessin... method hasRightToDataPortability (line 568) | public function hasRightToDataPortability() { method setRightToDataPortability (line 577) | public function setRightToDataPortability($rightToDataPortability) { method hasRightToObject (line 586) | public function hasRightToObject() { method setRightToObject (line 595) | public function setRightToObject($rightToObject) { method hasRightsRelatedToAutomatedDecisions (line 604) | public function hasRightsRelatedToAutomatedDecisions() { method setRightsRelatedToAutomatedDecisions (line 613) | public function setRightsRelatedToAutomatedDecisions($rightsRelatedToA... method hasContactInformation (line 622) | public function hasContactInformation() { method hasContactEmail (line 631) | public function hasContactEmail() { method setContactEmail (line 640) | public function setContactEmail($contactEmail) { method hasContactUrl (line 649) | public function hasContactUrl() { method setContactUrl (line 658) | public function setContactUrl($contactUrl) { method hasContactImage (line 667) | public function hasContactImage() { method setContactImage (line 679) | public function setContactImage($source, $alternativeText = null, $wid... method __construct (line 688) | public function __construct() { FILE: src/Scope/AndroidAppScope.php class AndroidAppScope (line 12) | abstract class AndroidAppScope extends MobileAppScope {} FILE: src/Scope/AppStoreIosAppScope.php class AppStoreIosAppScope (line 14) | final class AppStoreIosAppScope extends IosAppScope { method getTrackId (line 35) | public function getTrackId() { method __construct (line 43) | public function __construct($trackId, $name) { method toMarkup (line 48) | protected function toMarkup() { FILE: src/Scope/IosAppScope.php class IosAppScope (line 12) | abstract class IosAppScope extends MobileAppScope {} FILE: src/Scope/MobileAppScope.php class MobileAppScope (line 12) | abstract class MobileAppScope extends Scope {} FILE: src/Scope/PlayStoreAndroidAppScope.php class PlayStoreAndroidAppScope (line 14) | final class PlayStoreAndroidAppScope extends AndroidAppScope { method getPackageName (line 35) | public function getPackageName() { method __construct (line 43) | public function __construct($packageName, $name) { method toMarkup (line 48) | protected function toMarkup() { FILE: src/Scope/Scope.php class Scope (line 14) | abstract class Scope extends SimpleMarkup {} FILE: src/Scope/WebsiteScope.php class WebsiteScope (line 14) | final class WebsiteScope extends Scope { method getUrl (line 26) | public function getUrl() { method __construct (line 34) | public function __construct($url, $name) { method toMarkup (line 39) | protected function toMarkup() { FILE: src/Throwable/Error.php class Error (line 12) | abstract class Error extends \Exception {} FILE: src/Throwable/Exception.php class Exception (line 12) | abstract class Exception extends \Exception {} FILE: src/Throwable/InvalidFormatArgumentsError.php class InvalidFormatArgumentsError (line 12) | class InvalidFormatArgumentsError extends Error {} FILE: src/Throwable/TranslationNotFoundError.php class TranslationNotFoundError (line 12) | class TranslationNotFoundError extends Error {} FILE: src/Throwable/UnexpectedDataBasisError.php class UnexpectedDataBasisError (line 12) | class UnexpectedDataBasisError extends Error {} FILE: src/Throwable/UnexpectedDataPurposeError.php class UnexpectedDataPurposeError (line 12) | class UnexpectedDataPurposeError extends Error {} FILE: src/Throwable/UnexpectedDataRequirementError.php class UnexpectedDataRequirementError (line 12) | class UnexpectedDataRequirementError extends Error {} FILE: src/Throwable/UnexpectedDataSpecialConditionError.php class UnexpectedDataSpecialConditionError (line 12) | class UnexpectedDataSpecialConditionError extends Error {} FILE: src/Throwable/UnexpectedDataTypeError.php class UnexpectedDataTypeError (line 12) | class UnexpectedDataTypeError extends Error {} FILE: src/Throwable/UnexpectedScopeError.php class UnexpectedScopeError (line 12) | class UnexpectedScopeError extends Error {}