| ►CSymfony\Component\Mime\Part\AbstractPart | |
| ►CSymfony\Component\Mime\Part\AbstractMultipartPart | |
| CSymfony\Component\Mime\Part\Multipart\AlternativePart | |
| CSymfony\Component\Mime\Part\Multipart\DigestPart | |
| CSymfony\Component\Mime\Part\Multipart\FormDataPart | |
| CSymfony\Component\Mime\Part\Multipart\MixedPart | |
| CSymfony\Component\Mime\Part\Multipart\RelatedPart | |
| CSymfony\Component\Mime\Part\SMimePart | |
| ►CSymfony\Component\Mime\Part\TextPart | |
| ►CSymfony\Component\Mime\Part\DataPart | |
| CSymfony\Component\Mime\Part\MessagePart | |
| ►CSymfony\Component\HttpFoundation\Session\Storage\Proxy\AbstractProxy | |
| CSymfony\Component\HttpFoundation\Session\Storage\Proxy\NativeProxy | |
| CSymfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy | |
| CSymfony\Component\HttpFoundation\Tests\Session\Storage\Proxy\ConcreteProxy | |
| CSymfony\Component\HttpFoundation\Tests\Session\Storage\Proxy\ConcreteSessionHandlerInterfaceProxy | |
| ►CAbstractSubject | |
| CGuzzle\Tests\Mock\MockSubject | |
| CSymfony\Component\HttpFoundation\AcceptHeader | |
| CSymfony\Component\HttpFoundation\AcceptHeaderItem | |
| CAccessKeyManager | Class defining operations for AccessKey management |
| CAddEntryForm | A form to find and add submissions to the catalog |
| CSymfony\Component\Mime\Address | |
| ►CSymfony\Component\Mime\Encoder\AddressEncoderInterface | |
| CSymfony\Component\Mime\Encoder\IdnAddressEncoder | |
| Capc_false | |
| CApiAuthorizationMiddleware | Slim middleware which enforces authorization policies |
| CApiCsrfMiddleware | Slim middleware which requires a CSRF token for POST, PUT and DELETE operations whenever an API Token is not in use |
| CApiTokenDecodingMiddleware | Slim middleware which decodes and validates JSON Web Tokens |
| CAppearanceAdvancedForm | A preset form for general website appearance setup, such as uploading a logo |
| CAppearanceSetupForm | A preset form for general website appearance setup, such as uploading a logo |
| ►CAppendIterator | |
| CGuzzle\Iterator\AppendIterator | |
| ►CArrayAccess | |
| ►CGuzzle\Common\Collection | |
| CGuzzle\Http\QueryString | |
| ►CGuzzle\Service\Command\AbstractCommand | |
| CGuzzle\Service\Command\ClosureCommand | |
| CGuzzle\Service\Command\OperationCommand | |
| ►CGuzzle\Tests\Service\Mock\Command\MockCommand | |
| CGuzzle\Tests\Service\Mock\Command\IterableCommand | |
| CGuzzle\Tests\Service\Mock\Command\OtherCommand | |
| CGuzzle\Tests\Service\Mock\Command\Sub\Sub | |
| CGuzzle\Service\Resource\Model | |
| ►CGuzzle\Common\Event | |
| CGuzzle\Service\Command\CreateResponseClassEvent | |
| CGuzzle\Http\Message\Header\HeaderCollection | |
| CGuzzle\Service\Builder\ServiceBuilder | |
| ►CGuzzle\Service\Command\CommandInterface | |
| CGuzzle\Service\Command\AbstractCommand | |
| CPhpXmlRpc\Value | |
| CSymfony\Component\EventDispatcher\GenericEvent | |
| CAudienceForm | A preset form for entering a submission's audience details |
| ►CHttp\Message\Authentication | |
| CHttp\Message\Authentication\AutoBasicAuth | |
| CHttp\Message\Authentication\BasicAuth | |
| CHttp\Message\Authentication\Bearer | |
| CHttp\Message\Authentication\Chain | |
| CHttp\Message\Authentication\Matching | |
| CHttp\Message\Authentication\QueryParam | |
| CHttp\Message\Authentication\RequestConditional | |
| CHttp\Message\Authentication\Wsse | |
| CAuthorizationDecisionManager | A class that can take a list of authorization policies, apply them to the current authorization request context and return an authorization decision |
| ►CAuthorizationPolicy | Class to represent an authorization policy |
| CContextRequiredPolicy | Policy to deny access if a context cannot be found in the request |
| ►CDataObjectRequiredPolicy | Abstract base class for policies that check for a data object from a parameter |
| COmpPublishedSubmissionRequiredPolicy | Policy that ensures that the request contains a valid published submission |
| CPublicationRequiredPolicy | Policy that ensures that the request contains a valid publication id |
| CQueryRequiredPolicy | Policy that ensures that the request contains a valid query |
| CRepresentationRequiredPolicy | Policy that ensures that the request contains a valid representation |
| CReviewAssignmentRequiredPolicy | Policy that ensures that the request contains a valid review assignment |
| CReviewRoundRequiredPolicy | Policy that ensures that the request contains a valid review round |
| CSubmissionRequiredPolicy | Policy that ensures that the request contains a valid submission |
| ►CHandlerOperationPolicy | Abstract base class that provides infrastructure to control access to handler operations |
| CPKPPublicAccessPolicy | Class to control access to handler operations based on an operation whitelist |
| ►CRoleBasedHandlerOperationPolicy | Class to control access to handler operations via role based access control |
| CAssignedStageRoleHandlerOperationPolicy | Class to control access to handler operations based on assigned role(s) in a submission's workflow stage |
| CHttpsPolicy | Class to control access to handler operations based on protocol |
| CManagerRequiredPolicy | Class to prevent access unless a manager is assigned to the stage |
| CPluginLevelRequiredPolicy | Class to test the plugin level |
| CPluginRequiredPolicy | Class to make sure we have a valid plugin in request |
| CPublicationIsSubmissionPolicy | Policy to ensure the authorized publication is related to the authorized submission |
| CQueryAssignedToUserAccessPolicy | Class to control access to a query that is assigned to the current user |
| CRestrictedSiteAccessPolicy | Policy enforcing restricted site access when the context contains such a setting |
| CReviewAssignmentAccessPolicy | Class to control access to a submission based on whether the user is an assigned reviewer |
| CStageRolePolicy | Class to check if the user has an assigned role on a specific submission stage. Optionally deny authorization if that stage assignment is a "recommend only" assignment |
| CSubmissionAuthorPolicy | Class to control access to a submission based on authorship |
| ►CSubmissionFileBaseAccessPolicy | Abstract class for submission file access policies |
| CSubmissionFileAssignedQueryAccessPolicy | Submission file policy to check if the current user is a participant in a query the file belongs to |
| CSubmissionFileAssignedReviewerAccessPolicy | Submission file policy to check if the current user is an assigned reviewer of the file |
| CSubmissionFileAuthorEditorPolicy | Submission file policy to ensure that an editor is denied access to blind review files when they are also assigned to the submission as an author |
| CSubmissionFileMatchesSubmissionPolicy | Submission file policy to check if the file belongs to the submission |
| CSubmissionFileNotQueryAccessPolicy | Submission file policy to check if the requested file is not attached to a query. This returns AUTHORIZATION_PERMIT for any file that is not attached to a query note |
| CSubmissionFileRequestedRevisionRequiredPolicy | Base Submission file policy to ensure we have a viewable file that is part of a review round with the requested revision decision |
| CSubmissionFileStageRequiredPolicy | Submission file policy to ensure that we have a file at a required stage |
| CSubmissionFileUploaderAccessPolicy | Submission file policy to check if the current user is the uploader |
| CUserAccessibleWorkflowStagePolicy | Class to control access to a |
| ►CUserAccessibleWorkflowStageRequiredPolicy | Policy to deny access if an user assigned workflow stage is not found |
| CQueryUserAccessibleWorkflowStageRequiredPolicy | Policy to extend access to queries to assigned reviewers |
| CUserRequiredPolicy | Policy to deny access if a context cannot be found in the request |
| CUserRolesRequiredPolicy | Policy to build an authorized user roles object. Because we may have users with no roles, we don't deny access when no user roles are found |
| CWorkflowStageRequiredPolicy | Policy that ensures that the given workflow stage is valid |
| CPhpXmlRpc\Autoloader | |
| ►CGuzzle\Plugin\Backoff\BackoffStrategyInterface | |
| ►CGuzzle\Plugin\Backoff\AbstractBackoffStrategy | |
| ►CGuzzle\Plugin\Backoff\AbstractErrorCodeBackoffStrategy | |
| CGuzzle\Plugin\Backoff\CurlBackoffStrategy | |
| CGuzzle\Plugin\Backoff\HttpBackoffStrategy | |
| CGuzzle\Plugin\Backoff\ReasonPhraseBackoffStrategy | |
| CGuzzle\Plugin\Backoff\CallbackBackoffStrategy | |
| CGuzzle\Plugin\Backoff\ConstantBackoffStrategy | |
| CGuzzle\Plugin\Backoff\ExponentialBackoffStrategy | |
| CGuzzle\Plugin\Backoff\LinearBackoffStrategy | |
| CGuzzle\Plugin\Backoff\TruncatedBackoffStrategy | |
| ►CBadMethodCallException | |
| CGuzzle\Common\Exception\BadMethodCallException | |
| COmnipay\Common\Exception\BadMethodCallException | |
| CGuzzle\Batch\BatchBuilder | |
| ►CGuzzle\Batch\BatchDivisorInterface | |
| CGuzzle\Batch\BatchClosureDivisor | |
| CGuzzle\Batch\BatchCommandTransfer | |
| CGuzzle\Batch\BatchRequestTransfer | |
| CGuzzle\Batch\BatchSizeDivisor | |
| ►CGuzzle\Batch\BatchInterface | |
| ►CGuzzle\Batch\AbstractBatchDecorator | |
| CGuzzle\Batch\ExceptionBufferingBatch | |
| CGuzzle\Batch\FlushingBatch | |
| CGuzzle\Batch\HistoryBatch | |
| CGuzzle\Batch\NotifyingBatch | |
| CGuzzle\Batch\Batch | |
| ►CGuzzle\Batch\BatchTransferInterface | |
| CGuzzle\Batch\BatchClosureTransfer | |
| CGuzzle\Batch\BatchCommandTransfer | |
| CGuzzle\Batch\BatchRequestTransfer | |
| COmnipay\PayPal\Support\InstantUpdateApi\BillingAgreement | |
| CSymfony\Component\Mime\BodyRendererInterface | |
| ►CGuzzle\Cache\CacheAdapterInterface | |
| ►CGuzzle\Cache\AbstractCacheAdapter | |
| CGuzzle\Cache\DoctrineCacheAdapter | |
| CGuzzle\Cache\NullCacheAdapter | |
| CGuzzle\Cache\Zf1CacheAdapter | |
| CGuzzle\Cache\Zf2CacheAdapter | |
| CGuzzle\Cache\ClosureCacheAdapter | |
| CCachedPlugin | Abstract class for plugins that optionally support lazy load |
| ►CGuzzle\Plugin\Cache\CacheKeyProviderInterface | |
| CGuzzle\Plugin\Cache\DefaultCacheKeyProvider | |
| CCacheManager | |
| ►CGuzzle\Plugin\Cache\CacheStorageInterface | |
| CGuzzle\Plugin\Cache\DefaultCacheStorage | |
| ►CMoney\Calculator | |
| CMoney\Calculator\BcMathCalculator | |
| CMoney\Calculator\GmpCalculator | |
| CMoney\Calculator\PhpCalculator | |
| CSymfony\Component\EventDispatcher\Tests\CallableClass | |
| ►CGuzzle\Plugin\Cache\CanCacheStrategyInterface | |
| ►CGuzzle\Plugin\Cache\DefaultCanCacheStrategy | |
| CGuzzle\Plugin\Cache\CallbackCanCacheStrategy | |
| CCatalogEntryForm | A preset form for entering a publication's catalog entry details, such as series, category and cover image |
| CCatalogListPanel | Instantiates and manages a UI component to list catalog entries |
| CSymfony\Component\Mime\CharacterStream | |
| CPhpXmlRpc\Helper\Charset | |
| ►CHttp\Discovery\ClassDiscovery | |
| CHttp\Discovery\HttpAsyncClientDiscovery | |
| CHttp\Discovery\HttpClientDiscovery | |
| CHttp\Discovery\MessageFactoryDiscovery | |
| CHttp\Discovery\Psr17FactoryDiscovery | |
| CHttp\Discovery\Psr18ClientDiscovery | |
| CHttp\Discovery\StreamFactoryDiscovery | |
| CHttp\Discovery\UriFactoryDiscovery | |
| CComposer\Autoload\ClassLoader | |
| CPhpXmlRpc\Client | |
| ►COmnipay\Common\Http\ClientInterface | |
| COmnipay\Common\Http\Client | |
| ►CPsr\Http\Client\ClientInterface | |
| ►CHttp\Client\HttpClient | |
| CHttp\Adapter\Guzzle6\Client | |
| ►CGuzzleHttp\ClientInterface | |
| CGuzzleHttp\Client | |
| ►CCommandLineTool | Initialization code for command-line scripts |
| CbuildSwagger | CLI tool to compile a complete swagger.json file for hosting API documentation |
| CCitationsParsingTool | CLI tool to parse existing citations |
| CCopyAccessLogFileTool | CLI tool to copy apache log files while filtering entries related only to the current instalation |
| CfixFilenames | CLI tool to fix pre-1.0 filenames that may have been incorrectly generated. See bug #8461 |
| CgenerateTestMetrics | Generate example metric data |
| CimportExport | CLI tool to perform import/export tasks |
| CinstallEmailTemplates | |
| CInstallPluginVersionTool | CLI tool for installing a plugin version descriptor |
| ►CInstallTool | |
| COMPInstallTool | |
| CMergeCoverageReportTool | |
| CMergeUsersTool | |
| CrebuildSearchIndex | CLI tool to rebuild the monograph keyword search database |
| CRemoveLocaleKey | Remove a locale key from all locale files |
| CReviewerInterestsDeletionTool | CLI tool to remove user interests that are not referenced by any user accounts |
| ►CScheduledTaskTool | CLI tool to execute a set of scheduled tasks |
| CrunScheduledTasks | CLI tool to execute a set of scheduled tasks |
| CSetVersionTool | CLI tool to set a version number for each publication |
| CUpgradeTool | |
| CxmlEmailsToPo | |
| CxmlSchemaToMigration | |
| CxmlToPo | |
| ►CXmlToSqlTool | CLI tool to output the SQL statements corresponding to an XML database schema |
| CdbXMLtoSQL | CLI tool to output the SQL statements corresponding to an XML database schema |
| ►CComparator | |
| CMoney\PHPUnit\Comparator | |
| CComposerAutoloaderInit86a4cdbad85448751bff663326524e1a | |
| CComposerAutoloaderInit913863617f8f1d25b08d5755a17ea850 | |
| CComposerAutoloaderInitf2a853cbc880e96099537944e4bdcd32 | |
| CComposer\Autoload\ComposerStaticInit86a4cdbad85448751bff663326524e1a | |
| CComposer\Autoload\ComposerStaticInit913863617f8f1d25b08d5755a17ea850 | |
| CComposer\Autoload\ComposerStaticInitf2a853cbc880e96099537944e4bdcd32 | |
| CConfig | Config class for accessing configuration parameters |
| ►CGuzzle\Service\ConfigLoaderInterface | |
| ►CGuzzle\Service\AbstractConfigLoader | |
| CGuzzle\Service\Builder\ServiceBuilderLoader | |
| CGuzzle\Service\Description\ServiceDescriptionLoader | |
| CGuzzle\Service\CachingConfigLoader | |
| CConfigParser | Class for parsing and modifying php.ini style configuration files |
| CContextForm | Add OMP-specific fields to the context add/edit form |
| CContextQueryBuilder | Journal list query builder |
| CContextService | Extends the base context service class with app-specific requirements |
| ►CContextSettingsForm | |
| CSiteAccessOptionsForm | Form to edit site access options |
| CMoney\Converter | |
| CHttp\Message\Cookie | |
| CSymfony\Component\HttpFoundation\Cookie | |
| ►CGuzzle\Parser\Cookie\CookieParserInterface | |
| CGuzzle\Parser\Cookie\CookieParser | |
| CHttp\Message\CookieUtil | |
| CCore | Class containing system-wide functions |
| ►CCountable | |
| CDAOResultIterator | Wrapper around a DAOResultFactory providing a proper PHP Iterator implementation |
| CGuzzle\Common\Collection | |
| ►CGuzzle\Common\Exception\ExceptionCollection | |
| ►CGuzzle\Http\Exception\MultiTransferException | |
| CGuzzle\Service\Exception\CommandTransferException | |
| ►CGuzzle\Http\Curl\CurlMultiInterface | |
| ►CGuzzle\Http\Curl\CurlMulti | |
| CGuzzle\Tests\Mock\MockMulti | |
| CGuzzle\Http\Curl\CurlMultiProxy | |
| CGuzzle\Http\Message\Header\HeaderCollection | |
| ►CGuzzle\Http\Message\Header\HeaderInterface | |
| ►CGuzzle\Http\Message\Header | |
| CGuzzle\Http\Message\Header\CacheControl | |
| CGuzzle\Http\Message\Header\Link | |
| ►CGuzzle\Plugin\Cookie\CookieJar\CookieJarInterface | |
| ►CGuzzle\Plugin\Cookie\CookieJar\ArrayCookieJar | |
| CGuzzle\Plugin\Cookie\CookieJar\FileCookieJar | |
| CGuzzle\Plugin\History\HistoryPlugin | |
| CGuzzle\Plugin\Mock\MockPlugin | |
| CGuzzle\Service\Command\Factory\CompositeFactory | |
| ►CGuzzle\Service\Resource\ResourceIteratorInterface | |
| ►CGuzzle\Service\Resource\ResourceIterator | |
| CGuzzle\Tests\Service\Mock\Model\MockCommandIterator | |
| CGuzzle\Tests\Mock\MockObserver | |
| ►CGuzzleHttp\Cookie\CookieJarInterface | |
| ►CGuzzleHttp\Cookie\CookieJar | |
| CGuzzleHttp\Cookie\FileCookieJar | |
| CGuzzleHttp\Cookie\SessionCookieJar | |
| CGuzzleHttp\Handler\MockHandler | |
| CHttp\Message\CookieJar | |
| ►COmnipay\Common\ItemBag | |
| COmnipay\PayPal\PayPalItemBag | |
| CPhpXmlRpc\Value | |
| ►CSymfony\Component\HttpFoundation\HeaderBag | |
| CSymfony\Component\HttpFoundation\ResponseHeaderBag | |
| ►CSymfony\Component\HttpFoundation\ParameterBag | |
| CSymfony\Component\HttpFoundation\FileBag | |
| CSymfony\Component\HttpFoundation\ServerBag | |
| ►CSymfony\Component\HttpFoundation\Session\Attribute\AttributeBag | |
| CSymfony\Component\HttpFoundation\Session\Attribute\NamespacedAttributeBag | |
| CSymfony\Component\HttpFoundation\Session\Session | |
| COmnipay\Common\CreditCard | |
| ►CGuzzleHttp\Handler\CurlFactoryInterface | |
| CGuzzleHttp\Handler\CurlFactory | |
| CGuzzle\Http\Curl\CurlHandle | |
| CGuzzleHttp\Handler\CurlHandler | |
| CGuzzleHttp\Handler\CurlMultiHandler | |
| CGuzzle\Http\Curl\CurlVersion | |
| COmnipay\Common\Currency | |
| CCustomLocaleAction | |
| ►CDAO | Operations for retrieving and modifying objects from a database |
| CAccessKeyDAO | Operations for retrieving and modifying AccessKey objects |
| CAnnouncementTypeDAO | Operations for retrieving and modifying AnnouncementType objects |
| CAuthSourceDAO | Operations for retrieving and modifying AuthSource objects |
| CCategoryDAO | Operations for retrieving and modifying Category objects |
| CChapterAuthorDAO | |
| CChapterDAO | Operations for retrieving and modifying ChapterAuthor objects |
| CCitationDAO | Operations for retrieving and modifying Citation objects |
| ►CCodelistItemDAO | Parent class for operations involving Codelist objects |
| CQualifierDAO | Operations for retrieving and modifying Subject Qualifier objects |
| CSubjectDAO | Operations for retrieving and modifying Subject Subject objects |
| ►CControlledVocabDAO | Operations for retrieving and modifying ControlledVocab objects |
| CInterestDAO | Operations for retrieving and modifying a user's review interests |
| CSubmissionAgencyDAO | Operations for retrieving and modifying a submission's assigned agencies |
| CSubmissionDisciplineDAO | Operations for retrieving and modifying a submission's assigned disciplines |
| CSubmissionKeywordDAO | Operations for retrieving and modifying a submission's assigned keywords |
| CSubmissionLanguageDAO | Operations for retrieving and modifying a submission's assigned languages |
| CSubmissionSubjectDAO | Operations for retrieving and modifying a submission's assigned subjects |
| ►CControlledVocabEntryDAO | Operations for retrieving and modifying ControlledVocabEntry objects |
| CInterestEntryDAO | |
| CSubmissionAgencyEntryDAO | Operations for retrieving and modifying a submission's agencies |
| CSubmissionDisciplineEntryDAO | Operations for retrieving and modifying a submission's disciplines |
| CSubmissionKeywordEntryDAO | Operations for retrieving and modifying a submission's keywords |
| CSubmissionLanguageEntryDAO | Operations for retrieving and modifying a submission's languages |
| CSubmissionSubjectEntryDAO | Operations for retrieving and modifying a submission's subjects |
| CCountryDAO | |
| CCurrencyDAO | Operations for retrieving and modifying Currency objects |
| CDataObjectTombstoneDAO | Base class for retrieving and modifying DataObjectTombstone objects |
| CDataObjectTombstoneSettingsDAO | Operations for retrieving and modifying submission tombstone settings |
| CEditDecisionDAO | Operations for retrieving and modifying editor decisions |
| ►CEmailLogDAO | Class for inserting/accessing email log entries |
| CMonographFileEmailLogDAO | Extension to EmailLogDAO for monograph file specific log entries |
| CSubmissionEmailLogDAO | Extension to EmailLogDAO for submission-specific log entries |
| ►CEventLogDAO | Class for inserting/accessing event log entries |
| CSubmissionEventLogDAO | Extension to EventLogDAO for submission-specific log entries |
| CSubmissionFileEventLogDAO | Extension to EventLogDAO for submission file specific log entries |
| CFeatureDAO | Operations for setting Featured status on various items |
| CFilterDAO | Operations for retrieving and modifying Filter objects |
| CFilterGroupDAO | Operations for retrieving and modifying FilterGroup objects |
| CGenreDAO | Operations for retrieving and modifying Genre objects |
| CIdentificationCodeDAO | Operations for retrieving and modifying IdentificationCode objects |
| CLanguageDAO | Operations for retrieving and modifying Language objects |
| CLibraryFileDAO | Operations for retrieving and modifying LibraryFile objects |
| CMarketDAO | Operations for retrieving and modifying Market objects |
| CNavigationMenuDAO | Operations for retrieving and modifying NavigationMenu objects |
| CNavigationMenuItemAssignmentDAO | |
| CNavigationMenuItemDAO | Operations for retrieving and modifying NavigationMenuItem objects. NMI = NavigationMenuItem |
| CNewReleaseDAO | Operations for setting new release status on various items |
| CNoteDAO | Operations for retrieving and modifying Note objects |
| CNotificationDAO | Operations for retrieving and modifying Notification objects |
| CNotificationSettingsDAO | Operations for retrieving and modifying Notification metadata |
| CNotificationSubscriptionSettingsDAO | Operations for retrieving and modifying user's notification settings. This class stores user settings that determine how notifications should be delivered to them |
| COMPCompletedPaymentDAO | Operations for retrieving and querying past payments |
| CONIXCodelistItemDAO | Parent class for operations involving Codelist objects |
| CPKPMetricsDAO | Class with basic operations for retrieving and adding statistics data |
| ►CPKPOAIDAO | Base class for DAO operations for the OAI interface |
| COAIDAO | DAO operations for the OMP OAI interface |
| ►CPKPSectionDAO | Operations for retrieving and modifying Section objects |
| CSeriesDAO | Operations for retrieving and modifying Series objects |
| CPluginGalleryDAO | Operations for retrieving content from the PKP plugin gallery |
| CPluginSettingsDAO | Operations for retrieving and modifying plugin settings |
| CPublicationDateDAO | Operations for retrieving and modifying PublicationDate objects |
| CQueryDAO | Operations for retrieving and modifying Query objects |
| CQueuedPaymentDAO | Operations for retrieving and modifying queued payment objects |
| ►CRepresentationDAO | Abstract DAO for fetching/working with DB storage of Representation objects |
| CPublicationFormatDAO | Operations for retrieving and modifying PublicationFormat objects |
| CRepresentativeDAO | Operations for retrieving and modifying Representative (suppliers and agents) objects |
| CReviewAssignmentDAO | Class for DAO relating reviewers to submissions |
| CReviewFilesDAO | Operations for managing review round / submission file associations. These control which files are available for download by reviewers during review |
| CReviewFormDAO | Operations for retrieving and modifying ReviewForm objects |
| CReviewFormElementDAO | Operations for retrieving and modifying ReviewFormElement objects |
| CReviewFormResponseDAO | Operations for retrieving and modifying ReviewFormResponse objects |
| CReviewReportDAO | Review report DAO |
| CReviewRoundDAO | Operations for retrieving and modifying ReviewRound objects |
| CRoleDAO | Operations for retrieving and modifying Role objects |
| CSalesRightsDAO | Operations for retrieving and modifying SalesRights objects |
| CScheduledTaskDAO | Operations for retrieving and modifying Scheduled Task data |
| ►CSchemaDAO | A base class for DAOs which rely on a json-schema file to define the data object |
| CAnnouncementDAO | Operations for retrieving and modifying Announcement objects |
| ►CContextDAO | Operations for retrieving and modifying context objects |
| CPressDAO | Operations for retrieving and modifying Press objects |
| CEmailTemplateDAO | Operations for retrieving and modifying Email Template objects |
| ►CPKPAuthorDAO | Operations for retrieving and modifying PKPAuthor objects |
| CAuthorDAO | Operations for retrieving and modifying Author objects |
| ►CPKPPublicationDAO | Operations for retrieving and modifying publication objects |
| CPublicationDAO | Add OMP-specific functions for PKPPublicationDAO |
| ►CPKPSubmissionDAO | Operations for retrieving and modifying Submission objects |
| ►CSubmissionDAO | Operations for retrieving and modifying Monograph objects |
| CReviewerSubmissionDAO | Operations for retrieving and modifying ReviewerSubmission objects |
| CSessionDAO | Operations for retrieving and modifying Session objects |
| ►CSettingsDAO | Operations for retrieving and modifying settings |
| CControlledVocabEntrySettingsDAO | Operations for retrieving and modifying controlled vocabulary entry settings |
| CPressSettingsDAO | Operations for retrieving and modifying press settings |
| CSiteDAO | Operations for retrieving and modifying the Site object |
| CSpotlightDAO | Operations for retrieving and modifying Spotlight objects |
| CStageAssignmentDAO | Operations for retrieving and modifying StageAssignment objects |
| CStaticPagesDAO | |
| CSubEditorsDAO | Base class associating sections, series and categories to sub editors |
| CSubmissionCommentDAO | Operations for retrieving and modifying SubmissionComment objects |
| CSubmissionFileDAO | Abstract base class for retrieving and modifying SubmissionFile objects and their decendents (e.g. SubmissionFile, SubmissionArtworkFile) |
| ►CSubmissionFileDAODelegate | Abstract class to support DAO delegates that provide operations to retrieve and modify SubmissionFile objects |
| CSubmissionArtworkFileDAODelegate | Base class for operations for retrieving and modifying ArtworkFile objects |
| CSupplementaryFileDAODelegate | Base class for operations for retrieving and modifying SupplementaryFile objects |
| ►CSubmissionSearchDAO | DAO class for submission search index |
| CMonographSearchDAO | DAO class for monograph search index |
| CTemporaryFileDAO | Operations for retrieving and modifying TemporaryFile objects |
| CTimeZoneDAO | |
| CUsageStatsTemporaryRecordDAO | Operations for retrieving and adding temporary usage statistics records |
| ►CUserDAO | Operations for retrieving and modifying User objects |
| CUserStageAssignmentDAO | Operations for users as related to their stage assignments |
| CUserGroupAssignmentDAO | Operations for retrieving and modifying user group assignments FIXME: Some of the context-specific features of this class will have to be changed for zero- or double-context applications when user groups are ported over to them |
| CUserGroupDAO | Operations for retrieving and modifying User Groups and user group assignments |
| CUserSettingsDAO | Operations for retrieving and modifying user settings |
| CVersionDAO | Operations for retrieving and modifying Version objects |
| CViewsDAO | Class for keeping track of item views |
| CWorkflowStageDAO | Class for operations involving the workflow stages |
| CDAORegistry | Maintains a static list of DAO objects so each DAO is instantiated only once |
| ►CDataObject | Any class with an associated DAO should extend this class |
| CAccessKey | AccessKey class |
| CAnnouncement | Basic class describing a announcement |
| CAnnouncementType | Basic class describing an announcement type |
| CAuthSource | Describes an authentication source |
| CCategory | Describes basic Category properties |
| CChapter | Describes a monograph chapter (or section) |
| CCitation | Class representing a citation (bibliographic reference) |
| ►CCodelistItem | Basic class describing a codelist item |
| CQualifier | Basic class describing a BIC Qualifier |
| CSubject | Basic class describing a BIC Subject |
| ►CContext | Basic class describing a context |
| CPress | Basic class describing a press |
| CControlledVocab | Basic class describing an controlled vocab |
| ►CControlledVocabEntry | Basic class describing a controlled vocab |
| CInterestEntry | |
| CSubmissionAgency | Basic class describing a submission agency |
| CSubmissionDiscipline | Basic class describing a submission discipline |
| CSubmissionKeyword | Basic class describing a submission keyword |
| CSubmissionLanguage | Basic class describing a submission language |
| CSubmissionSubject | Basic class describing a submission subject |
| CCurrency | Basic class describing a currency |
| CCustomLocale | |
| CDataObjectTombstone | Base class for data object tombstones |
| ►CEmailLogEntry | Describes an entry in the email log |
| CMonographFileEmailLogEntry | Describes an entry in the monograph file email log |
| CSubmissionEmailLogEntry | Base class for describing an entry in the submission email log |
| CEmailTemplate | Describes basic email template properties |
| ►CEventLogEntry | Describes an entry in the event log |
| ►CPKPSubmissionEventLogEntry | Describes an entry in the submission history log |
| CSubmissionEventLogEntry | Describes an entry in the submission history log |
| CSubmissionFileEventLogEntry | Describes an entry in the submission file history log |
| ►CFilter | Class that provides the basic template for a filter. Filters are generic data processors that take in a well-specified data type and return another well-specified data type |
| CCitationListTokenizerFilter | Class that takes an unformatted list of citations and returns an array of raw citation strings |
| CCrosswalkFilter | Class that provides methods to convert one type of meta-data description into another. This is an abstract class that must be sub-classed by specific cross-walk implementations |
| ►CPersistableFilter | A filter that can be persisted to the database |
| ►CCompositeFilter | An abstract base class for generic filters that compose other filters into filter networks |
| CGenericMultiplexerFilter | A generic filter that is configured with a number of equal type filters. It takes the input argument, applies all given filters to it and returns an array of outputs as a result |
| CGenericSequencerFilter | A generic filter that is configured with a number of ordered filters. It takes the input argument of the first filter, passes its output to the next filter and so on and finally returns the result of the last filter in the chain to the caller |
| COtherCompositeFilter | |
| ►CMetadataDataObjectAdapter | Class that injects/extracts a meta-data description into/from an application entity object (DataObject) |
| CDc11SchemaPublicationFormatAdapter | Adapter that injects/extracts Dublin Core schema compliant meta-data into/from a PublicationFormat object |
| CMetadataDescriptionDummyAdapter | Class that simulates a metadata adapter for metadata description object for direct metadata description persistence |
| ►CNativeImportExportFilter | Base class that converts between Native XML documents and DataObjects |
| ►CNativeExportFilter | Base class that converts a DataObject to a Native XML document |
| CChapterNativeXmlFilter | Base class that converts a set of authors to a Native XML document |
| CMonographONIX30XmlFilter | Base class that converts a monograph to an ONIX 3.0 document |
| ►CPKPAuthorNativeXmlFilter | Base class that converts a set of authors to a Native XML document |
| CAuthorNativeXmlFilter | Class that converts a Author to a Native XML document |
| ►CPKPPublicationNativeXmlFilter | Base class that converts a PKPPublication to a Native XML document |
| CPublicationNativeXmlFilter | Class that converts a Article to a Native XML document |
| CPKPUserUserXmlFilter | Base class that converts a set of users to a User XML document |
| ►CRepresentationNativeXmlFilter | Base class that converts a representation to a Native XML document |
| CPublicationFormatNativeXmlFilter | Class that converts a PublicationFormat to a Native XML document |
| ►CSubmissionFileNativeXmlFilter | Base class that converts a submissionFile to a Native XML document |
| CArtworkFileNativeXmlFilter | Filter to convert an artwork file to a Native XML document |
| CMonographFileNativeXmlFilter | |
| CSupplementaryFileNativeXmlFilter | Filter to convert a supplementary file to a Native XML document |
| ►CSubmissionNativeXmlFilter | Base class that converts a set of submissions to a Native XML document |
| CMonographNativeXmlFilter | Class that converts a Monograph to a Native XML document |
| CUserGroupNativeXmlFilter | Base class that converts a set of user groups to a Native XML document |
| ►CNativeImportFilter | Base class that converts a Native XML document to a DataObject |
| CNativeXmlChapterFilter | Base class that converts a Native XML document to a set of authors |
| ►CNativeXmlPKPAuthorFilter | Base class that converts a Native XML document to a set of authors |
| CNativeXmlAuthorFilter | Class that converts a Native XML document to a set of monographs |
| ►CNativeXmlPKPPublicationFilter | Base class that converts a Native XML document to a set of publications |
| CNativeXmlPublicationFilter | Class that converts a Native XML document to a set of monographs |
| ►CNativeXmlRepresentationFilter | Base class that converts a Native XML document to a set of authors |
| CNativeXmlPublicationFormatFilter | Class that converts a Native XML document to a set of publication formats |
| ►CNativeXmlSubmissionFileFilter | Base class that converts a Native XML document to a submission file |
| ►CNativeXmlMonographFileFilter | Class that converts a Native XML document to a monograph file |
| CNativeXmlArtworkFileFilter | Class that converts a Native XML document to an artwork file |
| CNativeXmlSupplementaryFileFilter | Class that converts a Native XML document to an supplementary file |
| ►CNativeXmlSubmissionFilter | Base class that converts a Native XML document to a set of submissions |
| CNativeXmlMonographFilter | Class that converts a Native XML document to a set of monographs |
| CNativeXmlUserGroupFilter | Base class that converts a Native XML document to a set of user groups |
| CUserXmlPKPUserFilter | Base class that converts a User XML document to a set of users |
| CPersistableTestFilter | Test class to be used to test the FilterDAO |
| CTemplateBasedFilter | Abstract base class for all filters that transform their input via smarty templates |
| CXSLTransformationFilter | Class that transforms XML via XSL |
| CFilterGroup | Class that represents filter groups |
| CGalleryPlugin | Class describing a plugin in the Plugin Gallery |
| CGenre | Basic class describing a genre |
| CIdentificationCode | Basic class describing an identification code (used on the ONIX templates for publication formats) |
| ►CIdentity | Basic class providing common functionality for users and authors in the system |
| ►CPKPAuthor | Author metadata class |
| ►CAuthor | Monograph author metadata class |
| CChapterAuthor | Adds chapterId to an Author |
| CUser | Basic class describing users existing in the system |
| CLanguage | Basic class describing a language |
| CLibraryFile | Library file class |
| ►CMail | Class defining basic operations for handling and sending emails |
| ►CMailTemplate | Subclass of Mail for mailing a template email |
| CMassMail | Helper class to send mass emails |
| ►CSubmissionMailTemplate | Subclass of MailTemplate for sending emails related to submissions |
| CMonographMailTemplate | Subclass of MailTemplate for sending emails related to submissions |
| CMarket | Basic class describing a Market composite type (used on the ONIX templates for publication formats) |
| CMetadataDescription | Class modeling a description (DCMI abstract model) or subject- predicate-object graph (RDF). This class and its children provide meta-data (DCMI abstract model: statements of property-value pairs, RDF: assertions of predicate-object pairs) about a given PKP application entity instance (DCMI abstract model: described resource, RDF: subject) |
| CNavigationMenu | Class describing a NavigationMenu |
| CNavigationMenuItem | Basic class describing a NavigationMenuItem |
| CNavigationMenuItemAssignment | Basic class describing a NavigationMenuItemAssignment. Each assignment describes a NavigationMenuItem assigned to a NavigationMenu, including it's position and if it's nested within another NavigationMenuItem |
| CNote | Class for Note |
| CONIXCodelistItem | Basic class describing a codelist item |
| ►CPKPFile | Base PKP file class |
| ►CSubmissionFile | Submission file class |
| CSubmissionArtworkFile | Artwork file class |
| CSupplementaryFile | Supplementary file class. This represents submission files that support a complete Dublin Core metadata set, and are typically indexed separately from the submission document itself (e.g. the article). This typically would be used for genres such as data sets etc |
| CTemporaryFile | Temporary file class |
| ►CPKPNotification | |
| CNotification | OMP subclass for Notifications (defines OMP-specific types and icons) |
| ►CPKPPublication | Base class for Publication |
| CPublication | Class for Publication |
| ►CPKPSection | Describes basic section properties |
| CSeries | Describes basic series properties |
| ►CPKPSubmission | The Submission class implements the abstract data model of a scholarly submission |
| ►CSubmission | Class for a Submission |
| CReviewerSubmission | ReviewerSubmission class |
| CPublicationDate | Basic class describing a publication date for a format (used on the ONIX templates for publication formats) |
| CQuery | Class for Query |
| ►CRepresentation | A submission's representation (Publication Format, Galley, ...) |
| CPublicationFormat | A publication format for a monograph |
| CRepresentative | Basic class describing a representative composite type (used on the ONIX templates for publication formats). This type is used for both Agents and Suppliers |
| CReviewAssignment | Describes review assignment properties |
| CReviewForm | Basic class describing a review form |
| CReviewFormElement | Basic class describing a review form element |
| CReviewFormResponse | Basic class describing a review form response |
| CReviewRound | Basic class describing a review round |
| CRole | Describes generic PKP user roles within the system and the associated permissions |
| CSalesRights | Basic class describing a sales rights composite type (used on the ONIX templates for publication formats) |
| CSession | Maintains user state information from one request to the next |
| CSite | Describes system-wide site properties |
| CSpotlight | Basic class describing a spotlight |
| CStageAssignment | Basic class describing a Stage Assignment |
| CStaticPage | |
| CSubmissionComment | Class for SubmissionComment |
| CUserGroup | Describes user groups |
| CUserGroupAssignment | |
| CVersion | Describes system version history |
| CPhpXmlRpc\Helper\Date | |
| CDBConnection | Class for accessing the low-level database connection. Currently integrated with ADOdb (from http://adodb.sourceforge.net) |
| CDBDataXMLParser | Class to import and export database data from an XML format. See dbscripts/xml/dtd/xmldata.dtd for the XML schema used |
| CDBResultRange | Container class for range information when retrieving a result set |
| ►CHttp\Discovery\Strategy\DiscoveryStrategy | |
| CHttp\Discovery\Strategy\CommonClassesStrategy | |
| CHttp\Discovery\Strategy\CommonPsr17ClassesStrategy | |
| CHttp\Discovery\Strategy\MockClientStrategy | |
| CHttp\Discovery\Strategy\PuliBetaStrategy | |
| CDispatcher | Class dispatching HTTP requests to handlers |
| ►CDomainException | |
| CMoney\Exception\UnknownCurrencyException | |
| CGuzzleHttp\Handler\EasyHandle | |
| CEditorAction | Editor actions |
| CEmailTemplatesListPanel | A ListPanel component for viewing and editing email templates |
| CPhpXmlRpc\Encoder | |
| ►CSymfony\Component\Mime\Encoder\EncoderInterface | |
| ►CSymfony\Component\Mime\Encoder\Base64Encoder | |
| CSymfony\Component\Mime\Encoder\Base64ContentEncoder | |
| CSymfony\Component\Mime\Encoder\Base64MimeHeaderEncoder | |
| ►CSymfony\Component\Mime\Encoder\ContentEncoderInterface | |
| CSymfony\Component\Mime\Encoder\Base64ContentEncoder | |
| CSymfony\Component\Mime\Encoder\EightBitContentEncoder | |
| CSymfony\Component\Mime\Encoder\QpContentEncoder | |
| ►CSymfony\Component\Mime\Encoder\QpEncoder | |
| CSymfony\Component\Mime\Encoder\QpMimeHeaderEncoder | |
| CSymfony\Component\Mime\Encoder\Rfc2231Encoder | |
| CEntityPropertyInterface | An interface describing the methods a service class will implement to convert an entity into an assoc array of properties. These methods are typically evoked when producing a response to an API request |
| CPKP\Services\Interfaces\EntityPropertyInterface | |
| CEntityQueryBuilderInterface | An interface that defines required methods for a QueryBuilder that retrieves one of the application's entities |
| ►CPKP\Services\QueryBuilders\Interfaces\EntityQueryBuilderInterface | |
| CPKP\Services\QueryBuilders\PKPAnnouncementQueryBuilder | |
| CPKP\Services\QueryBuilders\PKPAuthorQueryBuilder | |
| ►CPKP\Services\QueryBuilders\PKPContextQueryBuilder | |
| CAPP\Services\QueryBuilders\ContextQueryBuilder | |
| CPKP\Services\QueryBuilders\PKPEmailTemplateQueryBuilder | |
| CPKP\Services\QueryBuilders\PKPPublicationQueryBuilder | |
| ►CPKP\Services\QueryBuilders\PKPSubmissionQueryBuilder | |
| CAPP\Services\QueryBuilders\SubmissionQueryBuilder | |
| CPKP\Services\QueryBuilders\PKPUserQueryBuilder | |
| CEntityReadInterface | An interface describing the methods a service class will implement to get one object or a collection of objects |
| CPKP\Services\Interfaces\EntityReadInterface | |
| CEntityWriteInterface | An interface describing the methods a service class will implement to validate, add, edit and delete an object |
| CPKP\Services\Interfaces\EntityWriteInterface | |
| ►CGuzzle\Plugin\ErrorResponse\ErrorResponseExceptionInterface | |
| CGuzzle\Tests\Mock\ErrorResponseMock | |
| ►CSymfony\Component\EventDispatcher\Event | |
| CGuzzle\Common\Event | |
| CSymfony\Component\EventDispatcher\GenericEvent | |
| ►CSymfony\Component\EventDispatcher\EventDispatcherInterface | |
| ►CSymfony\Component\EventDispatcher\Debug\TraceableEventDispatcherInterface | |
| CSymfony\Component\EventDispatcher\Debug\TraceableEventDispatcher | |
| ►CSymfony\Component\EventDispatcher\EventDispatcher | |
| CSymfony\Component\EventDispatcher\ContainerAwareEventDispatcher | |
| CSymfony\Component\EventDispatcher\ImmutableEventDispatcher | |
| ►CSymfony\Component\EventDispatcher\EventSubscriberInterface | |
| CGuzzle\Http\RedirectPlugin | |
| CGuzzle\Plugin\Async\AsyncPlugin | |
| CGuzzle\Plugin\Backoff\BackoffLogger | |
| CGuzzle\Plugin\Backoff\BackoffPlugin | |
| CGuzzle\Plugin\Cache\CachePlugin | |
| CGuzzle\Plugin\Cookie\CookiePlugin | |
| CGuzzle\Plugin\CurlAuth\CurlAuthPlugin | |
| CGuzzle\Plugin\ErrorResponse\ErrorResponsePlugin | |
| CGuzzle\Plugin\History\HistoryPlugin | |
| CGuzzle\Plugin\Log\LogPlugin | |
| CGuzzle\Plugin\Md5\CommandContentMd5Plugin | |
| CGuzzle\Plugin\Md5\Md5ValidatorPlugin | |
| CGuzzle\Plugin\Mock\MockPlugin | |
| CGuzzle\Plugin\Oauth\OauthPlugin | |
| CGuzzle\Tests\Mock\MockObserver | |
| CGuzzle\Tests\Plugin\Backoff\BackoffPluginTest | |
| CSymfony\Component\EventDispatcher\Tests\Debug\EventSubscriber | |
| CSymfony\Component\EventDispatcher\Tests\DependencyInjection\SubscriberService | |
| CSymfony\Component\EventDispatcher\Tests\SubscriberService | |
| CSymfony\Component\EventDispatcher\Tests\TestEventSubscriber | |
| CSymfony\Component\EventDispatcher\Tests\TestEventSubscriberWithMultipleListeners | |
| CSymfony\Component\EventDispatcher\Tests\TestEventSubscriberWithPriorities | |
| ►CMoney\Exception | |
| CMoney\Exception\FormatterException | |
| CMoney\Exception\ParserException | |
| CMoney\Exception\UnknownCurrencyException | |
| CMoney\Exception\UnresolvableCurrencyPairException | |
| ►CHttp\Discovery\Exception | |
| CHttp\Discovery\Exception\ClassInstantiationFailedException | |
| CHttp\Discovery\Exception\DiscoveryFailedException | |
| CHttp\Discovery\Exception\DiscoveryFailedException | |
| CHttp\Discovery\Exception\NoCandidateFoundException | |
| CHttp\Discovery\Exception\NoCandidateFoundException | |
| ►CHttp\Discovery\Exception\NotFoundException | |
| CHttp\Discovery\NotFoundException | |
| ►CHttp\Discovery\Exception\StrategyUnavailableException | |
| CHttp\Discovery\Exception\PuliUnavailableException | |
| ►CHttp\Message\Exception | |
| CHttp\Message\Exception\UnexpectedValueException | |
| CGuzzle\Tests\Mock\ExceptionMock | |
| ►CMoney\Exchange | |
| CMoney\Exchange\ExchangerExchange | |
| CMoney\Exchange\FixedExchange | |
| CMoney\Exchange\IndirectExchange | |
| CMoney\Exchange\ReversedCurrenciesExchange | |
| CMoney\Exchange\SwapExchange | |
| ►CSymfony\Component\HttpFoundation\File\MimeType\ExtensionGuesserInterface | |
| CSymfony\Component\HttpFoundation\File\MimeType\ExtensionGuesser | |
| CSymfony\Component\HttpFoundation\File\MimeType\MimeTypeExtensionGuesser | |
| ►CGuzzle\Service\Command\Factory\FactoryInterface | |
| CGuzzle\Service\Command\Factory\AliasFactory | |
| CGuzzle\Service\Command\Factory\CompositeFactory | |
| CGuzzle\Service\Command\Factory\ConcreteClassFactory | |
| CGuzzle\Service\Command\Factory\MapFactory | |
| CGuzzle\Service\Command\Factory\ServiceDescriptionFactory | |
| CFbv | Class defining Form Builder Vocabulary methods |
| CfbvVisualResults | Tool that generates a page containing the visual presentation of forms coded with the form builder vocabulary. Use this tool to quickly inspect the results of an fbv-coded test form within the context of the application |
| CField | A base class representing a single field in a form |
| ►CPKP\components\forms\Field | |
| ►CPKP\components\forms\FieldBaseAutosuggest | |
| CPKP\components\forms\FieldControlledVocab | |
| CPKP\components\forms\FieldSelectSubmissions | |
| CPKP\components\forms\FieldColor | |
| CPKP\components\forms\FieldHTML | |
| ►CPKP\components\forms\FieldOptions | |
| CPKP\components\forms\FieldMetadataSetting | |
| CPKP\components\forms\FieldShowEnsuringLink | |
| CPKP\components\forms\FieldPubId | |
| CPKP\components\forms\FieldRadioInput | |
| CPKP\components\forms\FieldRichTextarea | |
| CPKP\components\forms\FieldSelect | |
| ►CPKP\components\forms\FieldText | |
| CPlugins\Generic\URN\FieldUrn | |
| CPKP\components\forms\FieldTextarea | |
| ►CPKP\components\forms\FieldUpload | |
| CPKP\components\forms\FieldUploadImage | |
| CFieldBaseAutosuggest | A base class for text fields that provide suggested values while typing |
| CFieldColor | A color picker field in a form |
| CFieldControlledVocab | A type of autosuggest field for controlled vocabulary like keywords |
| CFieldHTML | A component for inserting HTML into a form, when you don't need any input fields or values stored |
| CFieldMetadataSetting | A field to enable a type of metadata and determine when it should be requested or required |
| CFieldOptions | A field to select from a set of checkbox or radio options |
| CFieldPubId | A field for generating a pub id, like a DOI |
| CFieldRadioInput | A field to select one of a set of options, and one option is a text field for entering a custom value |
| CFieldRichTextarea | A rich text editor field in a form |
| CFieldSelect | A select field in a form |
| CFieldSelectSubmissions | A text field to search for and select submissions |
| CFieldShowEnsuringLink | An extension of the FieldOptions for the configuration setting which determines whether or not to show a link to reviewers about keeping reviews blind |
| CFieldText | A basic text field in a form |
| CFieldTextarea | A multiline textarea field in a form |
| CFieldUpload | A field for uploading a file |
| CFieldUploadImage | A field for uploading a file |
| CFieldUrn | A field for entering a URN and then having the check number generated |
| CFileArchive | Class provides functionality for creating an archive of files |
| CFileCache | Provides caching based on machine-generated PHP code on the filesystem |
| CFileForm | Form for adding/edditing a file stores/retrieves from an associative array |
| ►CFileManager | Class defining basic operations for file management |
| ►CPKPPublicFileManager | Wrapper class for uploading files to a site/journal's public directory |
| CPublicFileManager | Wrapper class for uploading files to a site/press' public directory |
| ►CPrivateFileManager | Class defining operations for private file management |
| ►CContextFileManager | Class defining operations for private context file management |
| ►CBaseSubmissionFileManager | Base helper class for submission file management tasks |
| CSubmissionFileManager | Helper class for database-backed submission file management tasks |
| ►CPKPLibraryFileManager | Wrapper class for uploading files to a site/context' library directory |
| CLibraryFileManager | Wrapper class for uploading files to a site/context' library directory |
| CTemporaryFileManager | |
| CFilesGridCapabilities | Defines files grid capabilities. Should be used by grid handlers that handle submission files to store which capabilities the grid has |
| CFilterHelper | Class that provides filter-related helper methods |
| ►CFilterIterator | |
| CGuzzle\Iterator\FilterIterator | |
| ►CFilterSetting | Class that describes a configurable filter setting |
| CBooleanFilterSetting | Class that describes a configurable filter setting which must be either true or false |
| CEmailFilterSetting | Class that describes a configurable filter setting which must be an email |
| CSetFilterSetting | Class that describes a configurable filter setting which must be one of a given set of values |
| ►CForm | Class defining basic operations for handling HTML forms |
| CAnnouncementTypeForm | Form for manager to create/edit announcement types |
| CApprovedProofForm | Form for editing approved proofs (available for direct sales) |
| ►CBaseProfileForm | Base form to edit an aspect of user profile |
| CAPIProfileForm | Form to edit user's API key settings |
| CContactForm | Form to edit user's contact information |
| CIdentityForm | |
| CPublicProfileForm | Form to edit user's public profile |
| CRolesForm | |
| CBrowseBlockSettingsForm | Form for press managers to setup Browse block plugin |
| CCategoryForm | Form to add/edit category |
| CChangePasswordForm | Form to change a user's password |
| CChapterForm | Form for adding/editing a chapter stores/retrieves from an associative array |
| CCustomBlockForm | |
| CCustomLocaleForm | |
| CDOISettingsForm | Form for press managers to setup DOI plugin |
| ►CEditorDecisionForm | Base class for the editor decision forms |
| ►CEditorDecisionWithEmailForm | Base class for the editor decision forms |
| CPromoteForm | Form for promoting a submission (to external review or editing) |
| CSendReviewsForm | Form to request additional work from the author (Request revisions or resubmit for review), or to decline the submission |
| ►CInitiateReviewForm | Form for creating the first review round for a submission's external review (skipping internal) |
| CInitiateExternalReviewForm | |
| CInitiateInternalReviewForm | |
| CNewReviewRoundForm | Form for creating a new review round (after the first) |
| CEditReviewForm | Allow the editor to limit the available files to an assigned reviewer after the assignment has taken place |
| CEmailReviewerForm | Form for sending an email to a user |
| CGenreForm | Form for adding/editing a Submission File Genre |
| CGoogleAnalyticsSettingsForm | Form for journal managers to modify Google Analytics plugin settings |
| CIdentificationCodeForm | Form for adding/editing an identification code |
| CInstallLanguageForm | Form for installing languages |
| ►CLibraryFileForm | Form for adding/editing a file |
| CEditLibraryFileForm | Form for editing a library file |
| CNewLibraryFileForm | |
| CLocaleFileForm | |
| CLoginChangePasswordForm | Form to change a user's password in order to login |
| ►CMaintenanceForm | Base form for system maintenance (install/upgrade) |
| CInstallForm | Form for system installation |
| CUpgradeForm | Form for system upgrades |
| ►CManageSubmissionFilesForm | Form for add or removing files from a review |
| CManageCopyeditFilesForm | Form to add files to the copyedited files grid |
| CManageFinalDraftFilesForm | Form to add files to the final draft files grid |
| CManageProofFilesForm | Form to add files to the proof files grid |
| CManageQueryNoteFilesForm | Form to add files to the query files grid |
| CManageReviewFilesForm | Form for add or removing files from a review |
| CMarketForm | Form for adding/editing a market region entry |
| CNavigationMenuForm | Form for manager to create/edit NavigationMenus |
| ►CNewNoteForm | Form to display and post notes on a file |
| CNewFileNoteForm | Form to display and post notes on a file |
| CNewSubmissionNoteForm | Form to display and post notes on a file |
| CPaypalPaymentForm | |
| CPiwikSettingsForm | Form for managers to modify Piwik plugin settings |
| CPKPAssignPublicIdentifiersForm | Displays the assign pub id form |
| ►CPKPAuthorForm | Form for adding/editing a author |
| CAuthorForm | Form for adding/editing a author |
| ►CPKPNavigationMenuItemsForm | Form for managers to create/edit navigationMenuItems |
| CNavigationMenuItemsForm | Form for managers to create/edit navigationMenuItems |
| ►CPKPNotificationSettingsForm | Form to edit notification settings |
| CNotificationSettingsForm | Form to edit notification settings |
| ►CPKPPublicIdentifiersForm | Displays a pub ids form |
| CPublicIdentifiersForm | Displays a pub ids form |
| ►CPKPReportGeneratorForm | Base form class to generate custom statistics reports |
| CReportGeneratorForm | Form to generate custom statistics reports |
| ►CPKPSectionForm | Form for adding/editing a section |
| CSeriesForm | Form for adding/edditing a series stores/retrieves from an associative array |
| ►CPKPStageParticipantNotifyForm | Form to notify a user regarding a file |
| ►CStageParticipantNotifyForm | Form to notify a user regarding a file |
| CAddParticipantForm | Form for adding a stage participant |
| ►CPKPSubmissionFilesUploadBaseForm | Form for adding/editing a submission file |
| CSubmissionFilesUploadConfirmationForm | Form for adding/editing a submission file |
| CSubmissionFilesUploadForm | Form for adding/editing a submission file |
| CPreviewReviewForm | Form for manager to preview review form |
| CPublicationDateForm | Form for adding/editing a publication date |
| CPublicationFormatForm | Form for adding/editing a format |
| CPublicationFormatMetadataForm | Form to edit a publication format's metadata |
| CQueryForm | Form for adding/editing a new query |
| CQueryNoteForm | Form for adding/editing a new query note |
| CRecommendationForm | Editor recommendation form |
| CRegistrationForm | Form for user registration |
| CRepresentativeForm | Form for adding/editing a representative entry |
| ►CReviewerForm | Base Form for adding a reviewer to a submission. N.B. Requires a subclass to implement the "reviewerId" to be added |
| CAdvancedSearchReviewerForm | Form for an advanced search and for adding a reviewer to a submission |
| CCreateReviewerForm | Form for creating and subsequently adding a reviewer to a submission |
| CEnrollExistingReviewerForm | Form for enrolling an existing reviewer and adding them to a submission |
| CReviewerGossipForm | Form for viewing and editing gossip about a reviewer |
| ►CReviewerNotifyActionForm | Perform an action on a review including a reviewer notification email |
| CReinstateReviewerForm | Allow the editor to reinstate a cancelled review assignment |
| CUnassignReviewerForm | Allow the editor to remove a review assignment |
| ►CReviewerReviewForm | Base class for reviewer forms |
| CPKPReviewerReviewStep1Form | Form for Step 1 of a review |
| CPKPReviewerReviewStep2Form | Form for Step 2 of a review |
| CPKPReviewerReviewStep3Form | Form for Step 3 of a review |
| CReviewFormElementForm | Form for creating and modifying review form elements |
| CReviewFormElements | Form for manager to edit review form elements |
| CReviewFormForm | Form for manager to edit a review form |
| CReviewReminderForm | Form for sending a review reminder to a reviewer |
| CSalesRightsForm | Form for adding/editing a sales rights entry |
| CSettingsForm | Form for managers to modify web feeds plugin settings |
| CSpotlightForm | Form for reading/creating/editing spotlight items |
| CStaticPageForm | |
| CSubmissionChecklistForm | Form for adding/edditing a submissionChecklist stores/retrieves from an associative array |
| ►CSubmissionFilesMetadataForm | Form for editing a submission file's metadata |
| CSubmissionFilesArtworkMetadataForm | Form for editing artwork file metadata |
| CSupplementaryFileMetadataForm | Form for editing artwork file metadata |
| ►CSubmissionSubmitForm | Base class for author submit forms |
| ►CPKPSubmissionSubmitStep1Form | Form for Step 1 of author submission: terms, conditions, etc |
| CSubmissionSubmitStep1Form | Form for Step 1 of author submission |
| ►CPKPSubmissionSubmitStep2Form | Form for Step 2 of author submission: file upload |
| CSubmissionSubmitStep2Form | Form for Step 2 of author manuscript submission |
| ►CPKPSubmissionSubmitStep3Form | Form for Step 3 of author submission: submission metadata |
| CSubmissionSubmitStep3Form | Form for Step 3 of author submission |
| ►CPKPSubmissionSubmitStep4Form | Form for Step 4 of author submission: confirm & complete |
| CSubmissionSubmitStep4Form | Form for Step 4 of author submission |
| CThankReviewerForm | Form for sending a thank you to a reviewer |
| CUploadPluginForm | Form to upload a plugin file |
| CURNSettingsForm | Form for journal managers to setup URN plugin |
| CUsageStatsSettingsForm | Form for journal managers to modify usage statistics plugin settings |
| CUserDisableForm | Form for enabling/disabling a user |
| CUserEmailForm | Form for sending an email to a user |
| ►CUserForm | Base class for user forms |
| CUserDetailsForm | Form for editing user profiles |
| CUserRoleForm | Form for managing roles for a newly created user |
| CUserGroupForm | Form to add/edit user group |
| ►CHttp\Message\Formatter | |
| CHttp\Message\Formatter\CurlCommandFormatter | |
| CHttp\Message\Formatter\FullHttpMessageFormatter | |
| CHttp\Message\Formatter\SimpleFormatter | |
| CFormBuilderVocabulary | |
| CFormComponent | A base class for building forms to be passed to the Form component in the UI Library |
| ►CPKP\components\forms\FormComponent | |
| CAPP\components\forms\catalog\AddEntryForm | |
| CAPP\components\forms\publication\CatalogEntryForm | |
| CAPP\components\forms\publication\PublishForm | |
| CAPP\components\forms\submission\AudienceForm | |
| CAPP\components\forms\submission\PublicationDatesForm | |
| CPKP\components\forms\announcement\PKPAnnouncementForm | |
| CPKP\components\forms\context\PKPAnnouncementSettingsForm | |
| ►CPKP\components\forms\context\PKPAppearanceAdvancedForm | |
| CAPP\components\forms\context\AppearanceAdvancedForm | |
| ►CPKP\components\forms\context\PKPAppearanceSetupForm | |
| CAPP\components\forms\context\AppearanceSetupForm | |
| CPKP\components\forms\context\PKPAuthorGuidelinesForm | |
| CPKP\components\forms\context\PKPContactForm | |
| ►CPKP\components\forms\context\PKPContextForm | |
| CAPP\components\forms\context\ContextForm | |
| CPKP\components\forms\context\PKPDateTimeForm | |
| CPKP\components\forms\context\PKPDisableSubmissionsForm | |
| CPKP\components\forms\context\PKPEmailSetupForm | |
| CPKP\components\forms\context\PKPInformationForm | |
| ►CPKP\components\forms\context\PKPLicenseForm | |
| CAPP\components\forms\context\LicenseForm | |
| CPKP\components\forms\context\PKPListsForm | |
| ►CPKP\components\forms\context\PKPMastheadForm | |
| CAPP\components\forms\context\MastheadForm | |
| ►CPKP\components\forms\context\PKPMetadataSettingsForm | |
| CAPP\components\forms\context\MetadataSettingsForm | |
| CPKP\components\forms\context\PKPPaymentSettingsForm | |
| CPKP\components\forms\context\PKPPrivacyForm | |
| ►CPKP\components\forms\context\PKPReviewGuidanceForm | |
| CAPP\components\forms\context\ReviewGuidanceForm | |
| CPKP\components\forms\context\PKPReviewSetupForm | |
| CPKP\components\forms\context\PKPSearchIndexingForm | |
| CPKP\components\forms\context\PKPThemeForm | |
| ►CPKP\components\forms\context\PKPUserAccessForm | |
| CAPP\components\forms\context\UserAccessForm | |
| CPKP\components\forms\emailTemplate\PKPEmailTemplateForm | |
| CPKP\components\forms\publication\PKPCitationsForm | |
| CPKP\components\forms\publication\PKPMetadataForm | |
| CPKP\components\forms\publication\PKPPublicationIdentifiersForm | |
| CPKP\components\forms\publication\PKPPublicationLicenseForm | |
| CPKP\components\forms\publication\PKPTitleAbstractForm | |
| CPKP\components\forms\site\PKPSiteAppearanceForm | |
| CPKP\components\forms\site\PKPSiteConfigForm | |
| CPKP\components\forms\site\PKPSiteInformationForm | |
| CFormError | Class to represent a form validation error |
| ►CFormValidator | Class to represent a form validation check |
| CFormValidatorArray | Form validation check that checks an array of fields |
| CFormValidatorArrayCustom | Form validation check with a custom user function performing the validation check of an array of fields |
| CFormValidatorBoolean | Form validation check that checks if the value can be interpreted as a boolean value. An empty field is considered 'false', a value of '1' is considered 'true' |
| CFormValidatorControlledVocab | Form validation check that checks if value is within a certain set |
| CFormValidatorCSRF | Form validation check to make sure the CSRF token is correct |
| CFormValidatorCustom | Form validation check with a custom user function performing the validation check |
| CFormValidatorEmail | Form validation check for email addresses |
| CFormValidatorInSet | Form validation check that checks if value is within a certain set |
| CFormValidatorISSN | Form validation check for ISSNs |
| CFormValidatorLength | Form validation check that checks if a field's length meets certain requirements |
| ►CFormValidatorLocale | Class to represent a form validation check for localized fields |
| CFormValidatorLocaleEmail | Form validation check for email addresses |
| CFormValidatorLocaleUrl | Form validation check for URL addresses |
| CFormValidatorORCID | Form validation check for ORCID iDs |
| CFormValidatorPost | Form validation check to make sure the form is POSTed |
| CFormValidatorReCaptcha | Form validation check reCaptcha values |
| CFormValidatorRegExp | Form validation check using a regular expression |
| CFormValidatorUrl | Form validation check for URLs |
| CFormValidatorUsername | Form validation check for usernames (lowercase alphanumeric with interior dash/underscore |
| ►CGuzzle\Common\FromConfigInterface | |
| CGuzzle\Cache\CacheAdapterFactory | |
| ►CGuzzle\Service\ClientInterface | |
| ►CGuzzle\Service\Client | |
| CGuzzle\Tests\Service\Mock\MockClient | |
| COmnipay\Common\GatewayFactory | |
| ►COmnipay\Common\GatewayInterface | |
| ►COmnipay\Common\AbstractGateway | |
| COmnipay\Common\AbstractGatewayTest_MockAbstractGateway | |
| ►COmnipay\PayPal\ProGateway | |
| ►COmnipay\PayPal\ExpressGateway | |
| COmnipay\PayPal\ExpressInContextGateway | |
| COmnipay\PayPal\RestGateway | |
| Cgeneric_cache_miss | |
| ►CGenericCache | Provides implementation-independent caching. Although this class is intended to be overridden with a more specific implementation, it can be used as the null cache |
| CAPCCache | Provides caching based on APC's variable store |
| CMemcacheCache | Provides caching based on Memcache |
| CXCacheCache | Provides caching based on XCache's variable store |
| CGeoLocationTool | Geo location by ip wrapper class |
| ►CGitBaseTask | |
| CGuzzleSubSplitTask | |
| ►CGridBodyElement | Base class for grid body elements |
| ►CGridColumn | Column within a grid. It is used to format the data presented in a particular column, which is provided by the GridRow implementation, and to handle user operations on that column (such as clicking a checkbox) |
| CFileDateGridColumn | Implements a file name column |
| CFileGenreGridColumn | Implements a file name column |
| CFileNameGridColumn | Implements a file name column |
| CItemSelectionGridColumn | Implements a column with checkboxes to select grid items |
| ►CListbuilderGridColumn | Represents a column within a listbuilder |
| CMultilingualListbuilderGridColumn | Represents a multilingual text column within a listbuilder |
| CQueryTitleGridColumn | Implements a query tile column |
| ►CGridRow | GridRow implements a row of a Grid. See GridHandler for general information about grids |
| CAnnouncementTypeGridRow | Announcement type grid row definition |
| CAuthorGridRow | Base class for author grid row definition |
| CAuthorReviewerGridRow | Reviewer grid row definition |
| CCategoryGridRow | Category grid row definition |
| CContextGridRow | Context grid row definition |
| CCustomBlockGridRow | Handle custom blocks grid row requests |
| CEventLogGridRow | EventLog grid row definition |
| CGenreGridRow | Handle Genre grid row requests |
| ►CGridCategoryRow | Class defining basic operations for handling the category row in a grid |
| CCategoryGridCategoryRow | Category grid category row definition |
| CChapterGridCategoryRow | Chapter grid category row definition |
| CLibraryFileGridCategoryRow | Library file grid category row definition |
| CPluginCategoryGridRow | Plugin category grid row definition |
| CPublicationFormatGridCategoryRow | Representations grid row definition |
| CRepresentativesGridCategoryRow | Representatives grid category row definition |
| CSelectableSubmissionFileListCategoryGridRow | Selectable submission file list category grid row definition |
| CStageParticipantGridCategoryRow | Stage participant grid category row definition |
| CIdentificationCodeGridRow | Identification Code grid row definition |
| CLanguageGridRow | Language grid row definition |
| CLibraryFileGridRow | Handle library file grid row requests |
| CListbuilderGridRow | Handle list builder row requests |
| CMarketsGridRow | Markets grid row definition |
| CNavigationMenuItemsGridRow | NavigationMenuItem grid row definition |
| CNavigationMenusGridRow | NavigationMenu grid row definition |
| CPluginGridRow | Plugin grid row definition |
| CPublicationDateGridRow | Publication Date grid row definition |
| CQueriesGridRow | Base class for query grid row definition |
| CQueryNotesGridRow | Base class for query grid row definition |
| CRepresentativesGridRow | Representatives grid row definition |
| CReviewerGridRow | Reviewer grid row definition |
| CReviewFormElementGridRow | ReviewFormElements grid row definition |
| CReviewFormGridRow | ReviewForm grid row definition |
| CSalesRightsGridRow | Sales Rights grid row definition |
| CSeriesGridRow | Handle series grid row requests |
| CSpotlightsGridRow | Spotlights grid row definition |
| CStageParticipantGridRow | StageParticipant grid row definition |
| CStaticPageGridRow | Handle custom blocks grid row requests |
| CSubmissionChecklistGridRow | Handle submissionChecklist grid row requests |
| ►CSubmissionFilesGridRow | Handle submission file grid row requests |
| CPublicationFormatGridRow | Handle publication format grid row requests |
| CUserGridRow | User grid row definition |
| CUserGroupGridRow | User group grid row definition |
| ►CGridCellProvider | Base class for a grid column's cell provider |
| CAnnouncementTypeGridCellProvider | Cell provider for title column of an announcement type grid |
| CArrayGridCellProvider | Base class for a cell provider that can retrieve labels from arrays |
| CChapterGridCategoryRowCellProvider | Chapter grid category rows cell provider |
| CColumnBasedGridCellProvider | A cell provider that relies on the column implementation to provide cell content. Use this cell provider if you have complex column-specific content. If you want to provide simple labels then use the ArrayGridCellProvider or DataObjectGridCellProvider |
| CContextGridCellProvider | Subclass for a context grid column's cell provider |
| CCustomLocaleGridCellProvider | |
| ►CDataObjectGridCellProvider | Base class for a cell provider that can retrieve simple labels from DataObjects. If you need more complex cell content then you may be better off using a ColumnBasedGridCellProvider |
| CAuthorReviewerGridCellProvider | Base class for a cell provider that can retrieve labels for reviewer grid rows in author workflow |
| CEventLogGridCellProvider | Cell provider for event log entries |
| CIdentificationCodeGridCellProvider | Base class for a cell provider that can retrieve labels for identification codes |
| CMarketsGridCellProvider | Base class for a cell provider that can retrieve labels for market regions |
| CPKPAuthorGridCellProvider | |
| CPublicationDateGridCellProvider | Base class for a cell provider that can retrieve labels for publication dates |
| CPublicationFormatGridCellProvider | Base class for a cell provider that can retrieve labels for publication formats |
| CQueriesGridCellProvider | Base class for a cell provider that can retrieve labels for queries |
| CQueryNotesGridCellProvider | Base class for a cell provider that can retrieve query note info |
| CRepresentativesGridCellProvider | Base class for a cell provider that can retrieve labels for representatives |
| CReviewerGridCellProvider | Base class for a cell provider that can retrieve labels for reviewer grid rows |
| CSalesRightsGridCellProvider | Base class for a cell provider that can retrieve labels for sales rights |
| CSpotlightsGridCellProvider | Base class for a cell provider that can retrieve labels for spotlights |
| CStageParticipantGridCellProvider | |
| CUserSelectGridCellProvider | Base class for a cell provider that retrieves data for selecting a user |
| CDateGridCellProvider | Wraps date formatting support around a provided DataProvider |
| CGridCategoryRowCellProvider | Default grid category row column's cell provider. This class will retrieve the template variables from the category row instance |
| CLanguageGridCellProvider | Subclass for a language grid column's cell provider |
| CLibraryFileGridCellProvider | Subclass for a LibraryFile grid column's cell provider |
| CLiteralGridCellProvider | A cell provider that passes literal data through directly |
| CNavigationMenuItemsGridCellProvider | Cell provider for title column of a NavigationMenuItems grid |
| CNavigationMenusGridCellProvider | Cell provider for title column of a NavigationMenu grid |
| CNotificationsGridCellProvider | Class for a cell provider that can retrieve labels from notifications |
| CNullGridCellProvider | Class to return null when render method is called by a grid handler. Use this when you want to create a column with no content at all (for layout purposes using flags, for example) |
| CPluginGalleryGridCellProvider | Provide information about plugins to the plugin gallery grid handler |
| CPluginGridCellProvider | Cell provider for columns in a plugin grid |
| CReviewFormElementGridCellProvider | Subclass for review form element column's cell provider |
| CReviewFormElementResponseItemListbuilderGridCellProvider | Review form element response item listbuilder grid handler |
| CReviewFormGridCellProvider | Subclass for review form column's cell provider |
| CSeriesGridCellProvider | Grid cell provider for series grid |
| CStaticPageGridCellProvider | Class for a cell provider to display information about static pages |
| CUserGroupGridCellProvider | Cell provider for columns in a user group grid |
| CUserListbuilderGridCellProvider | Base class for a cell provider that can retrieve labels from arrays |
| ►CGridDataProvider | Grid data providers serve data to the grid classes for presentation in a grid |
| ►CCategoryGridDataProvider | Provide access to category grid data. Can optionally use a grid data provider object that already provides access to data that the grid needs |
| CLibraryFileAdminGridDataProvider | |
| CSubmissionDocumentsFilesGridDataProvider | The base data provider for the submission documents library files grid |
| ►CSubmissionFilesCategoryGridDataProvider | |
| CPublicationFormatCategoryGridDataProvider | |
| CQueryNoteFilesCategoryGridDataProvider | |
| CReviewCategoryGridDataProvider | |
| ►CFilesGridDataProvider | Basic files grid data provider |
| ►CSubmissionFilesGridDataProvider | |
| CCopyeditFilesGridDataProvider | Provide access to copyedited files management |
| CDependentFilesGridDataProvider | Provide access to dependent file data for grids |
| CFinalDraftFilesGridDataProvider | Provide access to final draft files management |
| CQueryNoteFilesGridDataProvider | Provide access to query files management |
| CReviewerReviewAttachmentGridDataProvider | Provide the reviewers access to their own review attachments data for grids |
| ►CReviewGridDataProvider | Provide access to review file data for grids |
| CReviewerReviewFilesGridDataProvider | Provide reviewer access to review file data for review file grids |
| CReviewRevisionsGridDataProvider | Provide access to review revisions (new files added during a review round) for grids |
| ►CGridFeature | Base grid feature class. A feature is a type of plugin specific to the grid widgets. It provides several hooks to allow injection of additional grid functionality. This class implements template methods to be extended by subclasses |
| CCollapsibleGridFeature | Add collapse and expand functionality to grids |
| ►CGeneralPagingFeature | Base class that implements common functionality for paging features |
| CInfiniteScrollingFeature | Add infinite scrolling functionality to grids. It doesn't support category grids |
| CPagingFeature | Add paging functionality to grids |
| ►COrderItemsFeature | Base class for grid widgets ordering functionality |
| COrderCategoryGridItemsFeature | Implements category grid ordering functionality |
| COrderGridItemsFeature | Implements grid ordering functionality |
| COrderListbuilderItemsFeature | Implements listbuilder ordering functionality |
| CSelectableItemsFeature | Implements grid widgets selectable items functionality |
| ►CGuzzle\Common\Exception\GuzzleException | |
| CGuzzle\Batch\Exception\BatchTransferException | |
| CGuzzle\Common\Exception\BadMethodCallException | |
| CGuzzle\Common\Exception\ExceptionCollection | |
| ►CGuzzle\Common\Exception\InvalidArgumentException | |
| CGuzzle\Plugin\Cookie\Exception\InvalidCookieException | |
| ►CGuzzle\Common\Exception\RuntimeException | |
| CGuzzle\Http\Exception\CouldNotRewindStreamException | |
| ►CGuzzle\Http\Exception\RequestException | |
| ►CGuzzle\Http\Exception\BadResponseException | |
| CGuzzle\Http\Exception\ClientErrorResponseException | |
| CGuzzle\Http\Exception\ServerErrorResponseException | |
| CGuzzle\Http\Exception\TooManyRedirectsException | |
| CGuzzle\Http\Exception\CurlException | |
| CGuzzle\Plugin\ErrorResponse\Exception\ErrorResponseException | |
| CGuzzle\Service\Exception\CommandException | |
| CGuzzle\Service\Exception\DescriptionBuilderException | |
| CGuzzle\Service\Exception\InconsistentClientTransferException | |
| CGuzzle\Service\Exception\ResponseClassException | |
| ►CGuzzle\Service\Exception\ServiceBuilderException | |
| CGuzzle\Service\Exception\ServiceNotFoundException | |
| CGuzzle\Service\Exception\ValidationException | |
| CGuzzle\Common\Exception\UnexpectedValueException | |
| ►CGuzzle\Http\Exception\HttpException | |
| CGuzzle\Http\Exception\CouldNotRewindStreamException | |
| CGuzzle\Http\Exception\RequestException | |
| ►Chandler | |
| CViewSubmissionMetadataHandler | Display submission metadata |
| CGuzzleHttp\HandlerStack | |
| ►CGuzzle\Common\HasDispatcherInterface | |
| ►CGuzzle\Common\AbstractHasDispatcher | |
| ►CGuzzle\Http\Client | |
| CGuzzle\Service\Client | |
| CGuzzle\Http\Curl\CurlMulti | |
| CGuzzle\Http\Curl\CurlMultiProxy | |
| CGuzzle\Plugin\Backoff\BackoffPlugin | |
| CGuzzle\Plugin\Mock\MockPlugin | |
| CGuzzle\Service\Builder\ServiceBuilder | |
| CGuzzle\Service\Resource\ResourceIterator | |
| CGuzzle\Service\Resource\ResourceIteratorApplyBatched | |
| ►CGuzzle\Http\ClientInterface | |
| CGuzzle\Http\Client | |
| CGuzzle\Service\ClientInterface | |
| CGuzzle\Http\Curl\CurlMultiInterface | |
| CGuzzle\Http\IoEmittingEntityBody | |
| ►CGuzzle\Http\Message\RequestInterface | |
| ►CGuzzle\Http\Message\EntityEnclosingRequestInterface | |
| CGuzzle\Http\Message\EntityEnclosingRequest | |
| ►CGuzzle\Http\Message\Request | |
| CGuzzle\Http\Message\EntityEnclosingRequest | |
| CGuzzle\Service\Resource\ResourceIteratorInterface | |
| CGuzzle\Tests\Http\Message\HeaderComparison | |
| ►CGuzzle\Http\Message\Header\HeaderFactoryInterface | |
| CGuzzle\Http\Message\Header\HeaderFactory | |
| ►CSymfony\Component\Mime\Header\HeaderInterface | |
| ►CSymfony\Component\Mime\Header\AbstractHeader | |
| CSymfony\Component\Mime\Header\DateHeader | |
| CSymfony\Component\Mime\Header\IdentificationHeader | |
| CSymfony\Component\Mime\Header\MailboxHeader | |
| CSymfony\Component\Mime\Header\MailboxListHeader | |
| CSymfony\Component\Mime\Header\PathHeader | |
| ►CSymfony\Component\Mime\Header\UnstructuredHeader | |
| CSymfony\Component\Mime\Header\ParameterizedHeader | |
| CSymfony\Component\Mime\Header\Headers | |
| CSymfony\Component\HttpFoundation\HeaderUtils | |
| COmnipay\Common\Helper | |
| CHookRegistry | Class for linking core functionality with plugins |
| CPhpXmlRpc\Helper\Http | |
| ►CHttp\Client\HttpAsyncClient | |
| CHttp\Adapter\Guzzle6\Client | |
| CSymfony\Polyfill\Intl\Idn\Idn | |
| ►CGuzzle\Inflection\InflectorInterface | |
| CGuzzle\Inflection\Inflector | |
| CGuzzle\Inflection\MemoizingInflector | |
| CGuzzle\Inflection\PreComputedInflector | |
| ►CINotificationInfoProvider | Interface to retrieve notification presentation information |
| ►CPKPNotificationOperationManager | Base class for notification manager that implements basic notification operations and default notifications info. Subclasses can implement specific information |
| ►CNotificationManagerDelegate | Abstract class to support notification manager delegates that provide default implementation to the interface that defines notification presentation data. It also introduce a method to be extended by subclasses to update notification objects |
| CAnnouncementNotificationManager | New announcement notification manager |
| CEditorAssignmentNotificationManager | Editor assignment notification types manager delegate |
| CEditorDecisionNotificationManager | Editor decision notification types manager delegate |
| CEditorialReportNotificationManager | Editorial report notification manager |
| CPendingRevisionsNotificationManager | Pending revision notification types manager delegate |
| ►CPKPApproveSubmissionNotificationManager | Approve submission notification type manager delegate |
| CApproveSubmissionNotificationManager | Notification manager delegate that handles notifications related with submission approval process |
| CPKPEditingProductionStatusNotificationManager | Editing and productionstatus notifications types manager delegate |
| CQueryNotificationManager | Query notification types manager delegate |
| CSubmissionNotificationManager | Submission notification types manager delegate |
| ►CPKPNotificationManager | Class for Notification Manager |
| CNotificationManager | |
| CinstallEmailTemplate | CLI tool to install email templates from PO files into the database |
| ►CInstaller | Base class for install and upgrade scripts |
| ►CPKPInstall | |
| CInstall | Perform system installation |
| CUpgrade | Perform system upgrade |
| CinstallTool | CLI tool for installing a PKP app |
| CInterest | Basic class describing a reviewer interest |
| CInterestManager | Handle user interest functions |
| CInterestsEntryDAO | Operations for retrieving and modifying a user's review interests |
| ►CiPKPApplicationInfoProvider | |
| ►CPKPApplication | Class describing this application |
| CApplication | Class describing this application |
| CSymfony\Component\HttpFoundation\IpUtils | |
| COmnipay\Common\Issuer | |
| ►COmnipay\Common\ItemInterface | |
| ►COmnipay\Common\Item | |
| COmnipay\PayPal\PayPalItem | |
| ►CItemIterator | Generic iterator class; needs to be overloaded by subclasses providing specific implementations |
| CArrayItemIterator | Provides paging and iteration for arrays |
| CDAOResultFactory | Wrapper around ADORecordSet providing "factory" features for generating objects from DAOs |
| CDBRowIterator | Wrapper around ADORecordSet providing "factory" features for generating objects from DAOs |
| CVirtualArrayIterator | Provides paging and iteration for "virtual" arrays – arrays for which only the current "page" is available, but are much bigger in entirety |
| ►CIterator | |
| CDAOResultIterator | Wrapper around a DAOResultFactory providing a proper PHP Iterator implementation |
| CGuzzle\Service\Resource\ResourceIteratorInterface | |
| ►CIteratorAggregate | |
| CGuzzle\Common\Collection | |
| CGuzzle\Common\Event | |
| CGuzzle\Common\Exception\ExceptionCollection | |
| CGuzzle\Http\Message\Header\HeaderCollection | |
| CGuzzle\Http\Message\Header\HeaderInterface | |
| CGuzzle\Plugin\Cookie\CookieJar\CookieJarInterface | |
| CGuzzle\Plugin\History\HistoryPlugin | |
| CGuzzle\Service\Command\Factory\CompositeFactory | |
| CGuzzleHttp\Cookie\CookieJarInterface | |
| CHttp\Message\CookieJar | |
| ►CMoney\Currencies | |
| CMoney\Currencies\AggregateCurrencies | |
| CMoney\Currencies\BitcoinCurrencies | |
| CMoney\Currencies\CachedCurrencies | |
| CMoney\Currencies\CurrencyList | |
| CMoney\Currencies\ISOCurrencies | |
| COmnipay\Common\ItemBag | |
| CPhpXmlRpc\Value | |
| CSymfony\Component\EventDispatcher\GenericEvent | |
| CSymfony\Component\HttpFoundation\HeaderBag | |
| CSymfony\Component\HttpFoundation\ParameterBag | |
| CSymfony\Component\HttpFoundation\Session\Attribute\AttributeBag | |
| CSymfony\Component\HttpFoundation\Session\Session | |
| ►CIteratorIterator | |
| CGuzzle\Iterator\ChunkedIterator | |
| CGuzzle\Iterator\MapIterator | |
| CGuzzle\Iterator\MethodProxyIterator | |
| Cbsobbe\ithenticate\Ithenticate | |
| CJSONMessage | Class to represent a JSON (Javascript Object Notation) message |
| ►CJsonSerializable | |
| CMoney\Currency | |
| CMoney\CurrencyPair | |
| CMoney\Money | |
| CLicenseForm | Add OJS-specific details to the license settings forms |
| ►CLinkAction | Base class defining an action that can be performed by the user in the user interface |
| ►CBaseAddFileLinkAction | Abstract base class for file upload actions |
| CAddFileLinkAction | An action to add a submission file |
| CAddRevisionLinkAction | An action to upload a revision of file currently under review |
| CDownloadAllLinkAction | An action to download all files in a submission file grid |
| CDownloadLibraryFileLinkAction | An action to download a library file |
| CEmailLinkAction | An action to open up a modal to view an email sent to a user |
| ►CFileLinkAction | An abstract file action |
| CDeleteFileLinkAction | An action to delete a file |
| ►CDownloadFileLinkAction | An action to download a file |
| CDownloadCopyeditedFileLinkAction | An action to download a file |
| CEditFileLinkAction | An action to edit a file's metadata |
| CFileInfoCenterLinkAction | A base action to open up the information center for a file |
| CNotifyLinkAction | An action to open up the notify part of the stage participants grid |
| CReviewerViewMetadataLinkAction | An action to open the submission meta-data modal |
| CReviewNotesLinkAction | |
| ►CSelectFilesLinkAction | An abstract base action for actions to open up a modal that allows users to select files from a file list grid |
| CSelectReviewFilesLinkAction | An action to open up the modal that allows users to select review files from a file list grid |
| CSendReminderLinkAction | An action to open up a modal to send a reminder to users assigned to a task |
| CSendThankYouLinkAction | An action to open up a modal to send a thank you email to users assigned to a review task |
| CSubmissionInfoCenterLinkAction | An action to open up the information center for a submission |
| CSubmissionLibraryLinkAction | An action to open up the submission documents modal |
| CUnconsiderReviewLinkAction | An action to allow editors to unconsider a review |
| CViewCompetingInterestGuidelinesLinkAction | An action to open the competing interests confirmation modal |
| CViewReviewGuidelinesLinkAction | An action to open the review guidelines confirmation modal |
| ►CLinkActionRequest | Abstract base class defining an action to be taken when a link action is activated |
| CAjaxAction | Class defining an AJAX action |
| ►CEventAction | This action triggers a Javascript event |
| CAddTabAction | This action triggers a containing tabset to add a new tab |
| ►CModal | Abstract base class for all modal dialogs |
| ►CAjaxModal | A modal that retrieves its content from via AJAX |
| CWizardModal | A modal that contains a wizard retrieved via AJAX |
| ►CConfirmationModal | Class defining a simple confirmation modal either with remote action or not |
| CJsEventConfirmationModal | Class defining a simple confirmation modal which generates a JS event and ok/cancel buttons |
| CRedirectConfirmationModal | Class defining a simple confirmation modal with a redirect url and ok/cancel buttons |
| CRemoteActionConfirmationModal | Class defining a simple confirmation modal with a remote action and ok/cancel buttons |
| CNullAction | This action does nothing |
| COpenWindowAction | This action request redirects to another page |
| ►CRedirectAction | This action request redirects to another page |
| CPostAndRedirectAction | Class defining a post and redirect action. See PostAndRedirectRequest.js to detailed description |
| ►CPKP\components\listPanels\ListPanel | |
| CAPP\components\listPanels\CatalogListPanel | |
| CPKP\components\listPanels\PKPAnnouncementsListPanel | |
| ►CPKP\components\listPanels\PKPEmailTemplatesListPanel | |
| CAPP\components\listPanels\EmailTemplatesListPanel | |
| CPKP\components\listPanels\PKPSelectReviewerListPanel | |
| ►CPKP\components\listPanels\PKPSubmissionsListPanel | |
| CAPP\components\listPanels\SubmissionsListPanel | |
| CListPanel | A base class for ListPanel components |
| CLocale | Provides methods for loading locale data and translating strings identified by unique keys |
| CLocaleFile | Abstraction of a locale file |
| ►CGuzzle\Log\LogAdapterInterface | |
| ►CGuzzle\Log\AbstractLogAdapter | |
| CGuzzle\Log\ClosureLogAdapter | |
| CGuzzle\Log\MonologLogAdapter | |
| CGuzzle\Log\PsrLogAdapter | |
| CGuzzle\Log\Zf1LogAdapter | |
| CGuzzle\Log\Zf2LogAdapter | |
| CGuzzle\Log\ArrayLogAdapter | |
| CPhpXmlRpc\Helper\Logger | |
| ►CLogicException | |
| CSymfony\Component\Mime\Exception\LogicException | |
| Cmainappc | |
| CMastheadForm | Add OJS-specific fields to the context add/edit form |
| CSymfony\Polyfill\Mbstring\Mbstring | |
| Cmemcache_false | |
| Cmemcache_null | |
| CmergeUsers | CLI tool for merging two user accounts |
| CSymfony\Component\Mime\MessageConverter | |
| CGuzzleHttp\MessageFormatter | |
| CGuzzle\Log\MessageFormatter | |
| ►CPsr\Http\Message\MessageInterface | |
| ►CPsr\Http\Message\RequestInterface | |
| ►CGuzzleHttp\Psr7\Request | |
| CGuzzleHttp\Psr7\ServerRequest | |
| ►CPsr\Http\Message\ServerRequestInterface | |
| CGuzzleHttp\Psr7\ServerRequest | |
| ►CPsr\Http\Message\ResponseInterface | |
| CGuzzleHttp\Psr7\Response | |
| ►CGuzzle\Http\Message\MessageInterface | |
| ►CGuzzle\Http\Message\AbstractMessage | |
| CGuzzle\Http\Message\Request | |
| CGuzzle\Http\Message\Response | |
| CGuzzle\Http\Message\RequestInterface | |
| ►COmnipay\Common\Message\MessageInterface | |
| COmnipay\Common\Message\NotificationInterface | |
| ►COmnipay\Common\Message\RequestInterface | |
| ►COmnipay\Common\Message\AbstractRequest | |
| COmnipay\Common\AbstractGatewayTest_MockAbstractRequest | |
| COmnipay\Common\Message\AbstractRequestTest_MockAbstractRequest | |
| ►COmnipay\PayPal\Message\AbstractRequest | |
| COmnipay\PayPal\Message\CaptureRequest | |
| ►COmnipay\PayPal\Message\ExpressAuthorizeRequest | |
| ►COmnipay\PayPal\Message\ExpressInContextAuthorizeRequest | |
| COmnipay\PayPal\Message\ExpressInContextOrderRequest | |
| COmnipay\PayPal\Message\ExpressOrderRequest | |
| ►COmnipay\PayPal\Message\ExpressCompleteAuthorizeRequest | |
| COmnipay\PayPal\Message\ExpressCompleteOrderRequest | |
| COmnipay\PayPal\Message\ExpressCompletePurchaseRequest | |
| COmnipay\PayPal\Message\ExpressFetchCheckoutRequest | |
| COmnipay\PayPal\Message\ExpressTransactionSearchRequest | |
| COmnipay\PayPal\Message\ExpressVoidRequest | |
| COmnipay\PayPal\Message\FetchTransactionRequest | |
| ►COmnipay\PayPal\Message\ProAuthorizeRequest | |
| COmnipay\PayPal\Message\ProPurchaseRequest | |
| COmnipay\PayPal\Message\RefundRequest | |
| ►COmnipay\PayPal\Message\AbstractRestRequest | |
| ►COmnipay\PayPal\Message\RestAuthorizeRequest | |
| COmnipay\PayPal\Message\RestPurchaseRequest | |
| COmnipay\PayPal\Message\RestCancelSubscriptionRequest | |
| COmnipay\PayPal\Message\RestCaptureRequest | |
| COmnipay\PayPal\Message\RestCompletePurchaseRequest | |
| COmnipay\PayPal\Message\RestCompleteSubscriptionRequest | |
| COmnipay\PayPal\Message\RestCreateCardRequest | |
| COmnipay\PayPal\Message\RestCreatePlanRequest | |
| COmnipay\PayPal\Message\RestCreateSubscriptionRequest | |
| COmnipay\PayPal\Message\RestDeleteCardRequest | |
| COmnipay\PayPal\Message\RestFetchPurchaseRequest | |
| COmnipay\PayPal\Message\RestFetchTransactionRequest | |
| COmnipay\PayPal\Message\RestListPlanRequest | |
| COmnipay\PayPal\Message\RestListPurchaseRequest | |
| COmnipay\PayPal\Message\RestReactivateSubscriptionRequest | |
| COmnipay\PayPal\Message\RestRefundCaptureRequest | |
| COmnipay\PayPal\Message\RestRefundRequest | |
| COmnipay\PayPal\Message\RestSearchTransactionRequest | |
| COmnipay\PayPal\Message\RestSuspendSubscriptionRequest | |
| COmnipay\PayPal\Message\RestTokenRequest | |
| COmnipay\PayPal\Message\RestUpdatePlanRequest | |
| COmnipay\PayPal\Message\RestVoidRequest | |
| ►COmnipay\Common\Message\ResponseInterface | |
| ►COmnipay\Common\Message\AbstractResponse | |
| COmnipay\Common\Message\AbstractResponseTest_MockRedirectResponse | |
| ►COmnipay\PayPal\Message\Response | |
| ►COmnipay\PayPal\Message\ExpressAuthorizeResponse | |
| COmnipay\PayPal\Message\ExpressCompletePurchaseResponse | |
| COmnipay\PayPal\Message\ExpressInContextAuthorizeResponse | |
| COmnipay\PayPal\Message\ExpressTransactionSearchResponse | |
| ►COmnipay\PayPal\Message\RestResponse | |
| COmnipay\PayPal\Message\RestAuthorizeResponse | |
| COmnipay\Common\Message\FetchIssuersResponseInterface | |
| COmnipay\Common\Message\FetchPaymentMethodsResponseInterface | |
| ►COmnipay\Common\Message\RedirectResponseInterface | |
| COmnipay\Common\Message\AbstractResponseTest_MockRedirectResponse | |
| COmnipay\PayPal\Message\ExpressAuthorizeResponse | |
| COmnipay\PayPal\Message\RestAuthorizeResponse | |
| ►CGuzzle\Parser\Message\MessageParserInterface | |
| ►CGuzzle\Parser\Message\AbstractMessageParser | |
| CGuzzle\Parser\Message\MessageParser | |
| CGuzzle\Parser\Message\PeclHttpMessageParser | |
| CMetadataProperty | Class representing metadata properties. It specifies type and cardinality of a meta-data property (=term, field, ...) and whether the property can be internationalized. It also provides a validator to test whether input conforms to the property specification |
| CMetadataRecord | Class modeling a meta-data record (DCMI abstract model: an instance of a description set, RDF: a graph of several subject nodes with associated object nodes) |
| ►CMetadataSchema | Class that represents a meta-data schema (e.g. NLM element-citation, OpenURL, dc(terms), MODS) or a subset of it |
| ►CPKPDc11Schema | Class that provides meta-data properties compliant with the Dublin Core specification, version 1.1 |
| CDc11Schema | OMP-specific implementation of the Dc11Schema |
| CTestSchema | Class that provides typical meta-data properties for testing purposes |
| CMetadataSettingsForm | Add OJS-specific fields to the masthead form |
| CGuzzleHttp\Middleware | |
| ►CSymfony\Component\Mime\Encoder\MimeHeaderEncoderInterface | |
| CSymfony\Component\Mime\Encoder\Base64MimeHeaderEncoder | |
| CSymfony\Component\Mime\Encoder\QpMimeHeaderEncoder | |
| ►CSymfony\Component\Mime\MimeTypeGuesserInterface | |
| CSymfony\Component\Mime\FileBinaryMimeTypeGuesser | |
| CSymfony\Component\Mime\FileinfoMimeTypeGuesser | |
| ►CSymfony\Component\Mime\MimeTypesInterface | |
| CSymfony\Component\Mime\MimeTypes | |
| ►CSymfony\Component\HttpFoundation\File\MimeType\MimeTypeGuesserInterface | |
| CSymfony\Component\HttpFoundation\File\MimeType\FileBinaryMimeTypeGuesser | |
| CSymfony\Component\HttpFoundation\File\MimeType\FileinfoMimeTypeGuesser | |
| CSymfony\Component\HttpFoundation\File\MimeType\MimeTypeGuesser | |
| CGuzzle\Http\Mimetypes | |
| ►CMoney\MoneyFormatter | |
| CMoney\Formatter\AggregateMoneyFormatter | |
| CMoney\Formatter\BitcoinMoneyFormatter | |
| CMoney\Formatter\DecimalMoneyFormatter | |
| CMoney\Formatter\IntlLocalizedDecimalFormatter | |
| CMoney\Formatter\IntlMoneyFormatter | |
| ►CMoney\MoneyParser | |
| CMoney\Parser\AggregateMoneyParser | |
| CMoney\Parser\BitcoinMoneyParser | |
| CMoney\Parser\DecimalMoneyParser | |
| CMoney\Parser\IntlLocalizedDecimalParser | |
| CMoney\Parser\IntlMoneyParser | |
| CNavigationMenuService | Helper class that encapsulates NavigationMenu business logic |
| CMoney\Number | |
| ►COAI | Class to process and respond to OAI requests |
| CPressOAI | OMP-specific OAI interface. Designed to support both a site-wide and press-specific OAI interface (based on where the request is directed) |
| COAIConfig | Data structures associated with the OAI request handler |
| ►COAIIdentifier | |
| COAIRecord | |
| ►COAIMetadataFormat | |
| ►CPKPOAIMetadataFormat_DC | OAI metadata format class – Dublin Core |
| COAIMetadataFormat_DC | OAI metadata format class – Dublin Core |
| COAIRepository | |
| COAIResumptionToken | |
| COAISet | |
| COAIUtils | |
| COJUsageStatsReportPlugin | OJS default statistics report plugin (and metrics provider) |
| COmnipay\Omnipay | |
| ►COmnipay\Common\Exception\OmnipayException | |
| COmnipay\Common\Exception\BadMethodCallException | |
| COmnipay\Common\Exception\InvalidCreditCardException | |
| COmnipay\Common\Exception\InvalidRequestException | |
| COmnipay\Common\Exception\InvalidResponseException | |
| ►COmnipay\Common\Exception\RuntimeException | |
| ►COmnipay\Common\Http\Exception | |
| COmnipay\Common\Http\Exception\NetworkException | |
| COmnipay\Common\Http\Exception\RequestException | |
| COMPServiceProvider | Utility class to package all OMP services |
| CGuzzle\Service\Description\Parameter | |
| CGuzzle\Parser\ParserRegistry | |
| ►CPayment | Abstract class for payments |
| CCompletedPayment | Class describing a completed payment |
| CQueuedPayment | Queued (unfulfilled) payment data structure |
| ►CPaymentManager | Provides payment management functions |
| COMPPaymentManager | Provides payment management functions |
| COmnipay\Common\PaymentMethod | |
| ►CPDO | |
| CSymfony\Component\HttpFoundation\Tests\Session\Storage\Handler\MockPdo | |
| CSymfony\Polyfill\Php72\Php72 | |
| ►CPHPUnit_Framework_TestCase | |
| CBuiltInZlibTest | |
| CFunTest | |
| ►CGuzzle\Tests\GuzzleTestCase | |
| CGuzzle\Tests\Batch\AbstractBatchDecoratorTest | |
| CGuzzle\Tests\Batch\BatchBuilderTest | |
| CGuzzle\Tests\Batch\BatchClosureDivisorTest | |
| CGuzzle\Tests\Batch\BatchClosureTransferTest | |
| CGuzzle\Tests\Batch\BatchCommandTransferTest | |
| CGuzzle\Tests\Batch\BatchRequestTransferTest | |
| CGuzzle\Tests\Batch\BatchSizeDivisorTest | |
| CGuzzle\Tests\Batch\BatchTest | |
| CGuzzle\Tests\Batch\ExceptionBufferingBatchTest | |
| CGuzzle\Tests\Batch\FlushingBatchTest | |
| CGuzzle\Tests\Batch\HistoryBatchTest | |
| CGuzzle\Tests\Batch\NotifyingBatchTest | |
| CGuzzle\Tests\Cache\CacheAdapterFactoryTest | |
| CGuzzle\Tests\Cache\CacheAdapterTest | |
| CGuzzle\Tests\Cache\ClosureCacheAdapterTest | |
| CGuzzle\Tests\Cache\Zf2CacheAdapterTest | |
| CGuzzle\Tests\Common\AbstractHasAdapterTest | |
| CGuzzle\Tests\Common\Cache\NullCacheAdapterTest | |
| CGuzzle\Tests\Common\CollectionTest | |
| CGuzzle\Tests\Common\EventTest | |
| CGuzzle\Tests\Common\Exception\BatchTransferExceptionTest | |
| CGuzzle\Tests\Common\Exception\ExceptionCollectionTest | |
| CGuzzle\Tests\Common\VersionTest | |
| CGuzzle\Tests\Http\AbstractEntityBodyDecoratorTest | |
| CGuzzle\Tests\Http\CachingEntityBodyTest | |
| CGuzzle\Tests\Http\ClientTest | |
| CGuzzle\Tests\Http\CommaAggregatorTest | |
| CGuzzle\Tests\Http\Curl\CurlHandleTest | |
| CGuzzle\Tests\Http\Curl\CurlMultiProxyTest | |
| CGuzzle\Tests\Http\Curl\CurlMultiTest | |
| CGuzzle\Tests\Http\Curl\CurlVersionTest | |
| CGuzzle\Tests\Http\Curl\RequestMediatorTest | |
| CGuzzle\Tests\Http\DuplicateAggregatorTest | |
| CGuzzle\Tests\Http\EntityBodyTest | |
| CGuzzle\Tests\Http\Exception\CurlExceptionTest | |
| CGuzzle\Tests\Http\Exception\ExceptionTest | |
| CGuzzle\Tests\Http\Exception\MultiTransferExceptionTest | |
| CGuzzle\Tests\Http\IoEmittingEntityBodyTest | |
| CGuzzle\Tests\Http\Message\AbstractMessageTest | |
| CGuzzle\Tests\Http\Message\EntityEnclosingRequestTest | |
| CGuzzle\Tests\Http\Message\Header\HeaderFactoryTest | |
| CGuzzle\Tests\Http\Message\Header\LinkTest | |
| CGuzzle\Tests\Http\Message\HeaderTest | |
| CGuzzle\Tests\Http\Message\HttpRequestFactoryTest | |
| CGuzzle\Tests\Http\Message\PostFileTest | |
| CGuzzle\Tests\Http\Message\RequestTest | |
| CGuzzle\Tests\Http\MimetypesTest | |
| CGuzzle\Tests\Http\PhpAggregatorTest | |
| CGuzzle\Tests\Http\QueryStringTest | |
| CGuzzle\Tests\Http\ReadLimitEntityBodyTest | |
| CGuzzle\Tests\Http\UrlTest | |
| CGuzzle\Tests\Inflection\InflectorTest | |
| CGuzzle\Tests\Inflection\MemoizingInflectorTest | |
| CGuzzle\Tests\Inflection\PreComputedInflectorTest | |
| CGuzzle\Tests\Log\ArrayLogAdapterTest | |
| CGuzzle\Tests\Log\ClosureLogAdapterTest | |
| CGuzzle\Tests\Log\MessageFormatterTest | |
| CGuzzle\Tests\Log\PsrLogAdapterTest | |
| CGuzzle\Tests\Log\Zf2LogAdapterTest | |
| CGuzzle\Tests\Message\HeaderComparisonTest | |
| CGuzzle\Tests\Message\ResponseTest | |
| ►CGuzzle\Tests\Parser\Cookie\CookieParserProvider | |
| CGuzzle\Tests\Parser\Cookie\CookieParserTest | |
| ►CGuzzle\Tests\Parser\Message\MessageParserProvider | |
| CGuzzle\Tests\Parser\Message\MessageParserTest | |
| CGuzzle\Tests\Parser\Message\PeclHttpMessageParserTest | |
| CGuzzle\Tests\Parser\ParserRegistryTest | |
| ►CGuzzle\Tests\Parsers\UriTemplate\AbstractUriTemplateTest | |
| CGuzzle\Tests\Parsers\UriTemplate\PeclUriTemplateTest | |
| CGuzzle\Tests\Parsers\UriTemplate\UriTemplateTest | |
| CGuzzle\Tests\Plugin\Async\AsyncPluginTest | |
| CGuzzle\Tests\Plugin\Backoff\AbstractBackoffStrategyTest | |
| CGuzzle\Tests\Plugin\Backoff\BackoffLoggerTest | |
| CGuzzle\Tests\Plugin\Backoff\BackoffPluginTest | |
| CGuzzle\Tests\Plugin\Backoff\CallbackBackoffStrategyTest | |
| CGuzzle\Tests\Plugin\Backoff\ConstantBackoffStrategyTest | |
| CGuzzle\Tests\Plugin\Backoff\CurlBackoffStrategyTest | |
| CGuzzle\Tests\Plugin\Backoff\ExponentialBackoffStrategyTest | |
| CGuzzle\Tests\Plugin\Backoff\HttpBackoffStrategyTest | |
| CGuzzle\Tests\Plugin\Backoff\LinearBackoffStrategyTest | |
| CGuzzle\Tests\Plugin\Backoff\ReasonPhraseBackoffStrategyTest | |
| CGuzzle\Tests\Plugin\Backoff\TruncatedBackoffStrategyTest | |
| CGuzzle\Tests\Plugin\Cache\CachePluginTest | |
| CGuzzle\Tests\Plugin\Cache\CallbackCanCacheStrategyTest | |
| CGuzzle\Tests\Plugin\Cache\DefaultCacheStorageTest | |
| CGuzzle\Tests\Plugin\Cache\DefaultCanCacheStrategyTest | |
| CGuzzle\Tests\Plugin\Cache\DefaultRevalidationTest | |
| CGuzzle\Tests\Plugin\Cache\DenyRevalidationTest | |
| CGuzzle\Tests\Plugin\Cache\SkipRevalidationTest | |
| CGuzzle\Tests\Plugin\Cookie\CookieJar\ArrayCookieJarTest | |
| CGuzzle\Tests\Plugin\Cookie\CookieJar\FileCookieJarTest | |
| CGuzzle\Tests\Plugin\Cookie\CookiePluginTest | |
| CGuzzle\Tests\Plugin\Cookie\CookieTest | |
| CGuzzle\Tests\Plugin\CurlAuth\CurlAuthPluginTest | |
| CGuzzle\Tests\Plugin\ErrorResponse\ErrorResponsePluginTest | |
| CGuzzle\Tests\Plugin\History\HistoryPluginTest | |
| CGuzzle\Tests\Plugin\Log\LogPluginTest | |
| CGuzzle\Tests\Plugin\Md5\CommandContentMd5PluginTest | |
| CGuzzle\Tests\Plugin\Md5\Md5ValidatorPluginTest | |
| CGuzzle\Tests\Plugin\Mock\MockPluginTest | |
| CGuzzle\Tests\Plugin\Oauth\OauthPluginTest | |
| CGuzzle\Tests\Plugin\Redirect\RedirectPluginTest | |
| CGuzzle\Tests\Plugin\Redirect\StaticClientTest | |
| CGuzzle\Tests\Service\Builder\ServiceBuilderLoaderTest | |
| CGuzzle\Tests\Service\CachingConfigLoaderTest | |
| CGuzzle\Tests\Service\ClientTest | |
| ►CGuzzle\Tests\Service\Command\AbstractCommandTest | |
| CGuzzle\Tests\Service\Command\CommandTest | |
| CGuzzle\Tests\Service\Command\AliasFactoryTest | |
| CGuzzle\Tests\Service\Command\ClosureCommandTest | |
| CGuzzle\Tests\Service\Command\CompositeFactoryTest | |
| CGuzzle\Tests\Service\Command\ConcreteClassFactoryTest | |
| CGuzzle\Tests\Service\Command\DefaultRequestSerializerTest | |
| CGuzzle\Tests\Service\Command\DefaultResponseParserTest | |
| ►CGuzzle\Tests\Service\Command\LocationVisitor\Request\AbstractVisitorTestCase | |
| CGuzzle\Tests\Service\Command\LocationVisitor\Request\BodyVisitorTest | |
| CGuzzle\Tests\Service\Command\LocationVisitor\Request\HeaderVisitorTest | |
| CGuzzle\Tests\Service\Command\LocationVisitor\Request\JsonVisitorTest | |
| CGuzzle\Tests\Service\Command\LocationVisitor\Request\PostFieldVisitorTest | |
| CGuzzle\Tests\Service\Command\LocationVisitor\Request\PostFileVisitorTest | |
| CGuzzle\Tests\Service\Command\LocationVisitor\Request\QueryVisitorTest | |
| CGuzzle\Tests\Service\Command\LocationVisitor\Request\ResponseBodyVisitorTest | |
| CGuzzle\Tests\Service\Command\LocationVisitor\Request\XmlVisitorTest | |
| ►CGuzzle\Tests\Service\Command\LocationVisitor\Response\AbstractResponseVisitorTest | |
| CGuzzle\Tests\Service\Command\LocationVisitor\Response\BodyVisitorTest | |
| CGuzzle\Tests\Service\Command\LocationVisitor\Response\HeaderVisitorTest | |
| CGuzzle\Tests\Service\Command\LocationVisitor\Response\JsonVisitorTest | |
| CGuzzle\Tests\Service\Command\LocationVisitor\Response\ReasonPhraseVisitorTest | |
| CGuzzle\Tests\Service\Command\LocationVisitor\Response\StatusCodeVisitorTest | |
| CGuzzle\Tests\Service\Command\LocationVisitor\Response\XmlVisitorTest | |
| CGuzzle\Tests\Service\Command\MapFactoryTest | |
| CGuzzle\Tests\Service\Command\OperationCommandTest | |
| CGuzzle\Tests\Service\Command\OperationResponseParserTest | |
| CGuzzle\Tests\Service\Command\ServiceDescriptionFactoryTest | |
| CGuzzle\Tests\Service\Command\VisitorFlyweightTest | |
| CGuzzle\Tests\Service\Description\OperationTest | |
| CGuzzle\Tests\Service\Description\ParameterTest | |
| CGuzzle\Tests\Service\Description\SchemaFormatterTest | |
| CGuzzle\Tests\Service\Description\SchemaValidatorTest | |
| CGuzzle\Tests\Service\Description\ServiceDescriptionLoaderTest | |
| CGuzzle\Tests\Service\Description\ServiceDescriptionTest | |
| CGuzzle\Tests\Service\Exception\CommandTransferExceptionTest | |
| CGuzzle\Tests\Service\Exception\InconsistentClientTransferExceptionTest | |
| CGuzzle\Tests\Service\Exception\ValidationExceptionTest | |
| CGuzzle\Tests\Service\Resource\CompositeResourceIteratorFactoryTest | |
| CGuzzle\Tests\Service\Resource\MapResourceIteratorFactoryTest | |
| CGuzzle\Tests\Service\Resource\ModelTest | |
| CGuzzle\Tests\Service\Resource\ResourceIteratorClassFactoryTest | |
| CGuzzle\Tests\Service\Resource\ResourceIteratorTest | |
| CGuzzle\Tests\Service\ServiceBuilderTest | |
| CGuzzle\Tests\Stream\PhpStreamRequestFactoryTest | |
| CGuzzle\Tests\Stream\StreamTest | |
| CGuzzle\Tests\Iterator\AppendIteratorTest | |
| CGuzzle\Tests\Iterator\ChunkedIteratorTest | |
| CGuzzle\Tests\Iterator\FilterIteratorTest | |
| CGuzzle\Tests\Iterator\MapIteratorTest | |
| CGuzzle\Tests\Iterator\MethodProxyIteratorTest | |
| CPhpXmlRpc\PhpXmlRpc | |
| CPKPAnnouncementForm | A preset form for creating a new announcement |
| CPKPAnnouncementQueryBuilder | Class for building database queries for announcements |
| CPKPAnnouncementService | Helper class that encapsulates business logic for publications |
| CPKPAnnouncementSettingsForm | A preset form for enabling and configuring announcements |
| CPKPAnnouncementsListPanel | A ListPanel component for viewing and editing email templates |
| CPKPAppearanceAdvancedForm | A preset form for advanced settings under the website appearance tab |
| CPKPAppearanceSetupForm | A preset form for general website appearance setup, such as uploading a logo |
| CPKPAuthorGuidelinesForm | A preset form for author submission guidance settings |
| CPKPAuthorQueryBuilder | Class for building database queries for authors |
| CPKPAuthorService | Helper class that encapsulates author business logic |
| CPKPCitationsForm | A preset form for setting a publication's citations |
| CPKPContactForm | A preset form for configuring a context's contact details |
| ►CPKPContentBaseTestCase | |
| CContentBaseTestCase | Base class for content-based tests |
| CPKPContextForm | A preset form for adding and editing a context from the admin area |
| CPKPContextQueryBuilder | Base class for context (journals/presses) list query builder |
| CPKPContextService | Helper class that encapsulates business logic for contexts (journals and presses) |
| CPKPCurlHelper | Helper for curl usage |
| CPKPDateTimeForm | A preset form for presenting date and time on the frontend |
| CPKPDisableSubmissionsForm | A preset form for disabling new submissions |
| ►CPKPEditorDecisionActionsManager | Wrapper class for create and assign editor decisions actions to template manager |
| CEditorDecisionActionsManager | Wrapper class for create and assign editor decisions actions to template manager |
| CPKPEmailSetupForm | A preset form for configuring a context's email settings |
| CPKPEmailTemplateForm | A preset form for adding and editing email templates |
| CPKPEmailTemplateQueryBuilder | Class for building database queries for email templates |
| CPKPEmailTemplateService | Helper class that encapsulates business logic for email templates |
| CPKPEmailTemplatesListPanel | A ListPanel component for viewing and editing email templates |
| ►CPKPHandler | |
| ►CAPIHandler | Base request API handler |
| CPKPAnnouncementHandler | Handle API requests for announcement operations |
| ►CPKPBackendPaymentsSettingsHandler | A private API endpoint handler for payment settings. It may be possible to deprecate this when we have a working endpoint for plugin settings |
| CBackendPaymentsSettingsHandler | |
| ►CPKPBackendSubmissionsHandler | Handle API requests for backend operations |
| CBackendSubmissionsHandler | Handle API requests for backend operations |
| CPKPContextHandler | Base class to handle API requests for contexts (journals/presses) |
| CPKPEmailTemplateHandler | Base class to handle API requests for contexts (journals/presses) |
| CPKPSiteHandler | Base class to handle API requests for the site object |
| ►CPKPStatsEditorialHandler | Handle API requests for publication statistics |
| CStatsEditorialHandler | Handle API requests for editorial statistics |
| ►CPKPStatsPublicationHandler | Handle API requests for publication statistics |
| CStatsPublicationHandler | Handle API requests for publication statistics |
| CPKPStatsUserHandler | Handle API requests for publication statistics |
| ►CPKPSubmissionHandler | Base handler for submission requests |
| CSubmissionHandler | Handle API requests for submission operations |
| CPKPTemporaryFilesHandler | Handle API requests to upload a file and receive a temporary file ID |
| CPKPUploadPublicFileHandler | Handle API requests to upload a file to a user's public directory |
| ►CPKPUserHandler | Base class to handle API requests for user operations |
| ►CUserHandler | Handle API requests for user operations |
| CProfileHandler | Handle requests for modifying user profiles |
| CRegistrationHandler | Handle requests for user registration |
| CPKPVocabHandler | Handle API requests for controlled vocab operations |
| CCoverHandler | Component serving up cover images for submissions |
| ►CGridHandler | This class defines basic operations for handling HTML grids. Grids are used to implement a standardized listing of elements, as would commonly be laid out in an HTML table, permitting rows, columns, row actions (such as "delete" and "edit" actions, which operate on a single row), and grid actions (such as "new element", which operates on the grid as a whole), and other functionality to be implemented consistently |
| CAnnouncementTypeGridHandler | Handle announcement type grid requests |
| CAuthorGridHandler | Base PKP class to handle author grid requests |
| ►CCategoryGridHandler | Class defining basic operations for handling HTML grids with categories |
| CCategoryCategoryGridHandler | Handle operations for category management operations |
| CChapterGridHandler | Handle chapter grid requests |
| ►CLibraryFileGridHandler | Base class for handling library file grid requests |
| CLibraryFileAdminGridHandler | Handle library file grid requests |
| CSelectableLibraryFileGridHandler | Handle selectable library file list category grid requests |
| CSubmissionDocumentsFilesGridHandler | |
| ►CPluginGridHandler | Handle plugins grid requests |
| CAdminPluginGridHandler | Handle site level plugins grid requests |
| CSettingsPluginGridHandler | Handle plugin grid requests |
| CPublicationFormatGridHandler | Handle publication format grid requests |
| CRepresentativesGridHandler | Handle publication format grid requests for representatives |
| ►CSelectableSubmissionFileListCategoryGridHandler | Handle selectable submission file list category grid requests |
| CManageCopyeditFilesGridHandler | Handle the copyedited file selection grid |
| CManageFinalDraftFilesGridHandler | Handle the editor review file selection grid (selects which files to send to review or to next review round) |
| CManageProofFilesGridHandler | Handle the editor's proof files selection grid (selects which files to include) |
| CManageQueryNoteFilesGridHandler | Handle the query file selection grid |
| CManageReviewFilesGridHandler | Handle the editor review file selection grid (selects which files to send to review or to next review round) |
| CStageParticipantGridHandler | Handle stageParticipant grid requests |
| CContextGridHandler | Handle context grid requests |
| CCustomBlockGridHandler | Handle custom block manager grid requests |
| CCustomLocaleGridHandler | |
| CExportableUsersGridHandler | Handle exportable user grid requests |
| CIdentificationCodeGridHandler | Handle publication format grid requests for identification codes |
| ►CLanguageGridHandler | Handle language grid requests |
| CAdminLanguageGridHandler | Handle administrative language grid requests. If in single context (e.g. press) installation, this grid can also handle language management requests. See _canManage() |
| CManageLanguageGridHandler | Handle language management grid requests only |
| ►CListbuilderHandler | Class defining basic operations for handling Listbuilder UI elements |
| ►CSetupListbuilderHandler | Base class for setup listbuilders |
| CReviewFormElementResponseItemListbuilderHandler | Review form element response item listbuilder handler |
| CManageSpotlightsGridHandler | |
| CMarketsGridHandler | Handle publication format grid requests for markets |
| CNavigationMenuItemsGridHandler | Handle NavigationMenuItems grid requests |
| CNavigationMenusGridHandler | Handle NavigationMenus grid requests |
| ►CNotificationsGridHandler | Handle the display of notifications for a given user |
| CTaskNotificationsGridHandler | Handle the display of task notifications for a given user |
| ►CPKPReviewerGridHandler | Handle reviewer grid requests |
| CAuthorReviewerGridHandler | Handle reviewer grid requests from author workflow in open reviews |
| CReviewerGridHandler | Handle reviewer grid requests |
| CPluginGalleryGridHandler | Handle review form grid requests |
| CPublicationDateGridHandler | Handle publication format grid requests for publication dates |
| CQueriesGridHandler | Base PKP class to handle query grid requests |
| CQueryNotesGridHandler | Base PKP class to handle query grid requests |
| CReviewFormElementsGridHandler | Handle review form element grid requests |
| CReviewFormGridHandler | Handle review form grid requests |
| CSalesRightsGridHandler | Handle publication format grid requests for sales rights |
| ►CSetupGridHandler | Base class for setup grid handlers |
| CGenreGridHandler | Handle Genre grid requests |
| CSeriesGridHandler | Handle series grid requests |
| CSubmissionChecklistGridHandler | Handle submissionChecklist grid requests |
| CStaticPageGridHandler | Handle static pages grid requests |
| ►CSubmissionEventLogGridHandler | Grid handler presenting the submission event log grid |
| CSubmissionFileEventLogGridHandler | Grid handler presenting the submission file event log grid |
| ►CSubmissionFilesGridHandler | Handle submission file grid requests |
| ►CFileListGridHandler | Base grid for simple file lists. This grid shows the file type in addition to the file name |
| CAuthorOpenReviewAttachmentsGridHandler | Handle review attachment grid requests in open reviews (author's perspective) |
| CAuthorReviewAttachmentsGridHandler | Handle review attachment grid requests (author's perspective) |
| CAuthorReviewRevisionsGridHandler | Display to authors the file revisions that they have uploaded |
| CAuthorSubmissionDetailsFilesGridHandler | Handle submission file grid requests on the author's submission details pages |
| CCopyeditFilesGridHandler | Handle the copyedited files grid |
| CDependentFilesGridHandler | Handle dependent files that are associated with a submissions's display (galleys or production formats, for example). The submission author and all context/editor roles have access to this grid |
| CEditorReviewAttachmentsGridHandler | Editor's view of the Review Attachments Grid |
| CEditorReviewFilesGridHandler | Handle the editor review file grid (displays files that are to be reviewed in the current round) |
| CEditorSubmissionDetailsFilesGridHandler | Handle submission file grid requests on the editor's submission details pages |
| CFinalDraftFilesGridHandler | Handle the final draft files grid (displays files sent to copyediting from the review stage) |
| CProductionReadyFilesGridHandler | Handle the fair copy files grid (displays copyedited files ready to move to proofreading) |
| CQueryNoteFilesGridHandler | Handle query files that are associated with a query The participants of a query have access to the files in this grid |
| CReviewerReviewAttachmentsGridHandler | Handle file grid requests |
| CReviewerReviewFilesGridHandler | Handle the reviewer review file grid (for reviewers to download files to review) |
| ►CSelectableFileListGridHandler | Base grid for selectable file lists. The grid use the SelectableItemFeature to show a check box for each row so that the user can make a selection among grid entries |
| CEditorSelectableReviewAttachmentsGridHandler | Selectable review attachment grid requests (editor's perspective) |
| CLimitReviewFilesGridHandler | Display a selectable list of review files for the round to editors. Items in this list can be selected or deselected to give a specific subset to a particular reviewer |
| CSelectableCopyeditFilesGridHandler | Handle copyedited files grid requests to promote to production stage |
| CSelectableFinalDraftFilesGridHandler | Handle copyedited files grid requests to promote to production stage |
| CSelectableReviewRevisionsGridHandler | Display the file revisions authors have uploaded in a selectable grid. Used for selecting files to send to external review or editorial stages |
| CSelectableSubmissionDetailsFilesGridHandler | Handle submission file grid requests in the editor's 'promote submission' modal |
| CSubmissionWizardFilesGridHandler | Handle submission file grid requests at the author submission wizard. The submission author and all context/editor roles have access to this grid |
| CWorkflowReviewRevisionsGridHandler | Display in workflow pages the file revisions that authors have uploaded |
| CUserGridHandler | Handle user grid requests |
| CUserGroupGridHandler | Handle operations for user group management operations |
| CUserSelectGridHandler | Handle user selector grid requests |
| ►CHandler | Base request handler application class |
| CAboutContextHandler | Handle requests for context-level about functions |
| CAboutSiteHandler | Handle requests for site-wide about functions |
| CAdminHandler | Handle requests for site administration functions |
| CAnnouncementHandler | |
| CAuthorDashboardTabHandler | Handle AJAX operations for authorDashboard tabs |
| CCatalogBookHandler | Handle requests for the book-specific part of the public-facing catalog |
| CCustomLocaleHandler | |
| CDashboardHandler | Handle requests for user's dashboard |
| CDocumentLibraryHandler | Submission document library modal handler |
| CFileApiHandler | Class defining an AJAX API for supplying file information |
| CGatewayHandler | Handle external gateway requests |
| CHelpHandler | Handle requests for help functions |
| ►CInformationCenterHandler | Parent class for file/submission information center handlers |
| CFileInformationCenterHandler | Handle requests to view the information center for a file |
| CSubmissionInformationCenterHandler | Handle requests to view the information center for a submission |
| CInformationHandler | Display press information |
| CInstallHandler | Handle installation requests |
| CLibraryFileHandler | Class defining a handler for library file access |
| CLoginHandler | Handle login/logout requests |
| CManageCatalogHandler | Handle requests for catalog management |
| ►CManagementHandler | Base class for all management page handlers |
| CPKPToolsHandler | Handle requests for Tool pages |
| CSettingsHandler | Handle requests for settings pages |
| CNavigationMenuItemHandler | Handle requests for navigationMenuItem functions |
| CNotificationHandler | Handle requests for viewing notifications |
| COAIHandler | Handle OAI protocol requests |
| CPageHandler | Handler for requests for page components such as the header, tasks, usernav, and CSS |
| CPaymentHandler | Handle requests for payment functions |
| ►CPKPAuthorDashboardHandler | Handle requests for the author dashboard |
| ►CAuthorDashboardHandler | Handle requests for the author dashboard |
| CAuthorDashboardReviewRoundTabHandler | Handle AJAX operations for review round tabs on author dashboard page |
| ►CPKPCatalogHandler | Handle requests for the public-facing catalog |
| CCatalogHandler | Handle requests for the press-specific part of the public-facing catalog |
| ►CPKPEditorDecisionHandler | |
| CEditorDecisionHandler | Handle requests for editors to make a decision |
| ►CPKPFileUploadWizardHandler | |
| CFileUploadWizardHandler | A controller that handles basic server-side operations of the file upload wizard |
| ►CPKPIndexHandler | |
| CIndexHandler | Handle site index requests |
| ►CPKPManageFileApiHandler | Class defining an AJAX API for file manipulation |
| CManageFileApiHandler | Class defining an AJAX API for file manipulation |
| ►CPKPReviewerHandler | Handle requests for reviewer functions |
| CReviewerHandler | Handle requests for reviewer functions |
| ►CPKPReviewRoundTabHandler | |
| CReviewRoundTabHandler | Handle AJAX operations for review round tabs on review stages workflow pages |
| ►CPKPSitemapHandler | Produce a sitemap in XML format for submitting to search engines |
| CSitemapHandler | Produce a sitemap in XML format for submitting to search engines |
| ►CPKPStatsHandler | Handle requests for statistics pages |
| CStatsHandler | Handle requests for statistics pages |
| ►CPKPWorkflowHandler | |
| CWorkflowHandler | Handle requests for the submssion workflow |
| ►CPKPWorkflowTabHandler | Handle AJAX operations for workflow tabs |
| CWorkflowTabHandler | Handle AJAX operations for workflow tabs |
| CProfileTabHandler | Handle requests for profile tab operations |
| CPublishHandler | A handler to load final publishing confirmation checks |
| CReportGeneratorHandler | Handle requests for report generator functions |
| CSearchHandler | Handle site index requests |
| CStaticPagesHandler | |
| CUsageStatsHandler | Handle usage stats page requests (opt-out, privacy information) |
| CUserApiHandler | Class defining the headless AJAX API for backend user manipulation |
| ►CPKPImportExportDeployment | Base class configuring the import/export process to an application's specifics |
| COnix30ExportDeployment | Class configuring the native import/export process to this application's specifics |
| ►CPKPNativeImportExportDeployment | Base class configuring the native import/export process to an application's specifics |
| CNativeImportExportDeployment | Class configuring the native import/export process to this application's specifics |
| CPKPUserImportExportDeployment | Class configuring the user import/export process to this application's specifics |
| CPKPInformationForm | A preset form for configuring the information fields for a context (eg - info for readers, authors and librarians) |
| CPKPLicenseForm | A preset form for configuring a context's default licensing details |
| CPKPListsForm | A preset form for configuring how a context handles lists of items in the UI |
| ►CPKPLocale | Provides methods for loading locale data and translating strings identified by unique keys |
| CAppLocale | Mock implementation of the Locale class |
| CPKPMastheadForm | A preset form for configuring a context's masthead details |
| CPKPMetadataForm | A preset form for setting a publication's metadata fields |
| CPKPMetadataSettingsForm | A preset form for enabling and configuring types of metadata to attach to submissions |
| ►CPKP\Services\PKPNavigationMenuService | |
| CAPP\Services\NavigationMenuService | |
| CPKPNavigationMenuService | Helper class that encapsulates NavigationMenu business logic |
| CPKPPaymentSettingsForm | A preset form for configuring the general payment settings |
| CPKPPrivacyForm | A preset form for configuring a context's privacy statement |
| CPKPProfileForm | Form to edit user's identity information |
| ►CPKPPubIdPluginDAO | Interface that DAOs would need to implement in order for pub ID support to be added |
| CChapterDAO | Operations for retrieving and modifying ChapterAuthor objects |
| CPKPPublicationDAO | Operations for retrieving and modifying publication objects |
| CPublicationFormatDAO | Operations for retrieving and modifying PublicationFormat objects |
| CSubmissionFileDAO | Abstract base class for retrieving and modifying SubmissionFile objects and their decendents (e.g. SubmissionFile, SubmissionArtworkFile) |
| CPKPPubIdPluginHelper | Helper class for public identifiers plugins |
| CPKPPublicationIdentifiersForm | A preset form for setting a publication's public identifiers (DOI, etc) |
| CPKPPublicationLicenseForm | A preset form for setting a publication's license and copyright info |
| CPKPPublicationQueryBuilder | Class for building database queries for publications |
| CPKPPublicationService | Helper class that encapsulates business logic for publications |
| ►CPKPRequest | Class providing operations associated with HTTP requests |
| CRequest | Class providing operations associated with HTTP requests. Requests are assumed to be in the format http://host.tld/index.php/<press_id>/<page_name>/<operation_name>/<arguments...> <press_id> is assumed to be "index" for top-level site requests |
| CPKPReviewGuidanceForm | A preset form for configuring the guidance a reviewer should receive |
| CPKPReviewSetupForm | A preset form for configuring review options, such as the default review type and deadlines |
| ►CPKPRouter | Basic router class that has functionality common to all routers |
| CAPIRouter | Map HTTP requests to a REST API using the Slim microframework |
| CPKPComponentRouter | Class mapping an HTTP request to a component handler operation |
| ►CPKPPageRouter | Class mapping an HTTP request to a handler or context |
| CPageRouter | Class providing OMP-specific page routing |
| CPKP\Services\PKPSchemaService | |
| CPKPSchemaService | Helper class for loading schemas, using them to sanitize and validate objects, and installing default data |
| CPKPSearchIndexingForm | A preset form for configuring a context's search indexing settings |
| CPKPSelectReviewerListPanel | A class for loading a panel to select a reviewer |
| ►CPKPServices | Pimple Dependency Injection Container |
| CServices | Pimple Dependency Injection Container |
| CPKPSiteAppearanceForm | A preset form for the site appearance settings |
| CPKPSiteConfigForm | A preset form for the site config settings |
| CPKPSiteInformationForm | A preset form for the site information settings |
| CPKPSiteService | Helper class that encapsulates business logic for the overall site |
| ►CPKPStatisticsHelper | Statistics helper class |
| CStatisticsHelper | Statistics helper class |
| ►CPKP\components\PKPStatsComponent | |
| CPKP\components\PKPStatsEditorialPage | |
| CPKP\components\PKPStatsPublicationPage | |
| CPKPStatsComponent | A class to prepare the data object for a statistics UI component |
| CPKPStatsEditorialPage | A class to prepare the data object for the editorial statistics UI component |
| ►CPKP\Services\QueryBuilders\PKPStatsEditorialQueryBuilder | |
| CAPP\Services\QueryBuilders\StatsEditorialQueryBuilder | |
| CPKPStatsEditorialQueryBuilder | Helper class to construct a query to fetch stats records from the metrics table |
| CPKPStatsEditorialService | Helper class that encapsulates business logic for getting editorial stats |
| ►CPKP\Services\PKPStatsEditorialService | |
| CAPP\Services\StatsEditorialService | |
| CPKPStatsPublicationPage | A class to prepare the data object for the publication statistics UI component |
| CPKP\Services\QueryBuilders\PKPStatsQueryBuilder | |
| CPKPStatsQueryBuilder | Helper class to construct a query to fetch stats records from the metrics table |
| CPKPStatsService | Helper class that encapsulates statistics business logic |
| ►CPKP\Services\PKPStatsService | |
| CAPP\Services\StatsService | |
| CPKPString | String manipulation wrapper class |
| CPKPSubmissionFilesGridDataProvider | Provide access to submission file data for grids |
| ►CPKPSubmissionMetadataFormImplementation | |
| CSubmissionMetadataFormImplementation | This can be used by other forms that want to implement submission metadata data and form operations |
| CPKPSubmissionsListPanel | A ListPanel component for displaying submissions in the dashboard |
| CPKPTemporaryFileManager | Class defining operations for temporary file management |
| CPKPTestHelper | |
| CPKPThemeForm | A form for selecting a theme and theme options. Expects to be attached to a <theme-form> element in the UI |
| CPKPTitleAbstractForm | A preset form for setting a publication's title and abstract |
| CPKPUserAccessForm | A preset form for configuring the user access settings on the Users and Roles page of a context |
| ►CPKPUserAction | PKPUserAction class |
| CUserAction | UserAction class |
| CPKPUserQueryBuilder | Submission list Query builder |
| CPKPUserService | Helper class that encapsulates users business logic |
| CPlainTextReferencesList | Class representing an ordered list of plain text citation output |
| ►CPlugin | Abstract class for plugins |
| CAuthPlugin | Abstract class for authentication plugins |
| ►CGatewayPlugin | Abstract class for gateway plugins |
| CTestGatewayPlugin | Simple example gateway plugin |
| CWebFeedGatewayPlugin | Gateway component of web feed plugin |
| ►CImportExportPlugin | Abstract class for import/export plugins |
| CCSVImportExportPlugin | CSV import/export plugin |
| CNativeImportExportPlugin | Native XML import/export plugin |
| COnix30ExportPlugin | ONIX 3.0 XML import/export plugin |
| ►CPKPUserImportExportPlugin | |
| CUserImportExportPlugin | User XML import/export plugin |
| ►CLazyLoadPlugin | |
| ►CBlockPlugin | Abstract class for block plugins |
| CBrowseBlockPlugin | Class for browse block plugin |
| CCustomBlockPlugin | |
| CDevelopedByBlockPlugin | Class for "developed by" block plugin |
| CInformationBlockPlugin | Class for information block plugin |
| CLanguageToggleBlockPlugin | Class for language selector block plugin |
| CMakeSubmissionBlockPlugin | Class for the "Make a Submission" block plugin |
| CUsageStatsOptoutBlockPlugin | Opt-out component |
| CWebFeedBlockPlugin | Class for block component of web feed plugin |
| ►CGenericPlugin | Abstract class for generic plugins |
| CCustomBlockManagerPlugin | |
| CCustomLocalePlugin | |
| CDublinCoreMetaPlugin | Inject Dublin Core meta tags into monograph views to facilitate indexing |
| CGoogleAnalyticsPlugin | Google Analytics plugin class |
| CGoogleScholarPlugin | Inject Google Scholar meta tags into monograph views to facilitate indexing |
| CHtmlMonographFilePlugin | Class for HtmlMonographFile plugin |
| CPdfJsViewerPlugin | Class for PdfJsViewer plugin |
| CPiwikPlugin | Piwik plugin class |
| ►CPKPAcronPlugin | Removes dependency on 'cron' for scheduled tasks, including possible tasks defined by plugins. See the PKPAcronPlugin::parseCrontab hook implementation |
| CAcronPlugin | Removes dependency on 'cron' for scheduled tasks, including possible tasks defined by plugins. See the AcronPlugin::parseCrontab hook implementation |
| ►CPKPUsageEventPlugin | Base class for usage event plugin. Provide usage events to other statistics plugins |
| CUsageEventPlugin | Implements application specifics for usage event generation |
| CPKPViewableFilePlugin | |
| CPlagiarismPlugin | |
| CStaticPagesPlugin | |
| CTinyMCEPlugin | TinyMCE WYSIWYG plugin for textareas - to allow cross-browser HTML editing |
| CUsageStatsPlugin | Provide usage statistics to data objects |
| CWebFeedPlugin | Web Feeds plugin class |
| ►CPaymethodPlugin | |
| CManualPaymentPlugin | Manual payment plugin class |
| CPaypalPaymentPlugin | Paypal payment plugin class |
| ►CPKPPubIdPlugin | Abstract class for public identifiers plugins |
| ►CPubIdPlugin | Public identifiers plugins common functions |
| CDOIPubIdPlugin | DOI plugin class |
| CURNPubIdPlugin | URN plugin class |
| ►CThemePlugin | Abstract class for theme plugins |
| CDefaultThemePlugin | Default theme |
| CSmithsonianThemePlugin | Smithsonian theme |
| ►CMetadataPlugin | Abstract class for metadata plugins |
| ►CPKPDc11MetadataPlugin | Abstract base class for Dublin Core version 1.1 metadata plugins |
| CDc11MetadataPlugin | Dublic Core version 1.1 metadata plugin |
| ►COAIMetadataFormatPlugin | Abstract class for OAI Metadata format plugins |
| ►CPKPOAIMetadataFormatPlugin_DC | Dc metadata format plugin for OAI |
| COAIMetadataFormatPlugin_DC | Dc metadata format plugin for OAI |
| ►CReportPlugin | Abstract class for report plugins |
| ►CPKPUsageStatsReportPlugin | OJS default statistics report plugin (and metrics provider) |
| COJSUsageStatsReportPlugin | |
| COMPUsageStatsReportPlugin | OMP default statistics report plugin (and metrics provider) |
| COPSUsageStatsReportPlugin | OPS default statistics report plugin (and metrics provider) |
| CReviewReportPlugin | Review report plugin |
| CPluginHelper | Helper class implementing plugin administration functions |
| CPluginRegistry | Registry class for managing plugins |
| ►CPolicySet | An ordered list of policies. Policy sets can be added to decision managers like policies. The decision manager will evaluate the contained policies in the order they were added |
| ►CContextPolicy | Basic policy that ensures availability of a context in the request context and a valid user group. All context based policies extend this policy |
| CAuthorDashboardAccessPolicy | Class to control access to author dashboard |
| CContextAccessPolicy | Class to control access to PKP applications' setup components |
| CEditorDecisionAccessPolicy | Class to control access to submission workflow stage components |
| COmpPublishedSubmissionAccessPolicy | Class to control access to published submissions in OMP |
| CPublicationAccessPolicy | Class to control access to a publication |
| CPublicationWritePolicy | Class to permit or deny write functions (add/edit) on a publication |
| CQueryAccessPolicy | Class to control access to queries |
| CQueryWorkflowStageAccessPolicy | Class to control access to submission workflow stage components related to queries |
| CReviewStageAccessPolicy | Class to control access to review stage components |
| CSubmissionAccessPolicy | Base class to control (write) access to submissions and (read) access to submission details in OMP |
| CSubmissionFileAccessPolicy | Base class to control (write) access to submissions and (read) access to submission files |
| CWorkflowStageAccessPolicy | Class to control access to OMP's submission workflow stage components |
| CPKPSiteAccessPolicy | Class to that makes sure that a user is logged in |
| CPluginAccessPolicy | Class to control access to plugins |
| ►CGuzzle\Http\Message\PostFileInterface | |
| CGuzzle\Http\Message\PostFile | |
| CGuzzleHttp\PrepareBodyMiddleware | |
| ►CHttp\Promise\Promise | |
| CHttp\Adapter\Guzzle6\Promise | |
| CHttp\Client\Promise\HttpFulfilledPromise | |
| CHttp\Client\Promise\HttpRejectedPromise | |
| CHttp\Promise\FulfilledPromise | |
| CHttp\Promise\RejectedPromise | |
| ►CGuzzleHttp\Promise\PromiseInterface | |
| CGuzzleHttp\Promise\Coroutine | |
| CGuzzleHttp\Promise\FulfilledPromise | |
| CGuzzleHttp\Promise\Promise | |
| CGuzzleHttp\Promise\RejectedPromise | |
| ►CGuzzleHttp\Promise\PromisorInterface | |
| CGuzzleHttp\Pool | |
| CGuzzleHttp\Promise\EachPromise | |
| CProofFilesGridDataProvider | Provide access to proof files management |
| CGuzzleHttp\Handler\Proxy | |
| CPublicationDatesForm | A preset form for configuring whether chapters get their own publication dates |
| CPublicationFormatService | A service class with methods to handle publication formats |
| CAPP\Services\PublicationFormatService | |
| CPublicationFormatTombstoneManager | Class defining basic operations for publication format tombstones |
| CPublicationService | Extends the base publication service class with app-specific requirements |
| CPublishForm | A preset form for confirming a publication has met requirements before it is published |
| CQueriesAccessHelper | Implements access rules for queries. Permissions are intended as follows (per UI/UX group, 2015-12-01) Added permissions for Reviewers, 2017-11-05 |
| ►CGuzzle\Http\QueryAggregator\QueryAggregatorInterface | |
| CGuzzle\Http\QueryAggregator\CommaAggregator | |
| CGuzzle\Http\QueryAggregator\DuplicateAggregator | |
| CGuzzle\Http\QueryAggregator\PhpAggregator | |
| CQueryNoteFilesGridCategoryDataProvider | Provide access to query file data for category grids |
| CGuzzleHttp\RedirectMiddleware | |
| CRegistry | Maintains a static table of keyed references. Used for storing/accessing single instance objects and values |
| ►CSymfony\Component\HttpFoundation\Request | |
| CSymfony\Component\HttpFoundation\ApacheRequest | |
| CSymfony\Component\HttpFoundation\Tests\NewRequest | |
| CSymfony\Component\HttpFoundation\Tests\RequestContentProxy | |
| CPhpXmlRpc\Request | |
| ►CSymfony\Component\HttpFoundation\Exception\RequestExceptionInterface | |
| CSymfony\Component\HttpFoundation\Exception\ConflictingHeadersException | |
| CSymfony\Component\HttpFoundation\Exception\SuspiciousOperationException | |
| ►CHttp\Message\RequestFactory | |
| ►CHttp\Message\MessageFactory | |
| CHttp\Message\MessageFactory\DiactorosMessageFactory | |
| CHttp\Message\MessageFactory\GuzzleMessageFactory | |
| CHttp\Message\MessageFactory\SlimMessageFactory | |
| ►CGuzzle\Http\Message\RequestFactoryInterface | |
| CGuzzle\Http\Message\RequestFactory | |
| ►CHttp\Message\RequestMatcher | |
| ►CHttp\Message\RequestMatcher\RequestMatcher | |
| CHttp\Message\RequestMatcher\CallbackRequestMatcher | |
| CHttp\Message\RequestMatcher\RegexRequestMatcher | |
| ►CSymfony\Component\HttpFoundation\RequestMatcherInterface | |
| ►CSymfony\Component\HttpFoundation\RequestMatcher | |
| CSymfony\Component\HttpFoundation\ExpressionRequestMatcher | |
| CGuzzle\Http\Curl\RequestMediator | |
| CGuzzleHttp\RequestOptions | |
| ►CGuzzle\Service\Command\RequestSerializerInterface | |
| CGuzzle\Service\Command\DefaultRequestSerializer | |
| CSymfony\Component\HttpFoundation\RequestStack | |
| ►CGuzzle\Service\Command\LocationVisitor\Request\RequestVisitorInterface | |
| ►CGuzzle\Service\Command\LocationVisitor\Request\AbstractRequestVisitor | |
| CGuzzle\Service\Command\LocationVisitor\Request\BodyVisitor | |
| CGuzzle\Service\Command\LocationVisitor\Request\HeaderVisitor | |
| CGuzzle\Service\Command\LocationVisitor\Request\JsonVisitor | |
| CGuzzle\Service\Command\LocationVisitor\Request\PostFieldVisitor | |
| CGuzzle\Service\Command\LocationVisitor\Request\PostFileVisitor | |
| CGuzzle\Service\Command\LocationVisitor\Request\QueryVisitor | |
| CGuzzle\Service\Command\LocationVisitor\Request\ResponseBodyVisitor | |
| CGuzzle\Service\Command\LocationVisitor\Request\XmlVisitor | |
| ►CGuzzle\Service\Resource\ResourceIteratorFactoryInterface | |
| ►CGuzzle\Service\Resource\AbstractResourceIteratorFactory | |
| CGuzzle\Service\Resource\MapResourceIteratorFactory | |
| CGuzzle\Service\Resource\ResourceIteratorClassFactory | |
| CGuzzle\Service\Resource\CompositeResourceIteratorFactory | |
| ►CSymfony\Component\HttpFoundation\Response | |
| CSymfony\Component\HttpFoundation\BinaryFileResponse | |
| CSymfony\Component\HttpFoundation\JsonResponse | |
| CSymfony\Component\HttpFoundation\RedirectResponse | |
| CSymfony\Component\HttpFoundation\StreamedResponse | |
| CSymfony\Component\HttpFoundation\Tests\DefaultResponse | |
| CSymfony\Component\HttpFoundation\Tests\ExtendedResponse | |
| CPhpXmlRpc\Response | |
| CHttp\Message\Builder\ResponseBuilder | |
| ►CGuzzle\Service\Command\ResponseClassInterface | |
| CGuzzle\Tests\Mock\CustomResponseModel | |
| ►CHttp\Message\ResponseFactory | |
| CHttp\Message\MessageFactory | |
| ►CGuzzle\Service\Command\ResponseParserInterface | |
| ►CGuzzle\Service\Command\DefaultResponseParser | |
| CGuzzle\Service\Command\OperationResponseParser | |
| ►CGuzzle\Service\Command\LocationVisitor\Response\ResponseVisitorInterface | |
| ►CGuzzle\Service\Command\LocationVisitor\Response\AbstractResponseVisitor | |
| CGuzzle\Service\Command\LocationVisitor\Response\BodyVisitor | |
| CGuzzle\Service\Command\LocationVisitor\Response\HeaderVisitor | |
| CGuzzle\Service\Command\LocationVisitor\Response\JsonVisitor | |
| CGuzzle\Service\Command\LocationVisitor\Response\ReasonPhraseVisitor | |
| CGuzzle\Service\Command\LocationVisitor\Response\StatusCodeVisitor | |
| CGuzzle\Service\Command\LocationVisitor\Response\XmlVisitor | |
| CGuzzleHttp\RetryMiddleware | |
| ►CGuzzle\Plugin\Cache\RevalidationInterface | |
| ►CGuzzle\Plugin\Cache\DefaultRevalidation | |
| CGuzzle\Plugin\Cache\DenyRevalidation | |
| CGuzzle\Plugin\Cache\SkipRevalidation | |
| CReviewerAction | ReviewerAction class |
| CReviewGridCategoryDataProvider | Provide access to review file data for category grids |
| CReviewGuidanceForm | A preset form for configuring the guidance a reviewer should receive |
| CReviewInfoCenterLinkAction | An action to open up the review notes for a review assignments |
| CGuzzleHttp\Psr7\Rfc7230 | |
| CRuntimeEnvironment | Class that describes a runtime environment |
| ►CScheduledTask | Base class for executing scheduled tasks. All scheduled task classes must extend this class and implement execute() |
| ►CFileLoader | Base scheduled task class to reliably handle files processing |
| CUsageStatsLoader | Scheduled task to extract transform and load usage statistics data into database |
| CPublishSubmissions | Class to published submissions scheduled for publication |
| CReviewReminder | Class to perform automated reminders for reviewers |
| CStatisticsReport | Class responsible to send the monthly statistics report |
| CScheduledTaskHelper | Helper class for common scheduled tasks operations |
| CGuzzle\Service\Description\SchemaFormatter | |
| ►CSearchFileParser | Abstract class to extract search text from a given file |
| CSearchHelperParser | Class to extract text from a file using an external helper program |
| CSearchHTMLParser | Class to extract text from an HTML file |
| ►CSerializable | |
| CGuzzle\Http\Message\Response | |
| CGuzzle\Plugin\Cookie\CookieJar\ArrayCookieJar | |
| CGuzzle\Service\Builder\ServiceBuilder | |
| ►CGuzzle\Service\Description\ServiceDescriptionInterface | |
| CGuzzle\Service\Description\ServiceDescription | |
| ►CSymfony\Component\Mime\RawMessage | |
| ►CSymfony\Component\Mime\Message | |
| CSymfony\Component\Mime\Email | |
| CGuzzle\Tests\Http\Server | |
| CPhpXmlRpc\Server | |
| CSymfony\Component\EventDispatcher\Tests\Service | |
| ►CGuzzle\Service\Builder\ServiceBuilderInterface | |
| CGuzzle\Service\Builder\ServiceBuilder | |
| ►CServiceProviderInterface | |
| CAPP\Services\OMPServiceProvider | |
| ►CSymfony\Component\HttpFoundation\Session\SessionBagInterface | |
| ►CSymfony\Component\HttpFoundation\Session\Attribute\AttributeBagInterface | |
| CSymfony\Component\HttpFoundation\Session\Attribute\AttributeBag | |
| ►CSymfony\Component\HttpFoundation\Session\Flash\FlashBagInterface | |
| CSymfony\Component\HttpFoundation\Session\Flash\AutoExpireFlashBag | |
| CSymfony\Component\HttpFoundation\Session\Flash\FlashBag | |
| CSymfony\Component\HttpFoundation\Session\SessionBagProxy | |
| CSymfony\Component\HttpFoundation\Session\Storage\MetadataBag | |
| ►CSessionHandler | |
| ►CSymfony\Component\HttpFoundation\Session\Storage\Handler\NativeSessionHandler | |
| CSymfony\Component\HttpFoundation\Session\Storage\Handler\NativeFileSessionHandler | |
| CSymfony\Component\HttpFoundation\Session\Storage\Handler\SessionHandlerFactory | |
| ►CSessionHandlerInterface | |
| ►CSymfony\Component\HttpFoundation\Session\Storage\Handler\AbstractSessionHandler | |
| CSymfony\Component\HttpFoundation\Session\Storage\Handler\RedisSessionHandler | |
| CSymfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler | |
| CSymfony\Component\HttpFoundation\Session\Storage\Handler\MemcachedSessionHandler | |
| CSymfony\Component\HttpFoundation\Session\Storage\Handler\MemcacheSessionHandler | |
| CSymfony\Component\HttpFoundation\Session\Storage\Handler\MigratingSessionHandler | |
| CSymfony\Component\HttpFoundation\Session\Storage\Handler\MongoDbSessionHandler | |
| CSymfony\Component\HttpFoundation\Session\Storage\Handler\NullSessionHandler | |
| CSymfony\Component\HttpFoundation\Session\Storage\Handler\PdoSessionHandler | |
| CSymfony\Component\HttpFoundation\Session\Storage\Handler\WriteCheckSessionHandler | |
| CSymfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy | |
| CSymfony\Component\HttpFoundation\Tests\Session\Storage\Proxy\ConcreteSessionHandlerInterfaceProxy | |
| ►CSymfony\Component\HttpFoundation\Session\SessionInterface | |
| CSymfony\Component\HttpFoundation\Session\Session | |
| CSessionManager | Implements PHP methods for a custom session storage handler (see http://php.net/session) |
| ►CSymfony\Component\HttpFoundation\Session\Storage\SessionStorageInterface | |
| ►CSymfony\Component\HttpFoundation\Session\Storage\MockArraySessionStorage | |
| CSymfony\Component\HttpFoundation\Session\Storage\MockFileSessionStorage | |
| ►CSymfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage | |
| CSymfony\Component\HttpFoundation\Session\Storage\PhpBridgeSessionStorage | |
| ►CSessionUpdateTimestampHandlerInterface | |
| CSymfony\Component\HttpFoundation\Session\Storage\Handler\AbstractSessionHandler | |
| CSymfony\Component\HttpFoundation\Session\Storage\Handler\MigratingSessionHandler | |
| CSymfony\Component\HttpFoundation\Session\SessionUtils | |
| CGuzzleHttp\Cookie\SetCookie | |
| COmnipay\PayPal\Support\InstantUpdateApi\ShippingOption | |
| ►CSmarty | |
| ►CPKPTemplateManager | |
| ►CTemplateManager | Class for accessing the underlying template engine. Currently integrated with Smarty (from http://smarty.php.net/) |
| CFBVTemplateManager | |
| ►CSmarty_Resource_Custom | |
| CPKPTemplateResource | Representation for a PKP template resource (template directory) |
| ►CSymfony\Component\Mime\Crypto\SMime | |
| CSymfony\Component\Mime\Crypto\SMimeEncrypter | |
| CSymfony\Component\Mime\Crypto\SMimeSigner | |
| ►CSplFileInfo | |
| ►CSymfony\Component\HttpFoundation\File\File | |
| CSymfony\Component\HttpFoundation\File\Stream | |
| CSymfony\Component\HttpFoundation\File\UploadedFile | |
| CSymfony\Component\HttpFoundation\Tests\File\FakeFile | |
| CSpotlightsGridHandler | Handle grid requests for spotlights |
| CGuzzle\Http\StaticClient | |
| CStatsEditorialQueryBuilder | Editorial statistics list query builder |
| ►CHttp\Message\StreamFactory | |
| CHttp\Message\StreamFactory\DiactorosStreamFactory | |
| CHttp\Message\StreamFactory\GuzzleStreamFactory | |
| CHttp\Message\StreamFactory\SlimStreamFactory | |
| CGuzzleHttp\Handler\StreamHandler | |
| ►CPsr\Http\Message\StreamInterface | |
| CGuzzleHttp\Psr7\AppendStream | |
| CGuzzleHttp\Psr7\BufferStream | |
| CGuzzleHttp\Psr7\CachingStream | |
| CGuzzleHttp\Psr7\DroppingStream | |
| CGuzzleHttp\Psr7\FnStream | |
| CGuzzleHttp\Psr7\InflateStream | |
| CGuzzleHttp\Psr7\LazyOpenStream | |
| CGuzzleHttp\Psr7\LimitStream | |
| CGuzzleHttp\Psr7\MultipartStream | |
| CGuzzleHttp\Psr7\NoSeekStream | |
| CGuzzleHttp\Psr7\PumpStream | |
| CGuzzleHttp\Psr7\Stream | |
| ►CHttp\Message\Encoding\FilteredStream | |
| CHttp\Message\Encoding\ChunkStream | |
| CHttp\Message\Encoding\CompressStream | |
| CHttp\Message\Encoding\DechunkStream | |
| CHttp\Message\Encoding\DecompressStream | |
| CHttp\Message\Encoding\DeflateStream | |
| CHttp\Message\Encoding\GzipDecodeStream | |
| CHttp\Message\Encoding\GzipEncodeStream | |
| CHttp\Message\Encoding\InflateStream | |
| CHttp\Message\Stream\BufferedStream | |
| ►CGuzzle\Stream\StreamInterface | |
| ►CGuzzle\Http\EntityBodyInterface | |
| ►CGuzzle\Http\AbstractEntityBodyDecorator | |
| CGuzzle\Http\CachingEntityBody | |
| CGuzzle\Http\IoEmittingEntityBody | |
| CGuzzle\Http\ReadLimitEntityBody | |
| CGuzzle\Http\EntityBody | |
| ►CGuzzle\Stream\Stream | |
| CGuzzle\Http\EntityBody | |
| ►CGuzzle\Stream\StreamRequestFactoryInterface | |
| CGuzzle\Stream\PhpStreamRequestFactory | |
| CGuzzleHttp\Psr7\StreamWrapper | |
| CSymfony\Component\HttpFoundation\Tests\StringableObject | |
| CSubmissionFilesCategoryDataProvider | Provide access to submission files data for category grids |
| ►CSubmissionLog | Static class for adding / accessing PKP log entries |
| CSubmissionFileLog | Static class for adding / accessing submission file log entries |
| CSubmissionQueryBuilder | Submission list Query builder |
| ►CSubmissionSearch | Class for retrieving search results |
| CMonographSearch | Class for retrieving monograph search results |
| ►CSubmissionSearchIndex | Class to maintain a submission search index |
| CMonographSearchIndex | Class to add content to the monograph search index |
| CSubmissionService | Extends the base submission helper service class with app-specific requirements |
| CSubmissionsListPanel | Instantiates and manages a UI component to list submissions |
| ►CTask | |
| CComposerLintTask | |
| CGuzzlePearPharPackageTask | |
| ►CGuzzleHttp\Promise\TaskQueueInterface | |
| CGuzzleHttp\Promise\TaskQueue | |
| CTestClass1 | Test class to be used/instantiated by ClassTypeDescriptionTest |
| CTestClass2 | Test class to be used/instantiated by ClassTypeDescriptionTest |
| CSymfony\Component\EventDispatcher\Tests\TestEventListener | |
| CTestHelper | Class that implements functionality common to all PKP test types |
| CSymfony\Component\EventDispatcher\Tests\TestWithDispatcher | |
| ►CGuzzle\Common\ToArrayInterface | |
| CGuzzle\Common\Collection | |
| CGuzzle\Common\Event | |
| CGuzzle\Http\Message\Header\HeaderCollection | |
| CGuzzle\Http\Message\Header\HeaderInterface | |
| CGuzzle\Plugin\Cookie\Cookie | |
| CGuzzle\Service\Command\CommandInterface | |
| ►CGuzzle\Service\Description\OperationInterface | |
| CGuzzle\Service\Description\Operation | |
| CGuzzle\Service\Description\ServiceDescription | |
| CGuzzle\Service\Resource\ResourceIteratorInterface | |
| CGuzzleHttp\TransferStats | |
| ►CTypeDescription | Abstract base class for filter input/output type descriptions |
| ►CClassTypeDescription | A type description that validates objects by class type |
| CMetadataTypeDescription | Type validator for metadata input/output |
| ►CPrimitiveTypeDescription | Class that describes a primitive input/output type |
| CValidatorTypeDescription | Class that describes a string input/output type that passes additional validation (via standard validator classes) |
| CXMLTypeDescription | Class that describes an XML input/output type |
| CTypeDescriptionFactory | A factory class that takes a plain text type descriptor and instantiates the correct type description object based on the descriptor's namespace |
| ►CUnexpectedValueException | |
| CGuzzle\Common\Exception\UnexpectedValueException | |
| CHttp\Adapter\Guzzle6\Exception\UnexpectedValueException | |
| CHttp\Message\Exception\UnexpectedValueException | |
| CSymfony\Component\HttpFoundation\Exception\ConflictingHeadersException | |
| CSymfony\Component\HttpFoundation\Exception\SuspiciousOperationException | |
| CupgradeTool | CLI tool for upgrading OJS |
| ►CPsr\Http\Message\UploadedFileInterface | |
| CGuzzleHttp\Psr7\UploadedFile | |
| ►CHttp\Message\UriFactory | |
| CHttp\Message\UriFactory\DiactorosUriFactory | |
| CHttp\Message\UriFactory\GuzzleUriFactory | |
| CHttp\Message\UriFactory\SlimUriFactory | |
| ►CPsr\Http\Message\UriInterface | |
| CGuzzleHttp\Psr7\Uri | |
| CGuzzleHttp\Psr7\UriNormalizer | |
| CGuzzleHttp\Psr7\UriResolver | |
| CGuzzleHttp\UriTemplate | |
| ►CGuzzle\Parser\UriTemplate\UriTemplateInterface | |
| CGuzzle\Parser\UriTemplate\PeclUriTemplate | |
| CGuzzle\Parser\UriTemplate\UriTemplate | |
| CGuzzle\Http\Url | |
| CSymfony\Component\HttpFoundation\UrlHelper | |
| ►CGuzzle\Parser\Url\UrlParserInterface | |
| CGuzzle\Parser\Url\UrlParser | |
| CUserAccessForm | Add OJS-specific fields to the users and roles access settings form |
| CUserFormHelper | Helper functions for shared user form concerns |
| CGuzzleHttp\Utils | |
| CValidation | Class providing user validation/authentication operations |
| ►CValidator | Abstract class that represents a validation check. This class and its sub-classes can be used outside a form validation context which enables re-use of complex validation code |
| CValidatorControlledVocab | Validation check that checks if value is within a certain set retrieved from the database |
| CValidatorEmail | Validation check for email addresses |
| CValidatorISSN | Validation check for ISSNs |
| CValidatorORCID | Validation check for ORCID iDs |
| CValidatorRegExp | Validation check using a regular expression |
| CValidatorUrl | Validation check for URLs |
| CValidatorFactory | A factory class for creating a Validator from the Laravel framework |
| ►CGuzzle\Service\Description\ValidatorInterface | |
| CGuzzle\Service\Description\SchemaValidator | |
| CGuzzle\Common\Version | |
| CVersionCheck | Provides methods to check for the latest version of OJS |
| CViewableFilePlugin | Abstract class for article galley plugins |
| CGuzzle\Service\Command\LocationVisitor\VisitorFlyweight | |
| ►CWebService | Abstract base class for a web service |
| CXmlWebService | A web service that returns XML data |
| CWebServiceRequest | Represents a web service request |
| ►CWebTestCase | |
| CTestGatewayFunctionalTest | Functional tests for the test gateway plugin |
| CSymfony\Component\EventDispatcher\Debug\WrappedListener | |
| CPhpXmlRpc\Wrapper | |
| CXMLDAO | Operations for retrieving and modifying objects from an XML data source |
| CXMLNode | Default handler for XMLParser returning a simple DOM-style object. This handler parses an XML document into a tree structure of XMLNode objects |
| CXMLParser | Generic class for parsing an XML document into a data structure |
| CPhpXmlRpc\Helper\XMLParser | |
| ►CXMLParserHandler | |
| ►CXMLParserDOMHandler | Default handler for XMLParser returning a simple DOM-style object. This handler parses an XML document into a tree structure of XMLNode objects |
| CONIXParserDOMHandler | This parser extracts a specific xs:simpleType based on a name attribute representing a code list within it. It returns the xs:enumeration values within it along with the xs:documentation elements which serve as textual descriptions of the Codelist values |
| CXSLTransformer | Wrapper class for running XSL transformations using PHP 4.x or 5.x |
| ►CCompilerPassInterface | |
| CSymfony\Component\EventDispatcher\DependencyInjection\RegisterListenersPass | |
| CSymfony\Component\Mime\DependencyInjection\AddMimeTypeGuesserPass | |
| ►CConstraint | |
| CSymfony\Component\HttpFoundation\Test\Constraint\RequestAttributeValueSame | |
| CSymfony\Component\HttpFoundation\Test\Constraint\ResponseCookieValueSame | |
| CSymfony\Component\HttpFoundation\Test\Constraint\ResponseHasCookie | |
| CSymfony\Component\HttpFoundation\Test\Constraint\ResponseHasHeader | |
| CSymfony\Component\HttpFoundation\Test\Constraint\ResponseHeaderSame | |
| CSymfony\Component\HttpFoundation\Test\Constraint\ResponseIsRedirected | |
| CSymfony\Component\HttpFoundation\Test\Constraint\ResponseIsSuccessful | |
| CSymfony\Component\HttpFoundation\Test\Constraint\ResponseStatusCodeSame | |
| CSymfony\Component\Mime\Test\Constraint\EmailAddressContains | |
| CSymfony\Component\Mime\Test\Constraint\EmailAttachmentCount | |
| CSymfony\Component\Mime\Test\Constraint\EmailHasHeader | |
| CSymfony\Component\Mime\Test\Constraint\EmailHeaderSame | |
| CSymfony\Component\Mime\Test\Constraint\EmailHtmlBodyContains | |
| CSymfony\Component\Mime\Test\Constraint\EmailTextBodyContains | |
| ►CEntityPropertyInterface | |
| CPKP\Services\PKPAnnouncementService | |
| CPKP\Services\PKPAuthorService | |
| ►CPKP\Services\PKPContextService | |
| CAPP\Services\ContextService | |
| CPKP\Services\PKPEmailTemplateService | |
| ►CPKP\Services\PKPPublicationService | |
| CAPP\Services\PublicationService | |
| CPKP\Services\PKPSiteService | |
| ►CPKP\Services\PKPSubmissionService | |
| CAPP\Services\SubmissionService | |
| CPKP\Services\PKPUserService | |
| ►CEntityReadInterface | |
| CPKP\Services\PKPAnnouncementService | |
| CPKP\Services\PKPAuthorService | |
| CPKP\Services\PKPContextService | |
| CPKP\Services\PKPEmailTemplateService | |
| CPKP\Services\PKPPublicationService | |
| CPKP\Services\PKPSubmissionService | |
| CPKP\Services\PKPUserService | |
| ►CEntityWriteInterface | |
| CPKP\Services\PKPAnnouncementService | |
| CPKP\Services\PKPAuthorService | |
| CPKP\Services\PKPContextService | |
| CPKP\Services\PKPEmailTemplateService | |
| CPKP\Services\PKPPublicationService | |
| CPKP\Services\PKPSubmissionService | |
| ►CException | |
| CGuzzle\Batch\Exception\BatchTransferException | |
| CGuzzle\Common\Exception\ExceptionCollection | |
| CGuzzle\Tests\Mock\ErrorResponseMock | |
| COmnipay\Common\Exception\InvalidCreditCardException | |
| COmnipay\Common\Exception\InvalidRequestException | |
| COmnipay\Common\Exception\InvalidResponseException | |
| CPKP\install\DowngradeNotSupportedException | |
| ►CGatewayTestCase | |
| COmnipay\PayPal\ExpressGatewayTest | |
| COmnipay\PayPal\ExpressInContextGatewayTest | |
| COmnipay\PayPal\ProGatewayTest | |
| COmnipay\PayPal\RestGatewayTest | |
| ►CGuzzleException | |
| CGuzzleHttp\Exception\InvalidArgumentException | |
| CGuzzleHttp\Exception\SeekException | |
| ►CGuzzleHttp\Exception\TransferException | |
| ►CGuzzleHttp\Exception\RequestException | |
| ►CGuzzleHttp\Exception\BadResponseException | |
| CGuzzleHttp\Exception\ClientException | |
| CGuzzleHttp\Exception\ServerException | |
| CGuzzleHttp\Exception\ConnectException | |
| CGuzzleHttp\Exception\TooManyRedirectsException | |
| ►CInvalidArgumentException | |
| CGuzzle\Common\Exception\InvalidArgumentException | |
| CGuzzleHttp\Exception\InvalidArgumentException | |
| CMoney\Exception\UnresolvableCurrencyPairException | |
| ►CSymfony\Component\Mime\Exception\InvalidArgumentException | |
| ►CSymfony\Component\Mime\Exception\RfcComplianceException | |
| CSymfony\Component\Mime\Exception\AddressEncoderException | |
| ►CMigration | |
| CAnnouncementsMigration | Describe database table structures |
| CCategoriesMigration | Describe database table structures |
| CCommonMigration | Describe database table structures |
| CControlledVocabMigration | Describe database table structures |
| CGenresMigration | Describe database table structures |
| CLibraryFilesMigration | Describe database table structures |
| CLogMigration | Describe database table structures |
| CMetadataMigration | Describe database table structures |
| CMetricsMigration | Describe database table structures |
| CNavigationMenusMigration | Describe database table structures |
| CNotesMigration | Describe database table structures |
| COJSv3_3_0UpgradeMigration | |
| COMPMigration | Describe database table structures |
| COMPv3_3_0UpgradeMigration | |
| CPKPv3_2_1SubeditorCategoriesMigration | Pkp/pkp-lib#5694 Allow subeditors to be assigned to Categories |
| CPKPv3_3_0UpgradeMigration | |
| CReviewFormsMigration | Describe database table structures |
| CReviewsMigration | Describe database table structures |
| CRolesAndUserGroupsMigration | Describe database table structures |
| CScheduledTasksMigration | Describe database table structures |
| CSubmissionFilesMigration | Describe database table structures |
| CSubmissionsMigration | Describe database table structures |
| CTemporaryFilesMigration | Describe database table structures |
| CTombstoneMigration | Describe database table structures |
| CUsageStatsMigration | Describe database table structures |
| CViewsMigration | Describe database table structures |
| ►Cphp_user_filter | |
| CClue\StreamFilter\CallbackFilter | |
| CHttp\Message\Encoding\Filter\Chunk | |
| ►CResponse | |
| CAPIResponse | Extends the Response class in the Slim microframework |
| ►CRuntimeException | |
| CGuzzle\Common\Exception\RuntimeException | |
| CGuzzleHttp\Exception\SeekException | |
| CGuzzleHttp\Exception\TransferException | |
| ►CGuzzleHttp\Promise\RejectionException | |
| CGuzzleHttp\Promise\AggregateException | |
| CGuzzleHttp\Promise\CancellationException | |
| ►CHttp\Client\Exception\TransferException | |
| CHttp\Client\Exception\NetworkException | |
| ►CHttp\Client\Exception\RequestException | |
| CHttp\Client\Exception\HttpException | |
| CHttp\Discovery\Exception\ClassInstantiationFailedException | |
| CHttp\Discovery\Exception\NotFoundException | |
| CHttp\Discovery\Exception\StrategyUnavailableException | |
| CMoney\Exception\FormatterException | |
| CMoney\Exception\ParserException | |
| COmnipay\Common\Exception\RuntimeException | |
| ►CSymfony\Component\HttpFoundation\File\Exception\FileException | |
| CSymfony\Component\HttpFoundation\File\Exception\AccessDeniedException | |
| CSymfony\Component\HttpFoundation\File\Exception\CannotWriteFileException | |
| CSymfony\Component\HttpFoundation\File\Exception\ExtensionFileException | |
| CSymfony\Component\HttpFoundation\File\Exception\FileNotFoundException | |
| CSymfony\Component\HttpFoundation\File\Exception\FormSizeFileException | |
| CSymfony\Component\HttpFoundation\File\Exception\IniSizeFileException | |
| CSymfony\Component\HttpFoundation\File\Exception\NoFileException | |
| CSymfony\Component\HttpFoundation\File\Exception\NoTmpDirFileException | |
| CSymfony\Component\HttpFoundation\File\Exception\PartialFileException | |
| CSymfony\Component\HttpFoundation\File\Exception\UnexpectedTypeException | |
| CSymfony\Component\HttpFoundation\File\Exception\UploadException | |
| CSymfony\Component\Mime\Exception\RuntimeException | |
| ►CTestCase | |
| ►CSymfony\Component\EventDispatcher\Tests\AbstractEventDispatcherTest | |
| CSymfony\Component\EventDispatcher\Tests\ContainerAwareEventDispatcherTest | |
| CSymfony\Component\EventDispatcher\Tests\EventDispatcherTest | |
| CSymfony\Component\EventDispatcher\Tests\Debug\TraceableEventDispatcherTest | |
| CSymfony\Component\EventDispatcher\Tests\DependencyInjection\RegisterListenersPassTest | |
| CSymfony\Component\EventDispatcher\Tests\EventTest | |
| CSymfony\Component\EventDispatcher\Tests\GenericEventTest | |
| CSymfony\Component\EventDispatcher\Tests\ImmutableEventDispatcherTest | |
| CSymfony\Component\HttpFoundation\Tests\AcceptHeaderItemTest | |
| CSymfony\Component\HttpFoundation\Tests\AcceptHeaderTest | |
| CSymfony\Component\HttpFoundation\Tests\ApacheRequestTest | |
| CSymfony\Component\HttpFoundation\Tests\CookieTest | |
| CSymfony\Component\HttpFoundation\Tests\ExpressionRequestMatcherTest | |
| CSymfony\Component\HttpFoundation\Tests\File\FileTest | |
| CSymfony\Component\HttpFoundation\Tests\File\MimeType\MimeTypeTest | |
| CSymfony\Component\HttpFoundation\Tests\File\UploadedFileTest | |
| CSymfony\Component\HttpFoundation\Tests\FileBagTest | |
| CSymfony\Component\HttpFoundation\Tests\HeaderBagTest | |
| CSymfony\Component\HttpFoundation\Tests\IpUtilsTest | |
| CSymfony\Component\HttpFoundation\Tests\JsonResponseTest | |
| CSymfony\Component\HttpFoundation\Tests\ParameterBagTest | |
| CSymfony\Component\HttpFoundation\Tests\RedirectResponseTest | |
| CSymfony\Component\HttpFoundation\Tests\RequestMatcherTest | |
| CSymfony\Component\HttpFoundation\Tests\RequestStackTest | |
| CSymfony\Component\HttpFoundation\Tests\RequestTest | |
| CSymfony\Component\HttpFoundation\Tests\ResponseHeaderBagTest | |
| ►CSymfony\Component\HttpFoundation\Tests\ResponseTestCase | |
| CSymfony\Component\HttpFoundation\Tests\BinaryFileResponseTest | |
| CSymfony\Component\HttpFoundation\Tests\ResponseTest | |
| CSymfony\Component\HttpFoundation\Tests\ServerBagTest | |
| CSymfony\Component\HttpFoundation\Tests\Session\Attribute\AttributeBagTest | |
| CSymfony\Component\HttpFoundation\Tests\Session\Attribute\NamespacedAttributeBagTest | |
| CSymfony\Component\HttpFoundation\Tests\Session\Flash\AutoExpireFlashBagTest | |
| CSymfony\Component\HttpFoundation\Tests\Session\Flash\FlashBagTest | |
| CSymfony\Component\HttpFoundation\Tests\Session\SessionTest | |
| CSymfony\Component\HttpFoundation\Tests\Session\Storage\Handler\MemcachedSessionHandlerTest | |
| CSymfony\Component\HttpFoundation\Tests\Session\Storage\Handler\MemcacheSessionHandlerTest | |
| CSymfony\Component\HttpFoundation\Tests\Session\Storage\Handler\MongoDbSessionHandlerTest | |
| CSymfony\Component\HttpFoundation\Tests\Session\Storage\Handler\NativeFileSessionHandlerTest | |
| CSymfony\Component\HttpFoundation\Tests\Session\Storage\Handler\NativeSessionHandlerTest | |
| CSymfony\Component\HttpFoundation\Tests\Session\Storage\Handler\NullSessionHandlerTest | |
| CSymfony\Component\HttpFoundation\Tests\Session\Storage\Handler\PdoSessionHandlerTest | |
| CSymfony\Component\HttpFoundation\Tests\Session\Storage\Handler\WriteCheckSessionHandlerTest | |
| CSymfony\Component\HttpFoundation\Tests\Session\Storage\MetadataBagTest | |
| CSymfony\Component\HttpFoundation\Tests\Session\Storage\MockArraySessionStorageTest | |
| CSymfony\Component\HttpFoundation\Tests\Session\Storage\MockFileSessionStorageTest | |
| CSymfony\Component\HttpFoundation\Tests\Session\Storage\NativeSessionStorageTest | |
| CSymfony\Component\HttpFoundation\Tests\Session\Storage\PhpBridgeSessionStorageTest | |
| CSymfony\Component\HttpFoundation\Tests\Session\Storage\Proxy\AbstractProxyTest | |
| CSymfony\Component\HttpFoundation\Tests\Session\Storage\Proxy\NativeProxyTest | |
| CSymfony\Component\HttpFoundation\Tests\Session\Storage\Proxy\SessionHandlerProxyTest | |
| CSymfony\Component\HttpFoundation\Tests\StreamedResponseTest | |
| ►CTestCase | |
| COmnipay\Common\AbstractGatewayTest | |
| COmnipay\Common\CreditCardTest | |
| COmnipay\Common\CurrencyTest | |
| COmnipay\Common\Exception\BadMethodCallExceptionTest | |
| COmnipay\Common\Exception\InvalidCreditCardExceptionTest | |
| COmnipay\Common\Exception\InvalidRequestExceptionTest | |
| COmnipay\Common\Exception\InvalidResponseExceptionTest | |
| COmnipay\Common\Exception\RuntimeExceptionTest | |
| COmnipay\Common\GatewayFactoryTest | |
| COmnipay\Common\HelperTest | |
| COmnipay\Common\IssuerTest | |
| COmnipay\Common\ItemBagTest | |
| COmnipay\Common\ItemTest | |
| COmnipay\Common\Message\AbstractRequestTest | |
| COmnipay\Common\Message\AbstractResponseTest | |
| COmnipay\Common\PaymentMethodTest | |
| COmnipay\OmnipayTest | |
| COmnipay\PayPal\Message\CaptureRequestTest | |
| COmnipay\PayPal\Message\ExpressAuthorizeRequestTest | |
| COmnipay\PayPal\Message\ExpressAuthorizeResponseTest | |
| COmnipay\PayPal\Message\ExpressCompleteAuthorizeRequestTest | |
| COmnipay\PayPal\Message\ExpressCompletePurchaseRequestTest | |
| COmnipay\PayPal\Message\ExpressFetchCheckoutRequestTest | |
| COmnipay\PayPal\Message\ExpressInContextAuthorizeRequestTest | |
| COmnipay\PayPal\Message\ExpressInContextAuthorizeResponseTest | |
| COmnipay\PayPal\Message\ExpressTransactionSearchRequestTest | |
| COmnipay\PayPal\Message\ExpressTransactionSearchResponseTest | |
| COmnipay\PayPal\Message\ExpressVoidRequestTest | |
| COmnipay\PayPal\Message\FetchTransactionRequestTest | |
| COmnipay\PayPal\Message\ProAuthorizeRequestTest | |
| COmnipay\PayPal\Message\ProPurchaseRequestTest | |
| COmnipay\PayPal\Message\RefundRequestTest | |
| COmnipay\PayPal\Message\ResponseTest | |
| COmnipay\PayPal\Message\RestAuthorizeRequestTest | |
| COmnipay\PayPal\Message\RestAuthorizeResponseTest | |
| COmnipay\PayPal\Message\RestCancelSubscriptionRequestTest | |
| COmnipay\PayPal\Message\RestCompletePurchaseRequestTest | |
| COmnipay\PayPal\Message\RestCompleteSubscriptionRequestTest | |
| COmnipay\PayPal\Message\RestCreateCardRequestTest | |
| COmnipay\PayPal\Message\RestCreatePlanRequestTest | |
| COmnipay\PayPal\Message\RestCreateSubscriptionRequestTest | |
| COmnipay\PayPal\Message\RestDeleteCardRequestTest | |
| COmnipay\PayPal\Message\RestFetchPurchaseRequestTest | |
| COmnipay\PayPal\Message\RestFetchTransactionRequestTest | |
| COmnipay\PayPal\Message\RestListPlanRequestTest | |
| COmnipay\PayPal\Message\RestPurchaseRequestTest | |
| COmnipay\PayPal\Message\RestReactivateSubscriptionRequestTest | |
| COmnipay\PayPal\Message\RestResponseTest | |
| COmnipay\PayPal\Message\RestSearchTransactionRequestTest | |
| COmnipay\PayPal\Message\RestSuspendSubscriptionRequestTest | |
| COmnipay\PayPal\Message\RestUpdatePlanRequestTest | |
| ►CPKPTestCase | Class that implements functionality common to all PKP unit test cases |
| CAuthorizationPolicyTest | Test class for AuthorizationPolicy |
| CCitationListTokenizerFilterTest | Test class for CitationListTokenizerFilter |
| CClassTypeDescriptionTest | Test class for ClassTypeDescription |
| CConfigTest | Tests for the Config class |
| CCoreTest | Tests for the Core class |
| ►CDatabaseTestCase | Base class for unit tests that require database support. The schema TestName.setUp.xml will be installed before each individual test case (if present). The schema TestName.tearDown.xml may be used to clean up after each test case |
| CControlledVocabTest | Tests for the ControlledVocab class |
| CDBConnectionTest | Tests for the DBConnectionTest class |
| CDBDataXMLParserTest | Tests for the DBDataXMLParser class |
| CFilterDAOTest | Test class for FilterDAO |
| CFilterGroupDAOTest | Test class for FilterGroupDAO |
| ►CPluginTestCase | Abstract base class for Plugin tests |
| ►CMetadataPluginTestCase | Abstract base class for MetadataPlugin tests |
| CPKPDc11MetadataPluginTest | Test class for PKPDc11MetadataPlugin |
| CSubmissionFileDAOTest | Test class for SubmissionFileDAO |
| CDataObjectTest | Tests for the DataObject class |
| CDispatcherTest | Tests for the Dispatcher class |
| CFileCacheTest | Tests for the FileCache class |
| CFilterHelperTest | Test class for FilterHelper |
| CFilterTest | Test class for Filter |
| CFormValidatorArrayCustomTest | Test class for FormValidatorArrayCustom |
| CFormValidatorArrayTest | Test class for FormValidatorArray |
| CFormValidatorBooleanTest | Test class for FormValidatorBoolean |
| CFormValidatorControlledVocabTest | Test class for FormValidatorControlledVocab |
| CFormValidatorCustomTest | Test class for FormValidatorCustom |
| CFormValidatorEmailTest | Test class for FormValidatorEmail |
| CFormValidatorInSetTest | Test class for FormValidatorInSet |
| CFormValidatorLengthTest | Test class for FormValidatorLength |
| CFormValidatorLocaleEmailTest | Test class for FormValidatorLocaleEmail |
| CFormValidatorLocaleTest | Test class for FormValidatorLocale |
| CFormValidatorPostTest | Test class for FormValidatorPost |
| CFormValidatorRegExpTest | Test class for FormValidatorRegExp |
| CFormValidatorTest | Test class for FormValidator |
| CFormValidatorUrlTest | Test class for FormValidatorUrl |
| CFormValidatorUsernameTest | Test class for FormValidatorUsername |
| CJSONTest | Tests for the JSON class |
| CMetadataDescriptionTest | Test class for MetadataDescription |
| CMetadataPropertyTest | Test class for MetadataProperty |
| CPersistableFilterTest | |
| CPKPLocaleTest | Tests for the PKPLocale class |
| CPKPNotificationManagerTest | Tests for the PKPNotificationManager class |
| CPKPRequestTest | Tests for the PKPRequest class |
| ►CPKPRouterTestCase | Base tests class for PKPRouter tests |
| CPKPComponentRouterTest | Tests for the PKPComponentRouter class |
| CPKPPageRouterTest | Tests for the PKPPageRouter class |
| CPolicySetTest | Test class for the PolicySet class |
| ►CPolicyTestCase | Abstract base test class that provides infrastructure for several types of policy tests |
| CAuthorizationDecisionManagerTest | Test class for the AuthorizationDecisionManager class |
| CPKPPublicAccessPolicyTest | Test class for the PKPPublicAccessPolicy class |
| CRoleBasedHandlerOperationPolicyTest | Test class for the RoleBasedHandlerOperation class |
| CPrimitiveTypeDescriptionTest | Test class for PrimitiveTypeDescription and TypeDescription |
| CPublicationTest | Test class for the Publication class |
| CScheduledTaskHelperTest | Tests for the ScheduledTask class |
| CTypeDescriptionFactoryTest | Test class for TypeDescriptionFactory |
| CUsageStatsLoaderTest | Test class for the UsageStatsLoader class |
| CValidatorControlledVocabTest | Test class for ValidatorControlledVocab |
| CValidatorEmailTest | Test class for ValidatorEmail |
| CValidatorISSNTest | Test class for ValidatorISSN |
| CValidatorORCIDTest | Test class for ValidatorORCID |
| CValidatorTypeDescriptionTest | Test class for ValidatorTypeDescription and TypeDescription |
| CValidatorUrlTest | Test class for ValidatorUrl |
| CXMLTypeDescriptionTest | Test class for XMLTypeDescription |
| ►CThrowable | |
| ►CPsr\Http\Client\ClientExceptionInterface | |
| ►CHttp\Client\Exception | |
| CHttp\Adapter\Guzzle6\Exception\UnexpectedValueException | |
| CHttp\Client\Exception\TransferException | |
| ►CPsr\Http\Client\NetworkExceptionInterface | |
| CHttp\Client\Exception\NetworkException | |
| ►CPsr\Http\Client\RequestExceptionInterface | |
| CHttp\Client\Exception\RequestException | |
| ►CSymfony\Component\Mime\Exception\ExceptionInterface | |
| CSymfony\Component\Mime\Exception\InvalidArgumentException | |
| CSymfony\Component\Mime\Exception\LogicException | |
| CSymfony\Component\Mime\Exception\RfcComplianceException | |
| CSymfony\Component\Mime\Exception\RuntimeException | |