- Global Application::getSubmissionDAO ()
- Just get the DAO directly.
- Global Context::getLocalizedSetting ($name, $locale=null)
- Most settings should be available from self::getData(). In other cases, use the context settings DAO directly.
- Global Context::getSetting ($name, $locale=null)
- Most settings should be available from self::getData(). In other cases, use the context settings DAO directly.
- Global CountryDAO::getCountries ()
- Use \Sokil\IsoCodes directly.
- Global CountryDAO::getCountry ($code)
- Use \Sokil\IsoCodes directly.
- Class Currency
- Use \Sokil\IsoCodes directly.
- Global Currency::format ($amount)
- Use \Sokil\IsoCodes directly.
- Global Currency::getCodeAlpha ()
- Use \Sokil\IsoCodes directly.
- Global Currency::getCodeNumeric ()
- Use \Sokil\IsoCodes directly.
- Global Currency::getName ()
- Use \Sokil\IsoCodes directly.
- Global Currency::setCodeAlpha ($codeAlpha)
- Use \Sokil\IsoCodes directly.
- Global Currency::setCodeNumeric ($codeNumeric)
- Use \Sokil\IsoCodes directly.
- Global Currency::setName ($name)
- Use \Sokil\IsoCodes directly.
- Class CurrencyDAO
- Use \Sokil\IsoCodes directly.
- Global CurrencyDAO::_fromIsoCodeFactoryObject ($currency)
-
- Global CurrencyDAO::getCurrencies ()
- Use \Sokil\IsoCodes directly.
- Global CurrencyDAO::getCurrencyByAlphaCode ($codeAlpha)
- Use \Sokil\IsoCodes directly.
- Global EmailTemplate::getAssocId ()
- 3.2
- Global EmailTemplate::getBody ()
- 3.2
- Global EmailTemplate::getCanDisable ()
- 3.2
- Global EmailTemplate::getEmailId ()
- 3.2
- Global EmailTemplate::getEmailKey ()
- 3.2
- Global EmailTemplate::getEnabled ()
- 3.2
- Global EmailTemplate::getFromRoleId ()
- 3.2
- Global EmailTemplate::getSubject ()
- 3.2
- Global EmailTemplate::getToRoleId ()
- 3.2
- Global EmailTemplate::isCustomTemplate ()
- 3.2
- Global EmailTemplate::setAssocId ($assocId)
- 3.2
- Global EmailTemplate::setBody ($body)
- 3.2
- Global EmailTemplate::setCanDisable ($canDisable)
- 3.2
- Global EmailTemplate::setEmailId ($emailId)
- 3.2
- Global EmailTemplate::setEmailKey ($key)
- 3.2
- Global EmailTemplate::setEnabled ($enabled)
- 3.2
- Global EmailTemplate::setFromRoleId ($fromRoleId)
- 3.2
- Global EmailTemplate::setSubject ($subject)
- 3.2
- Global EmailTemplate::setToRoleId ($toRoleId)
- 3.2
- Global EmailTemplateDAO::installEmailTemplateData ($templateDataFile, $locale, $returnSql=false, $emailKey=null)
- Since OJS/OMP 3.2, this data should be supplied via the non-localized email template list and PO files. (pkp/pkp-lib#5461)
- Global Guzzle\Cache\CacheAdapterFactory::factory ($config=array())
- This will be removed in a future version @codeCoverageIgnore
- Class Guzzle\Cache\Zf1CacheAdapter
- @codeCoverageIgnore
- Global Guzzle\Common\Collection::inject ($input)
-
- Global Guzzle\Http\Client::getDefaultHeaders ()
-
- Global Guzzle\Http\Client::preparePharCacert ($md5Check=true)
-
- Global Guzzle\Http\Client::REQUEST_PARAMS
- Use [request.options][params]
- Global Guzzle\Http\Client::setDefaultHeaders ($headers)
-
- Global Guzzle\Http\EntityBody::calculateMd5 (EntityBodyInterface $body, $rawOutput=false, $base64Encode=false)
- This will be deprecated soon @codeCoverageIgnore
- Global Guzzle\Http\Message\AbstractMessage::addCacheControlDirective ($directive, $value=true)
- @codeCoverageIgnore
- Global Guzzle\Http\Message\AbstractMessage::getCacheControlDirective ($directive)
- @codeCoverageIgnore
- Global Guzzle\Http\Message\AbstractMessage::getTokenizedHeader ($header, $token=';')
- Use $message->getHeader()->parseParams() @codeCoverageIgnore
- Global Guzzle\Http\Message\AbstractMessage::hasCacheControlDirective ($directive)
- @codeCoverageIgnore
- Global Guzzle\Http\Message\AbstractMessage::removeCacheControlDirective ($directive)
- @codeCoverageIgnore
- Global Guzzle\Http\Message\AbstractMessage::setTokenizedHeader ($header, $data, $token=';')
- @codeCoverageIgnore
- Global Guzzle\Http\Message\Header::hasExactHeader ($header)
- @codeCoverageIgnore
- Global Guzzle\Http\Message\Header::raw ()
- @codeCoverageIgnore
- Global Guzzle\Http\Message\PostFile::getCurlString ()
- @codeCoverageIgnore
- Global Guzzle\Http\Message\Request::canCache ()
- Use Guzzle\Plugin\Cache\DefaultCanCacheStrategy @codeCoverageIgnore
- Global Guzzle\Http\Message\Request::isRedirect ()
- Use the history plugin @codeCoverageIgnore
- Global Guzzle\Http\Message\Request::isResponseBodyRepeatable ()
- Use getResponseBody()->isSeekable() @codeCoverageIgnore
- Global Guzzle\Http\Message\Request::setIsRedirect ($isRedirect)
- Use the history plugin (not emitting a warning as this is built-into the RedirectPlugin for now) @codeCoverageIgnore
- Global Guzzle\Http\Message\Response::getPreviousResponse ()
- @codeCoverageIgnore
- Global Guzzle\Http\Message\Response::getRequest ()
- @codeCoverageIgnore
- Global Guzzle\Http\Message\Response::setRequest ($request)
- @codeCoverageIgnore
- Class Guzzle\Log\MonologLogAdapter
- @codeCoverageIgnore
- Class Guzzle\Log\Zf1LogAdapter
- @codeCoverageIgnore
- Class Guzzle\Parser\Url\UrlParser
- Just use parse_url. UTF-8 characters should be percent encoded anyways. @codeCoverageIgnore
- Class Guzzle\Plugin\Cache\CacheKeyProviderInterface
- This is no longer used @codeCoverageIgnore
- Class Guzzle\Plugin\Cache\DefaultCacheKeyProvider
- This class is no longer used @codeCoverageIgnore
- Class Guzzle\Plugin\CurlAuth\CurlAuthPlugin
- Use $client->getConfig()->setPath('request.options/auth', array('user', 'pass', 'Basic|Digest');
- Global Guzzle\Service\Client::enableMagicMethods ($isEnabled)
- @codeCoverageIgnore
- Class Guzzle\Service\Resource\ResourceIteratorApplyBatched
- Will be removed in a future version and is no longer maintained. Use the Batch\ abstractions instead. @codeCoverageIgnore
- Global GuzzleHttp\ClientInterface::VERSION
- Will be removed in Guzzle 7.0.0
- Global GuzzleHttp\Cookie\CookieJar::getCookieValue ($value)
-
- Global GuzzleHttp\Psr7\Uri::removeDotSegments ($path)
- since version 1.4. Use UriResolver::removeDotSegments instead.
- Global GuzzleHttp\Psr7\Uri::resolve (UriInterface $base, $rel)
- since version 1.4. Use UriResolver::resolve instead.
- Class Http\Discovery\MessageFactoryDiscovery
- This will be removed in 2.0. Consider using Psr17FactoryDiscovery.
- Class Http\Discovery\NotFoundException
- since since version 1.0, and will be removed in 2.0. Use \Http\Discovery\Exception\NotFoundException instead.
- Class Http\Discovery\StreamFactoryDiscovery
- This will be removed in 2.0. Consider using Psr17FactoryDiscovery.
- Class Http\Discovery\UriFactoryDiscovery
- This will be removed in 2.0. Consider using Psr17FactoryDiscovery.
- Class Http\Message\Authentication\Matching
- since since version 1.2, and will be removed in 2.0. Use RequestConditional instead.
- Global Http\Message\Encoding\FilteredStream::$readFilter
- since version 1.5, will be removed in 2.0
- Global Http\Message\Encoding\FilteredStream::$writeFilter
- since version 1.5, will be removed in 2.0
- Global Http\Message\Encoding\FilteredStream::$writeFilterCallback
- since version 1.5, will be removed in 2.0
- Global Http\Message\Encoding\FilteredStream::getReadFilter ()
- since version 1.5, will be removed in 2.0
- Global Http\Message\Encoding\FilteredStream::getWriteFilter ()
- since version 1.5, will be removed in 2.0
- Class Http\Message\RequestMatcher\RegexRequestMatcher
- since version 1.2 and will be removed in 2.0. Use RequestMatcher instead.
- Namespace i18n
- Use \Sokil\IsoCodes directly.
- Global IssueDAO::_returnIssueFromRow ($row)
- 2018-01-05
- Class JournalSettingsDAO
- To be removed after last use case in Upgrade.inc.php is removed!
- Class Language
- Use \Sokil\IsoCodes directly.
- Global Language::getCode ()
- Use \Sokil\IsoCodes directly.
- Global Language::getName ()
- Use \Sokil\IsoCodes directly.
- Global Language::setCode ($code)
- Use \Sokil\IsoCodes directly.
- Global Language::setName ($name)
- Use \Sokil\IsoCodes directly.
- Class LanguageDAO
- Use \Sokil\IsoCodes directly.
- Global PKPApplication::getApplication ()
- Use PKPApplication::get() instead.
- Global PKPSubmission::getAbstract ($locale)
- 3.2.0.0
- Global PKPSubmission::getAuthorEmails ()
- 3.2.0.0
- Global PKPSubmission::getAuthors ($onlyIncludeInBrowse=false)
- 3.2.0.0
- Global PKPSubmission::getAuthorString ($preferred=true, $familyOnly=false)
- 3.2.0.0
- Global PKPSubmission::getBestId ()
- 3.2.0.0
- Global PKPSubmission::getCitations ()
- 3.2.0.0
- Global PKPSubmission::getContextId ()
- 3.2.0.0
- Global PKPSubmission::getCopyrightHolder ($locale)
- 3.2.0.0
- Global PKPSubmission::getCopyrightNotice ($locale)
- 3.2.0.0
- Global PKPSubmission::getCopyrightYear ()
- 3.2.0.0
- Global PKPSubmission::getCoverage ($locale)
- 3.2.0.0
- Global PKPSubmission::getDatePublished ()
- 3.2.0.0
- Global PKPSubmission::getDateStatusModified ()
- 3.2.0.0
- Global PKPSubmission::getDateSubmitted ()
- 3.2.0.0
- Global PKPSubmission::getDiscipline ($locale)
- 3.2.0.0
- Global PKPSubmission::getEndingPage ()
- 3.2.0.0
- Global PKPSubmission::getFullTitle ($locale)
- 3.2.0.0
- Global PKPSubmission::getLanguage ()
- 3.2.0.0
- Global PKPSubmission::getLastModified ()
- 3.2.0.0
- Global PKPSubmission::getLicenseURL ()
- 3.2.0.0
- Global PKPSubmission::getLocale ()
- 3.2.0.0
- Global PKPSubmission::getLocalizedAbstract ()
- 3.2.0.0
- Global PKPSubmission::getLocalizedCopyrightHolder ($preferredLocale=null)
- 3.2.0.0
- Global PKPSubmission::getLocalizedCoverage ()
- 3.2.0.0
- Global PKPSubmission::getLocalizedData ($key, $preferredLocale=null)
- 3.2.0.0
- Global PKPSubmission::getLocalizedDiscipline ()
- 3.2.0.0
- Global PKPSubmission::getLocalizedFullTitle ()
- 3.2.0.0
- Global PKPSubmission::getLocalizedPrefix ()
- 3.2.0.0
- Global PKPSubmission::getLocalizedSponsor ()
- 3.2.0.0
- Global PKPSubmission::getLocalizedSubject ()
- 3.2.0.0
- Global PKPSubmission::getLocalizedSubtitle ()
- 3.2.0.0
- Global PKPSubmission::getLocalizedTitle ($preferredLocale=null, $includePrefix=true)
- 3.2.0.0
- Global PKPSubmission::getLocalizedType ()
- 3.2.0.0
- Global PKPSubmission::getPageArray ()
- 3.2.0.0
- Global PKPSubmission::getPages ()
- 3.2.0.0
- Global PKPSubmission::getPrefix ($locale)
- 3.2.0.0
- Global PKPSubmission::getPrimaryAuthor ()
- 3.2.0.0
- Global PKPSubmission::getRights ($locale)
- 3.2.0.0
- Global PKPSubmission::getShortAuthorString ()
- 3.2.0.0
- Global PKPSubmission::getSource ($locale)
- 3.2.0.0
- Global PKPSubmission::getSponsor ($locale)
- 3.2.0.0
- Global PKPSubmission::getStageId ()
- 3.2.0.0
- Global PKPSubmission::getStartingPage ()
- 3.2.0.0
- Global PKPSubmission::getStatus ()
- 3.2.0.0
- Global PKPSubmission::getStoredPubId ($pubIdType)
- 3.2.0.0
- Global PKPSubmission::getSubject ($locale)
- 3.2.0.0
- Global PKPSubmission::getSubmissionProgress ()
- 3.2.0.0
- Global PKPSubmission::getSubtitle ($locale)
- 3.2.0.0
- Global PKPSubmission::getTitle ($locale, $includePrefix=true)
- 3.2.0.0
- Global PKPSubmission::getType ($locale)
- 3.2.0.0
- Global PKPSubmission::isCCLicense ()
- 3.2.0.0
- Global PKPSubmission::setAbstract ($abstract, $locale)
- 3.2.0.0
- Global PKPSubmission::setCitations ($citations)
- 3.2.0.0
- Global PKPSubmission::setContextId ($contextId)
- 3.2.0.0
- Global PKPSubmission::setCopyrightHolder ($copyrightHolder, $locale)
- 3.2.0.0
- Global PKPSubmission::setCopyrightNotice ($copyrightNotice, $locale)
- 3.2.0.0
- Global PKPSubmission::setCopyrightYear ($copyrightYear)
- 3.2.0.0
- Global PKPSubmission::setCoverage ($coverage, $locale)
- 3.2.0.0
- Global PKPSubmission::setDatePublished ($datePublished)
- 3.2.0.0
- Global PKPSubmission::setDateStatusModified ($dateModified)
- 3.2.0.0
- Global PKPSubmission::setDateSubmitted ($dateSubmitted)
- 3.2.0.0
- Global PKPSubmission::setDiscipline ($discipline, $locale)
- 3.2.0.0
- Global PKPSubmission::setHideAuthor ($hideAuthor)
- 3.2.0.0
- Global PKPSubmission::setLanguage ($language)
- 3.2.0.0
- Global PKPSubmission::setLastModified ($dateModified)
- 3.2.0.0
- Global PKPSubmission::setLicenseURL ($licenseURL)
- 3.2.0.0
- Global PKPSubmission::setLocale ($locale)
- 3.2.0.0
- Global PKPSubmission::setPages ($pages)
- 3.2.0.0
- Global PKPSubmission::setPrefix ($prefix, $locale)
- 3.2.0.0
- Global PKPSubmission::setRights ($rights, $locale)
- 3.2.0.0
- Global PKPSubmission::setSource ($source, $locale)
- 3.2.0.0
- Global PKPSubmission::setSponsor ($sponsor, $locale)
- 3.2.0.0
- Global PKPSubmission::setStageId ($stageId)
- 3.2.0.0
- Global PKPSubmission::setStatus ($status)
- 3.2.0.0
- Global PKPSubmission::setStoredPubId ($pubIdType, $pubId)
- 3.2.0.0
- Global PKPSubmission::setSubject ($subject, $locale)
- 3.2.0.0
- Global PKPSubmission::setSubmissionProgress ($submissionProgress)
- 3.2.0.0
- Global PKPSubmission::setSubtitle ($subtitle, $locale)
- 3.2.0.0
- Global PKPSubmission::setTitle ($title, $locale)
- 3.2.0.0
- Global PKPSubmission::setType ($type, $locale)
- 3.2.0.0
- Global PKPSubmission::stampStatusModified ()
- 3.2.0.0
- Global Plugin::getInstallDataFile ()
- Use getInstallMigration instead.
- Global Plugin::getInstallEmailTemplateDataFile ()
- Starting with OJS/OMP 3.2, localized content should be specified via getInstallEmailTemplatesFile(). (pkp/pkp-lib#5461)
- Global Plugin::getInstallSchemaFile ()
- See Plugin::getInstallMigration
- Global Plugin::installEmailTemplateData ($hookName, $args)
- Email template data should be installed via installEmailTemplates (pkp/pkp-lib#5461)
- Global Representation::getRemoteURL ()
- 3.2.0.0
- Global Representation::setRemoteURL ($remoteURL)
- 3.2.0.0
- Global Submission::getBestArticleId ()
- 3.2.0.0
- Global Submission::getCoverImage ($locale)
- 3.2.0.0
- Global Submission::getCoverImageAltText ($locale)
- 3.2.0.0
- Global Submission::getGalleys ()
- 3.2.0.0
- Global Submission::getHideAuthor ()
- 3.2.0.0
- Global Submission::getJournalId ()
- 3.2.0.0
- Global Submission::getLocalizedCoverImage ()
- 3.2.0.0
- Global Submission::getLocalizedCoverImageAltText ()
- 3.2.0.0
- Global Submission::getLocalizedCoverImageUrl ()
- 3.2.0.0
- Global Submission::getLocalizedGalleys ()
- 3.2.0.0
- Global Submission::setJournalId ($journalId)
- 3.2.0.0
- Global Symfony\Component\EventDispatcher\Event::getDispatcher ()
since version 2.4, to be removed in 3.0. The event dispatcher is passed to the listener call.
since version 2.4, to be removed in 3.0. The event dispatcher is passed to the listener call.
- Global Symfony\Component\EventDispatcher\Event::getName ()
since version 2.4, to be removed in 3.0. The event name is passed to the listener call.
since version 2.4, to be removed in 3.0. The event name is passed to the listener call.
- Global Symfony\Component\EventDispatcher\Event::setDispatcher (EventDispatcherInterface $dispatcher)
since version 2.4, to be removed in 3.0. The event dispatcher is passed to the listener call.
since version 2.4, to be removed in 3.0. The event dispatcher is passed to the listener call.
- Global Symfony\Component\EventDispatcher\Event::setName ($name)
since version 2.4, to be removed in 3.0. The event name is passed to the listener call.
since version 2.4, to be removed in 3.0. The event name is passed to the listener call.
- Class Symfony\Component\HttpFoundation\ApacheRequest
- since Symfony 4.4. Use the Request class instead.
- Class Symfony\Component\HttpFoundation\File\MimeType\ExtensionGuesser
- since Symfony 4.3, use MimeTypes instead
- Class Symfony\Component\HttpFoundation\File\MimeType\ExtensionGuesserInterface
- since Symfony 4.3, use MimeTypesInterface instead
- Class Symfony\Component\HttpFoundation\File\MimeType\FileBinaryMimeTypeGuesser
- since Symfony 4.3, use NewFileBinaryMimeTypeGuesser instead
- Class Symfony\Component\HttpFoundation\File\MimeType\FileinfoMimeTypeGuesser
- since Symfony 4.3, use NewFileinfoMimeTypeGuesser instead
- Class Symfony\Component\HttpFoundation\File\MimeType\MimeTypeExtensionGuesser
- since Symfony 4.3, use MimeTypes instead
- Class Symfony\Component\HttpFoundation\File\MimeType\MimeTypeGuesserInterface
- since Symfony 4.3, use MimeTypesInterface instead
- Global Symfony\Component\HttpFoundation\File\UploadedFile::getClientSize ()
- since Symfony 4.1, use getSize() instead.
- Global Symfony\Component\HttpFoundation\Request::$trustedHeaders
- since version 3.3, to be removed in 4.0
- Global Symfony\Component\HttpFoundation\Request::getTrustedHeaderName ($key)
- since version 3.3, to be removed in 4.0. Use the Request::getTrustedHeaderSet() method instead.
- Global Symfony\Component\HttpFoundation\Request::HEADER_CLIENT_HOST
- since version 3.3, to be removed in 4.0
- Global Symfony\Component\HttpFoundation\Request::HEADER_CLIENT_IP
- since version 3.3, to be removed in 4.0
- Global Symfony\Component\HttpFoundation\Request::HEADER_CLIENT_PORT
- since version 3.3, to be removed in 4.0
- Global Symfony\Component\HttpFoundation\Request::HEADER_CLIENT_PROTO
- since version 3.3, to be removed in 4.0
- Global Symfony\Component\HttpFoundation\Request::setTrustedHeaderName ($key, $value)
- since version 3.3, to be removed in 4.0. Use the $trustedHeaderSet argument of the Request::setTrustedProxies() method instead.
- Global Symfony\Component\HttpFoundation\Response::HTTP_RESERVED_FOR_WEBDAV_ADVANCED_COLLECTIONS_EXPIRED_PROPOSAL
-
- Global ThemePlugin::modifyOptionsConfig ($name, $args=array())
- Unnecessary since 3.2 because options are stored as objects, so changes can be made directly (via reference) and args don't need to be manually merged
- Global XMLParserHandler::destroy ()
-