Actions

Translations

Plugins - advanced/80/ko: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

11 July 2024

  • curprev 10:1510:15, 11 July 2024Modernity4r talk contribs 263 bytes +263 Created page with "<syntaxhighlight lang="php"> $service = \Yii::app()->versionFetcherServiceLocator $service->addVersionFetcherType( 'myNewVersionFetcherType', function (\SimpleXMLElement $updaterXml) { return new MyNewVersionFetcher($updaterXml); } ); </syntaxhighlight>"