A

AclTaskClass in namespace
ACL management
AclControllerClass in namespace Ceo\Api\Controllers
Acl controller
AssignmentControllerClass in namespace Ceo\Api\Controllers
Assignment controller
AssignmentcommentControllerClass in namespace Ceo\Api\Controllers
Assignment comment controller
AttachmentControllerClass in namespace Ceo\Api\Controllers
Attachment controller
AuthorControllerClass in namespace Ceo\Api\Controllers
Author controller
AclListenerClass in namespace Ceo\Api\Listeners
ACL provider
AssignmentcommentManagerClass in namespace Ceo\Api\Managers
Assignment comment manager
AssignmentCommentClass in namespace Ceo\Api\Models
$AssignmentCommentProperty in class AssignmentComment
Assignment id
$PrintDocumentProperty in class PrintDocument
Assignee id
AppClass in namespace Ceo\Cli
AdapterClass in namespace Ceo\Core\Adapters
Base adapter class
Adapter::adapterFor() — Method in class Adapter
Locate the first adapter that's able to handle a file.
AdapterInterfaceClass in namespace Ceo\Core\Adapters
Describes standard adapter interface
AudioAdapterClass in namespace Ceo\Core\Adapters
Base Audio adapter
AclClass in namespace Ceo\Core\Auth
Mostly just a wrapper for ACL actions, allows for wildcard override
AuthManagerClass in namespace Ceo\Core\Auth
AuthManager manages central email/password authentication for web interaction. API authentication is state-less and handled by the ApiKeyListener.
AclManagerClass in namespace Ceo\Core\Managers
Provides passthrough and simplified methods for ACL management
AclManager::allow() — Method in class AclManager
Allow action on resource
AclManager::addResourceAction() — Method in class AclManager
Add action to resource
AssignmentManagerClass in namespace Ceo\Core\Managers
Core assignment manager
AuthorManagerClass in namespace Ceo\Core\Managers
Core author manager
ContentManager::attach() — Method in class ContentManager
Attach a file to a content item File is an array containing: * file - BASE64 encoded file content * name - original file name
SettingManager::allLabels() — Method in class SettingManager
Return a list of all keys
UserManager::appendRoles() — Method in class UserManager
Append ACL roles to existing user
Checkbox::afterSave() — Method in class Checkbox
Called by parent model's afterSave method
Date::afterSave() — Method in class Date
Called by parent model's afterSave method
Datetime::afterSave() — Method in class Datetime
Called by parent model's afterSave method
Editortext::afterSave() — Method in class Editortext
Called by parent model's afterSave method
File::afterSave() — Method in class File
Called by parent model's afterSave method
File::afterFetch() — Method in class File
Called by parent model's afterFetch method
Json::afterSave() — Method in class Json
Called by parent model's afterSave method
Json::afterFetch() — Method in class Json
Called by parent model's afterFetch method
Longtext::afterSave() — Method in class Longtext
Called by parent model's afterSave method
MetaPropertyInterface::afterSave() — Method in class MetaPropertyInterface
Called by parent model's afterSave method
Noop::afterSave() — Method in class Noop
Called by parent model's afterSave method
Printonly::afterSave() — Method in class Printonly
Called by parent model's afterSave method
Relatedcontent::afterSave() — Method in class Relatedcontent
Called by parent model's afterSave method
Relatedcontent::afterFetch() — Method in class Relatedcontent
Called by parent model's afterFetch method
Relatedentries::afterSave() — Method in class Relatedentries
Called by parent model's afterSave method
Relatedentries::afterFetch() — Method in class Relatedentries
Called by parent model's afterFetch method
Richtext::afterSave() — Method in class Richtext
Called by parent model's afterSave method
Securetext::afterSave() — Method in class Securetext
Called by parent model's afterSave method
Selectentry::afterSave() — Method in class Selectentry
Called by parent model's afterSave method
Text::afterSave() — Method in class Text
Called by parent model's afterSave method
AclRoleClass in namespace Ceo\Core\Models
ACL Role
AssignmentClass in namespace Ceo\Core\Models
Assignment model. Assignments act as containers for multiple content items.
$AssignmentProperty in class Assignment
Assignment abstract
$AssignmentProperty in class Assignment
Start time of assignment timestamp
$AssignmentProperty in class Assignment
End time of assignment timestamp
AttachmentClass in namespace Ceo\Core\Models
Attachment::afterFetch() — Method in class Attachment
Post fetch callback Populates the adapter reference
Attachment::afterSave() — Method in class Attachment
undo the before save callback
AuditLogClass in namespace Ceo\Core\Models
Audit log entry
AuthorClass in namespace Ceo\Core\Models
Author model
Author::afterSave() — Method in class Author
Author::afterFetch() — Method in class Author
AuthorContentClass in namespace Ceo\Core\Models
Content author model
$AuthorContentProperty in class AuthorContent
author_id
ChannelMeta::afterSave() — Method in class ChannelMeta
ChannelMeta::afterFetch() — Method in class ChannelMeta
Container::afterSave() — Method in class Container
Container::afterFetch() — Method in class Container
$ContentProperty in class Content
Abstract
$ContentProperty in class Content
Abstract Raw contains the raw Draft object
$ContentProperty in class Content
Parent assignment ID
Entry::afterSave() — Method in class Entry
Entry::afterFetch() — Method in class Entry
EntryMeta::afterSave() — Method in class EntryMeta
EntryMeta::afterFetch() — Method in class EntryMeta
$ExportProperty in class Export
Print assignee
MetaProperty::afterSave() — Method in class MetaProperty
MetaProperty::afterFetch() — Method in class MetaProperty
User::afterUpdate() — Method in class User
$UserAssignmentProperty in class UserAssignment
assignment id
$UserRoleProperty in class UserRole
acl role name
$VersionProperty in class Version
Parent abstract
AuditLogHandlerClass in namespace Ceo\Core\QueueHandlers
Handles queue actions for AuditLogs
Path::addPlaceholder() — Method in class Path
Add a placeholder substitution ``` Path::addPlaceholder('foo', 'bar/baz');
AssignmentClass in namespace Ceo\Core\Webcron
Assignment notifier
AuthControllerClass in namespace Ceo\Frontend\Controllers
Auth controller. Pretty much what it says on the tin.
CeoController::appAction() — Method in class CeoController
AclListenerClass in namespace Ceo\Frontend\Listeners
ACL provider
AdmanagerControllerClass in namespace Ceo\Plugins\Admanager
AdProClass in namespace Ceo\Plugins\Classifieds\Importers
GcalendarController::activateAction() — Method in class GcalendarController
AuthManagerClass in namespace Ceo\SocketServer
AuthUserClass in namespace Ceo\SocketServer
Implements the WampCra authentication.
SeederTask::authorAction() — Method in class SeederTask
WebcronTask::addAction() — Method in class WebcronTask
Create a new webcron task
$issuuProperty in class issuu
$issuuProperty in class issuu

B

BaseShellCommandClass in namespace
BaseTaskClass in namespace
BaseTask provides core functionality to tasks
BatchControllerClass in namespace Ceo\Api\Controllers
Batch controller
AclListener::beforeDispatch() — Method in class AclListener
Listens for the 'beforeDispatch' event and checks action against the ACL. Based on priority, this will always run AFTER the key check
KeyListener::beforeDispatch() — Method in class KeyListener
Listens for the 'beforeDispatch' event and checks the key headers.
OverrideListener::beforeDispatch() — Method in class OverrideListener
Listens for the 'beforeDispatch' event and checks the input data and headers to see if the request is for inbound mail processing.
BaseCommandClass in namespace Ceo\Cli\Commands
BaseControllerClass in namespace Ceo\Core\Controllers
Base controller
$BaseControllerProperty in class BaseController
Controller is in batch mode
$BaseControllerProperty in class BaseController
Stack for batched responses
BaseManagerClass in namespace Ceo\Core\Managers
Base manager class
Checkbox::beforeSave() — Method in class Checkbox
Called by parent model's beforeSave method
Date::beforeSave() — Method in class Date
Called by parent model's beforeSave method
Datetime::beforeSave() — Method in class Datetime
Called by parent model's beforeSave method
Editortext::beforeSave() — Method in class Editortext
Called by parent model's beforeSave method
File::beforeSave() — Method in class File
Called by parent model's beforeSave method
Json::beforeSave() — Method in class Json
Called by parent model's beforeSave method
Longtext::beforeSave() — Method in class Longtext
Called by parent model's beforeSave method
MetaPropertyInterface::beforeSave() — Method in class MetaPropertyInterface
Called by parent model's beforeSave method
Noop::beforeSave() — Method in class Noop
Called by parent model's beforeSave method
Printonly::beforeSave() — Method in class Printonly
Called by parent model's beforeSave method
Relatedcontent::beforeSave() — Method in class Relatedcontent
Called by parent model's beforeSave method
Relatedentries::beforeSave() — Method in class Relatedentries
Called by parent model's beforeSave method
Richtext::beforeSave() — Method in class Richtext
Called by parent model's beforeSave method
Securetext::beforeSave() — Method in class Securetext
Called by parent model's beforeSave method
Selectentry::beforeSave() — Method in class Selectentry
Called by parent model's beforeSave method
Text::beforeSave() — Method in class Text
Called by parent model's beforeSave method
Assignment::beforeValidation() — Method in class Assignment
$AttachmentProperty in class Attachment
Attachment::beforeSave() — Method in class Attachment
before save callback
Author::beforeValidation() — Method in class Author
Author::beforeSave() — Method in class Author
BaseModelClass in namespace Ceo\Core\Models
Base model methods
Channel::beforeValidation() — Method in class Channel
ChannelMeta::beforeValidation() — Method in class ChannelMeta
ChannelMeta::beforeSave() — Method in class ChannelMeta
Container::beforeValidation() — Method in class Container
Container::beforeSave() — Method in class Container
Content::beforeValidation() — Method in class Content
Entry::beforeCreate() — Method in class Entry
Entry::beforeSave() — Method in class Entry
EntryMeta::beforeSave() — Method in class EntryMeta
MetaProperty::beforeSave() — Method in class MetaProperty
ResetRequest::beforeSave() — Method in class ResetRequest
Setting::beforeUpdate() — Method in class Setting
Ssts::beforeSave() — Method in class Ssts
Tag::beforeValidation() — Method in class Tag
User::beforeValidation() — Method in class User
User::beforeDelete() — Method in class User
User::beforeSave() — Method in class User
Workflow::beforeValidation() — Method in class Workflow
Workflowsection::beforeValidation() — Method in class Workflowsection
BaseHandlerClass in namespace Ceo\Core\QueueHandlers
Base Queue handler object. QueueHandler children define a handle method to accept the queued object.
Email::button() — Method in class Email
Generate an action button

{{ emailButton({'label': 'Foo', 'url': 'http://example.com'})}}
BaseTaskClass in namespace Ceo\Core\Webcron
AclListener::beforeDispatch() — Method in class AclListener
Listens for the 'beforeDispatch' event and checks action against the ACL. Based on priority, this will always run AFTER the key check
BaseHandlerClass in namespace Ceo\Plugins\Dropbox
Base Dropbox handler
ReactTask::buildConfigAction() — Method in class ReactTask

C

BaseTask::consoleLog() — Method in class BaseTask
Log output to console. Provides easy way to color output
CeoBootstrapClass in namespace
CeoCliClass in namespace
AclController::createAction() — Method in class AclController
Create new Acl
AssignmentController::createAction() — Method in class AssignmentController
Create new assignment
AssignmentcommentController::createAction() — Method in class AssignmentcommentController
AuthorController::createAction() — Method in class AuthorController
Create new author
ChannelControllerClass in namespace Ceo\Api\Controllers
Channel controller
ChannelController::createAction() — Method in class ChannelController
Create new channel
ContainerControllerClass in namespace Ceo\Api\Controllers
Container controller
ContainerController::createAction() — Method in class ContainerController
Create new container
ContentControllerClass in namespace Ceo\Api\Controllers
Content controller
ContentController::createAction() — Method in class ContentController
Create new content item.
DraftController::createAction() — Method in class DraftController
Create draft by content SRN. the 'content' query string is required.
EntryController::createAction() — Method in class EntryController
Create new entry
IssueController::createAction() — Method in class IssueController
Create new issue
LockrequestController::createAction() — Method in class LockrequestController
Create a new lock. A valid SRN is required. Lock will be acquired for requesting user. It is not possible to override user.
NotecommentController::createAction() — Method in class NotecommentController
PluginController::createAction() — Method in class PluginController
PrintassignmentController::createAction() — Method in class PrintassignmentController
Create new item.
PrintdocumentController::createAction() — Method in class PrintdocumentController
Create new item.
SstsController::createAction() — Method in class SstsController
Create new ssts
StatusController::cronAction() — Method in class StatusController
Cron status
TagController::createAction() — Method in class TagController
Create new tag
UserController::createAction() — Method in class UserController
Create new user
WorkflowController::createAction() — Method in class WorkflowController
Create new workflow
WorkflowsectionController::createAction() — Method in class WorkflowsectionController
Create new workflow
AssignmentcommentManager::create() — Method in class AssignmentcommentManager
NotecommentManager::create() — Method in class NotecommentManager
PrintassignmentManager::create() — Method in class PrintassignmentManager
PrintdocumentManager::create() — Method in class PrintdocumentManager
$AssignmentCommentProperty in class AssignmentComment
Comment
$AssignmentCommentProperty in class AssignmentComment
Created time
$DraftProperty in class Draft
Parent content
$DraftProperty in class Draft
Parent content object
$DraftProperty in class Draft
Parent created_at
$DraftProperty in class Draft
Parent content ID
$NoteCommentProperty in class NoteComment
Comment
$NoteCommentProperty in class NoteComment
Created time
$PrintAssignmentProperty in class PrintAssignment
Created at
$PrintDocumentProperty in class PrintDocument
Created at
ChannelListCommandClass in namespace Ceo\Cli\Commands
ChannelListCommand::configure() — Method in class ChannelListCommand
ClientRunCommandClass in namespace Ceo\Cli\Commands
ClientRunCommand::configure() — Method in class ClientRunCommand
ConfigureSphinxCommandClass in namespace Ceo\Cli\Commands
ConfigureSphinxCommand::configure() — Method in class ConfigureSphinxCommand
DbConvertCommand::configure() — Method in class DbConvertCommand
DeduplicateCommand::configure() — Method in class DeduplicateCommand
DepthCommand::configure() — Method in class DepthCommand
EntryImportCommand::configure() — Method in class EntryImportCommand
KeywordBuildCommand::configure() — Method in class KeywordBuildCommand
KeywordIndexCommand::configure() — Method in class KeywordIndexCommand
LibraryCommand::configure() — Method in class LibraryCommand
LicenseGenerateCommand::configure() — Method in class LicenseGenerateCommand
LicenseKeysCommand::configure() — Method in class LicenseKeysCommand
MainCommand::configure() — Method in class MainCommand
MigrateCommand::configure() — Method in class MigrateCommand
PublicationLockCommand::configure() — Method in class PublicationLockCommand
PushChannelCommand::configure() — Method in class PushChannelCommand
PushEntryCommand::configure() — Method in class PushEntryCommand
ServerCheckCommand::configure() — Method in class ServerCheckCommand
ServerCleanCommand::configure() — Method in class ServerCleanCommand
SphinxDeltaCommand::configure() — Method in class SphinxDeltaCommand
SphinxMergeCommand::configure() — Method in class SphinxMergeCommand
SyncExportCommand::configure() — Method in class SyncExportCommand
SyncHuntCommand::configure() — Method in class SyncHuntCommand
SyncImportCommand::configure() — Method in class SyncImportCommand
SyncImportPollCommand::configure() — Method in class SyncImportPollCommand
SyncPreloadCommand::configure() — Method in class SyncPreloadCommand
SyncReattachMediaCommand::configure() — Method in class SyncReattachMediaCommand
SyncRebuildAttachmentsCommand::configure() — Method in class SyncRebuildAttachmentsCommand
SyncRebuildGalleriesCommand::configure() — Method in class SyncRebuildGalleriesCommand
SyncRebuildSlugsCommand::configure() — Method in class SyncRebuildSlugsCommand
SyncRebuildVimeoCommand::configure() — Method in class SyncRebuildVimeoCommand
SyncRebuildYoutubeCommand::configure() — Method in class SyncRebuildYoutubeCommand
SyncResyncAuthorsCommand::configure() — Method in class SyncResyncAuthorsCommand
SyncResyncTimesCommand::configure() — Method in class SyncResyncTimesCommand
SyncUsersCommand::configure() — Method in class SyncUsersCommand
UserPurgeCommand::configure() — Method in class UserPurgeCommand
VersionCommand::configure() — Method in class VersionCommand
SockettokenManager::create() — Method in class SockettokenManager
Create new Socket Token. Accepts: * user
$SocketTokenProperty in class SocketToken
Client code
$SocketTokenProperty in class SocketToken
Created timestamp
AudioAdapter::canHandle() — Method in class AudioAdapter
Determine if the adapter can handle the file type
FlashAdapter::canHandle() — Method in class FlashAdapter
Determine if the adapter can handle the file type
GalleryAdapter::canHandle() — Method in class GalleryAdapter
Gallery adapter will always return false.
ImageAdapter::canHandle() — Method in class ImageAdapter
Determine if the adapter can handle the file type
PdfAdapter::canHandle() — Method in class PdfAdapter
Determine if the adapter can handle the file type
QuicktimeAdapter::canHandle() — Method in class QuicktimeAdapter
Determine if the adapter can handle the file type
SvgAdapter::canHandle() — Method in class SvgAdapter
Determine if the adapter can handle the file type
VimeoAdapter::canHandle() — Method in class VimeoAdapter
Vimeo adapter will always return false.
YoutubeAdapter::canHandle() — Method in class YoutubeAdapter
Youtube adapter will always return false.
AuthManager::check() — Method in class AuthManager
Check credentials as defined as an array containing: * email * password
$TemplateHelperProperty in class TemplateHelper
$TemplateHelperProperty in class TemplateHelper
AclManager::create() — Method in class AclManager
AclManager::createResource() — Method in class AclManager
Create a new ACL resource
AclManager::createRole() — Method in class AclManager
Create a role (group) for the ACL Data is provided as an array with * name * description (optional)
AssignmentManager::create() — Method in class AssignmentManager
Create new assignment. Accepts: * slug * abstract * content * notes * due_at - int or string * users - array of assigned users * children - array of assigned content items
AuthorManager::create() — Method in class AuthorManager
Create new author. Accepts: * slug * name * tagline * description * status * content
ChannelManagerClass in namespace Ceo\Core\Managers
Core channel manager
ChannelManager::create() — Method in class ChannelManager
Create new channel. Accepts:
ContainerManagerClass in namespace Ceo\Core\Managers
Core container manager
ContainerManager::create() — Method in class ContainerManager
Create new container. Accepts: * slug * title * description * type * content - array of content * tags - array of tags
ContentManagerClass in namespace Ceo\Core\Managers
Core content manager
ContentManager::create() — Method in class ContentManager
Create content with given properties.
EntryManager::create() — Method in class EntryManager
Create new entry. Accepts:
ExportManager::create() — Method in class ExportManager
Create new export. The SRN parameter is the parent resource SRN.
ExportManager::clobber() — Method in class ExportManager
IssueManager::create() — Method in class IssueManager
Create new issue. Accepts: * label * description * status * published_at * assignments
LockManager::create() — Method in class LockManager
Create new lock. The SRN parameter is the parent resource SRN.
MessageManager::create() — Method in class MessageManager
Create a new queued message. Keep in mind that this does not send the message, only queues it for delivery.
RouteManager::create() — Method in class RouteManager
SstsManager::create() — Method in class SstsManager
Create new SSTS. Accepts: * slug * name * status * content
TagManager::create() — Method in class TagManager
Create new tag. Accepts: * slug * name * status * content
UserManager::create() — Method in class UserManager
Create new user with given dataset
WorkflowManager::create() — Method in class WorkflowManager
Create new workflow. Accepts: * slug * name * status * isweb * isprint
WorkflowsectionManager::create() — Method in class WorkflowsectionManager
Create new workflow. Accepts: * slug * name * status * isweb * isprint
CheckboxClass in namespace Ceo\Core\MetaProperties
Checkbox meta property
$AssignmentProperty in class Assignment
Assignment content
$AssignmentProperty in class Assignment
Created timestamp
$AssignmentProperty in class Assignment
Creating user
$AssignmentProperty in class Assignment
Assignment contact name
$AssignmentProperty in class Assignment
Assignment contact name
$AttachmentProperty in class Attachment
$AttachmentProperty in class Attachment
Parent container, if any
$AuditLogProperty in class AuditLog
Created time
$AuthorProperty in class Author
Created timestamp
$AuthorContentProperty in class AuthorContent
content_id
ChannelClass in namespace Ceo\Core\Models
Channel model. Channels are containers for Entries.
$ChannelProperty in class Channel
Created timestamp
ChannelMetaClass in namespace Ceo\Core\Models
ChannelMeta model.
$ChannelMetaProperty in class ChannelMeta
Parent id
ContainerClass in namespace Ceo\Core\Models
Container model. Containers are like sections, but act like waterfall folders They can exist in two forms - manual or automatic.
$ContainerProperty in class Container
Created timestamp
Container::connectableCallback() — Method in class Container
ContainerContentClass in namespace Ceo\Core\Models
Container content model
$ContainerContentProperty in class ContainerContent
container_id
$ContainerContentProperty in class ContainerContent
content_id
ContainerTagClass in namespace Ceo\Core\Models
Container tag model
$ContainerTagProperty in class ContainerTag
container_id
ContentClass in namespace Ceo\Core\Models
Content model
$ContentProperty in class Content
Content
$ContentProperty in class Content
Content raw contains the raw Draft object
$ContentProperty in class Content
Created timestamp
$ContentProperty in class Content
Container id, mostly just for blogs
$ContentProperty in class Content
Click through URL for media
ContentTagClass in namespace Ceo\Core\Models
Content tag model
$ContentTagProperty in class ContentTag
content_id
$EntryProperty in class Entry
Parent id
$EntryProperty in class Entry
Can Sync flag
$EntryProperty in class Entry
Created timestamp
Entry::connectableCallback() — Method in class Entry
$EntryMetaProperty in class EntryMeta
Parent meta
$EntryMetaProperty in class EntryMeta
Created timestamp
$ExportProperty in class Export
Parent content ID
$ExportProperty in class Export
Content
$ExportProperty in class Export
Created timestamp
$ExportVersionProperty in class ExportVersion
Parent content
$ExportVersionProperty in class ExportVersion
Parent created_at
$ExportVersionProperty in class ExportVersion
Parent content ID
$IssueProperty in class Issue
Created time
$LockRequestProperty in class LockRequest
Created time
$MessageProperty in class Message
Created time
$MetaPropertyProperty in class MetaProperty
Parent content ID
$MetaPropertyProperty in class MetaProperty
Parent content ID
$ResetRequestProperty in class ResetRequest
Created time
$SettingProperty in class Setting
Created time
$UrlProperty in class Url
Parent content ID
$UrlProperty in class Url
Parent collection ID
$UserProperty in class User
Can user receive email
$VersionProperty in class Version
Parent content
$VersionProperty in class Version
Parent created_at
$VersionProperty in class Version
Parent content ID
ConnectorHandlerClass in namespace Ceo\Core\QueueHandlers
Handles messages for gryphon connector. Using config will post updates/deletions of connected items to specified endpoint.
ConnectableClass in namespace Ceo\Core\Traits
Connectable pushes CEO data to connected front end. A connectable item is pushed into the queue then exported and pushed to a specified endpoint.
ClientConfigClass in namespace Ceo\Core\Util
Client config provides a simple interface to managing connections to client databases. Useful when running a command in the global scope or dealing with SRNs from multiple clients
CeoControllerClass in namespace Ceo\Frontend\Controllers
CEO controller, what will become the dash
ContentControllerClass in namespace Ceo\Frontend\Controllers
Content CRUD from frontent
ContentController::corsAction() — Method in class ContentController
ContentFormClass in namespace Ceo\Frontend\Forms
Content Form
ClassifiedsControllerClass in namespace Ceo\Plugins\Classifieds
AdPro::canHandle() — Method in class AdPro
SmartPublisher::canHandle() — Method in class SmartPublisher
BaseHandler::canHandle() — Method in class BaseHandler
Determine of the file can be processed
GcalendarController::codeAction() — Method in class GcalendarController
CurlClassClass in namespace
$CurlClassProperty in class CurlClass
$CurlClassProperty in class CurlClass
CurlClass::curl_get() — Method in class CurlClass
CurlClass::curl_post() — Method in class CurlClass
CurlClass::curl_delete() — Method in class CurlClass
CurlClass::curl_put() — Method in class CurlClass
DataManagerTask::contentimportAction() — Method in class DataManagerTask
PublicationTask::createAction() — Method in class PublicationTask
SeederTask::contentAction() — Method in class SeederTask
UserTask::createAction() — Method in class UserTask
issuu::call() — Method in class issuu

D

AclController::deleteAction() — Method in class AclController
Delete ACL Note: like create/update, you cannot modify the Administrator role.
AssignmentController::deleteAction() — Method in class AssignmentController
Delete assignment
AuthorController::deleteAction() — Method in class AuthorController
Delete author
ChannelController::deleteAction() — Method in class ChannelController
Delete channel
ContainerController::deleteAction() — Method in class ContainerController
Delete container
ContentController::deleteAction() — Method in class ContentController
Delete action
DraftControllerClass in namespace Ceo\Api\Controllers
Draft controller
EntryController::deleteAction() — Method in class EntryController
Delete entry
ExportController::dumpAction() — Method in class ExportController
Dump content as type, does not create an export object or new version
IssueController::deleteAction() — Method in class IssueController
Delete issue
LockrequestController::deleteAction() — Method in class LockrequestController
Delete lock for given UUID. Request must be made from locking user.
PluginController::deleteAction() — Method in class PluginController
PrintassignmentController::deleteAction() — Method in class PrintassignmentController
Delete action
PrintdocumentController::deleteAction() — Method in class PrintdocumentController
Delete action
SstsController::deleteAction() — Method in class SstsController
Delete ssts
TagController::deleteAction() — Method in class TagController
Delete tag
UserController::deleteAction() — Method in class UserController
Delete user
WorkflowController::deleteAction() — Method in class WorkflowController
Delete workflow
WorkflowsectionController::deleteAction() — Method in class WorkflowsectionController
Delete section
NotecommentManager::delete() — Method in class NotecommentManager
Delete content item
PrintassignmentManager::delete() — Method in class PrintassignmentManager
PrintdocumentManager::delete() — Method in class PrintdocumentManager
DraftClass in namespace Ceo\Api\Models
Drafts model
$NoteCommentProperty in class NoteComment
Draft reference
DbConvertCommandClass in namespace Ceo\Cli\Commands
DeduplicateCommandClass in namespace Ceo\Cli\Commands
DepthCommandClass in namespace Ceo\Cli\Commands
AclManager::delete() — Method in class AclManager
Completely remove a role
AclManager::deny() — Method in class AclManager
Deny action on resource
AclManager::dropResourceAction() — Method in class AclManager
Remove an action from a resource
AssignmentManager::delete() — Method in class AssignmentManager
Remove assignment. This does not remove associated children
AuthorManager::delete() — Method in class AuthorManager
Remove author. This does not remove associated children
ChannelManager::delete() — Method in class ChannelManager
Remove chanel. This does not remove associated children
ContainerManager::delete() — Method in class ContainerManager
Remove container. This does not remove associated children
ContentManager::delete() — Method in class ContentManager
Delete content item
EntryManager::delete() — Method in class EntryManager
Remove chanel. This does not remove associated children
IssueManager::delete() — Method in class IssueManager
Remove issue. This does not remove associated children
RouteManager::delete() — Method in class RouteManager
SstsManager::delete() — Method in class SstsManager
Remove ssts. This does not remove associated children
TagManager::delete() — Method in class TagManager
Remove tag. This does not remove associated children
UserManager::delete() — Method in class UserManager
WorkflowManager::delete() — Method in class WorkflowManager
Remove workflow. This does not remove associated children
WorkflowsectionManager::delete() — Method in class WorkflowsectionManager
Remove workflow section. This does not remove associated children
DateClass in namespace Ceo\Core\MetaProperties
Date meta property
DatetimeClass in namespace Ceo\Core\MetaProperties
Datetime meta property
$AssignmentProperty in class Assignment
Due date timestamp
$AuthorProperty in class Author
Author description
$AuthorProperty in class Author
Author draft raw description
$ChannelMetaProperty in class ChannelMeta
Entry description
$ContainerProperty in class Container
Container description
$ContainerProperty in class Container
Container description raw json
$ContentProperty in class Content
Dominant attachment reference
$EntryProperty in class Entry
Entry description
$IssueProperty in class Issue
Optional description
Issue::decorateLabel() — Method in class Issue
Decorate the issue label by glueing the label and publish date together. Will use site's local timezone for publication date, NOT UTC.
$VersionProperty in class Version
Dominant attachment reference
SysController::downloadAction() — Method in class SysController
AdmanagerController::deleteadAction() — Method in class AdmanagerController
DropboxControllerClass in namespace Ceo\Plugins\Dropbox
Handle dropbox interaction
GcalendarController::deactivateAction() — Method in class GcalendarController
DataManagerTaskClass in namespace
Data manager service
DataManagerTask::duplicatesAction() — Method in class DataManagerTask
daemonTaskClass in namespace
CEO Socket Server for plugin connections
daemonTask::debugAction() — Method in class daemonTask
issuu::documentList() — Method in class issuu

E

EntryControllerClass in namespace Ceo\Api\Controllers
Entry controller
ExportControllerClass in namespace Ceo\Api\Controllers
Export controller handles generation and syncing of content exports. Exports are generally only used by external plugins (see ICML export).
ChannelListCommand::execute() — Method in class ChannelListCommand
ClientRunCommand::execute() — Method in class ClientRunCommand
ConfigureSphinxCommand::execute() — Method in class ConfigureSphinxCommand
DbConvertCommand::execute() — Method in class DbConvertCommand
DeduplicateCommand::execute() — Method in class DeduplicateCommand
DepthCommand::execute() — Method in class DepthCommand
EntryImportCommandClass in namespace Ceo\Cli\Commands
EntryImportCommand::execute() — Method in class EntryImportCommand
KeywordBuildCommand::execute() — Method in class KeywordBuildCommand
KeywordIndexCommand::execute() — Method in class KeywordIndexCommand
LibraryCommand::execute() — Method in class LibraryCommand
LicenseGenerateCommand::execute() — Method in class LicenseGenerateCommand
LicenseKeysCommand::execute() — Method in class LicenseKeysCommand
MainCommand::execute() — Method in class MainCommand
MigrateCommand::execute() — Method in class MigrateCommand
PublicationLockCommand::execute() — Method in class PublicationLockCommand
PushChannelCommand::execute() — Method in class PushChannelCommand
PushEntryCommand::execute() — Method in class PushEntryCommand
ServerCheckCommand::execute() — Method in class ServerCheckCommand
ServerCleanCommand::execute() — Method in class ServerCleanCommand
SphinxDeltaCommand::execute() — Method in class SphinxDeltaCommand
SphinxMergeCommand::execute() — Method in class SphinxMergeCommand
SyncExportCommand::execute() — Method in class SyncExportCommand
SyncHuntCommand::execute() — Method in class SyncHuntCommand
SyncImportCommand::execute() — Method in class SyncImportCommand
SyncImportPollCommand::execute() — Method in class SyncImportPollCommand
SyncPreloadCommand::execute() — Method in class SyncPreloadCommand
SyncReattachMediaCommand::execute() — Method in class SyncReattachMediaCommand
SyncRebuildAttachmentsCommand::execute() — Method in class SyncRebuildAttachmentsCommand
SyncRebuildGalleriesCommand::execute() — Method in class SyncRebuildGalleriesCommand
SyncRebuildSlugsCommand::execute() — Method in class SyncRebuildSlugsCommand
SyncRebuildVimeoCommand::execute() — Method in class SyncRebuildVimeoCommand
SyncRebuildYoutubeCommand::execute() — Method in class SyncRebuildYoutubeCommand
SyncResyncAuthorsCommand::execute() — Method in class SyncResyncAuthorsCommand
SyncResyncTimesCommand::execute() — Method in class SyncResyncTimesCommand
SyncUsersCommand::execute() — Method in class SyncUsersCommand
UserPurgeCommand::execute() — Method in class UserPurgeCommand
VersionCommand::execute() — Method in class VersionCommand
Acl::export() — Method in class Acl
Export ACL roles
BaseController::endBatchMode() — Method in class BaseController
Static method to disable batch mode return handling
ExportExceptionClass in namespace Ceo\Core\Exceptions
ExportException for specifically trapping issues with exports
ExporterInterfaceClass in namespace Ceo\Core\Exporters
Export interface
ExporterInterface::export() — Method in class ExporterInterface
Export accepts a single Content model and returns an exported string representation.
HtmlExporter::export() — Method in class HtmlExporter
Return properly formatted HTML document. Will throw Ceo\Exceptions\ExportException on failure.
IcmlExporter::export() — Method in class IcmlExporter
Return properly formatted ICML XML document. Will throw Ceo\Exceptions\ExportException on failure.
TextExporter::export() — Method in class TextExporter
Return properly plain text document. Will throw Ceo\Exceptions\ExportException on failure.
ContentManager::editAttachment() — Method in class ContentManager
EntryManagerClass in namespace Ceo\Core\Managers
Core entry manager
ExportManagerClass in namespace Ceo\Core\Managers
Export manager handles linking and generation of exports
ExportManager::exportAs() — Method in class ExportManager
EditortextClass in namespace Ceo\Core\MetaProperties
Editor text meta property
$AttachmentProperty in class Attachment
$AuthorProperty in class Author
Author email
EntryClass in namespace Ceo\Core\Models
Entry model. Entries are custom content types, made up of meta properties.
EntryMetaClass in namespace Ceo\Core\Models
EntryMeta model.
$EntryMetaProperty in class EntryMeta
Parent id
ExportClass in namespace Ceo\Core\Models
Export model
ExportVersionClass in namespace Ceo\Core\Models
ExportVersion model
$ExportVersionProperty in class ExportVersion
Parent export ID
$ResetRequestProperty in class ResetRequest
Expire time
$UserProperty in class User
User email
EmailClass in namespace Ceo\Core\Tags
Email tags help make building email templates slightly less insane.
AuthController::exchangeAction() — Method in class AuthController

F

AssignmentcommentManager::findByAssignment() — Method in class AssignmentcommentManager
Find first by reference ID
NotecommentManager::find() — Method in class NotecommentManager
NotecommentManager::findFirst() — Method in class NotecommentManager
NotecommentManager::findByReference() — Method in class NotecommentManager
Find first by reference ID
PrintassignmentManager::find() — Method in class PrintassignmentManager
Find assignment
PrintassignmentManager::findFirst() — Method in class PrintassignmentManager
Find first based on params
PrintassignmentManager::findFirstById() — Method in class PrintassignmentManager
Find first content by ID
PrintassignmentManager::findFirstByUuid() — Method in class PrintassignmentManager
Find first content by UUID
PrintdocumentManager::find() — Method in class PrintdocumentManager
Find document
PrintdocumentManager::findFirst() — Method in class PrintdocumentManager
Find first based on params
PrintdocumentManager::findFirstById() — Method in class PrintdocumentManager
Find first content by ID
PrintdocumentManager::findFirstByUuid() — Method in class PrintdocumentManager
Find first content by UUID
PrintdocumentManager::findFirstByLabel() — Method in class PrintdocumentManager
Find first item by label
PrintdocumentManager::findFirstByTrackingLabel() — Method in class PrintdocumentManager
Find first item by tracking label
AssignmentComment::find() — Method in class AssignmentComment
Allows to query a set of records that match the specified conditions
AssignmentComment::findFirst() — Method in class AssignmentComment
Allows to query the first record that match the specified conditions
AssignmentComment::findByAssignmentUuid() — Method in class AssignmentComment
Draft::find() — Method in class Draft
Allows to query a set of records that match the specified conditions
Draft::findFirst() — Method in class Draft
Allows to query the first record that match the specified conditions
Draft::findFirstByContentId() — Method in class Draft
NoteComment::find() — Method in class NoteComment
Allows to query a set of records that match the specified conditions
NoteComment::findFirst() — Method in class NoteComment
Allows to query the first record that match the specified conditions
PrintAssignment::find() — Method in class PrintAssignment
Allows to query a set of records that match the specified conditions
PrintAssignment::findFirst() — Method in class PrintAssignment
Allows to query the first record that match the specified conditions
PrintAssignment::findFirstByLabel() — Method in class PrintAssignment
PrintDocument::find() — Method in class PrintDocument
Allows to query a set of records that match the specified conditions
PrintDocument::findFirst() — Method in class PrintDocument
Allows to query the first record that match the specified conditions
PrintDocument::findFirstByLabel() — Method in class PrintDocument
PrintDocument::findFirstByTrackingLabel() — Method in class PrintDocument
SockettokenManager::find() — Method in class SockettokenManager
Find token
SockettokenManager::findFirst() — Method in class SockettokenManager
Find first based on params
SockettokenManager::findFirstById() — Method in class SockettokenManager
Find first content by ID
SockettokenManager::findFirstByUuid() — Method in class SockettokenManager
Find first item by given UUID
SocketToken::find() — Method in class SocketToken
Allows to query a set of records that match the specified conditions
SocketToken::findFirst() — Method in class SocketToken
Allows to query the first record that match the specified conditions
FlashAdapterClass in namespace Ceo\Core\Adapters
Base FLV adapter, provided only as a failover.
GravatarHelper::findByEmail() — Method in class GravatarHelper
Find and cache gravatar URL via email
AclManager::find() — Method in class AclManager
AclManager::findFirst() — Method in class AclManager
AclManager::findFirstByName() — Method in class AclManager
AssignmentManager::find() — Method in class AssignmentManager
Find assignment
AssignmentManager::findFirst() — Method in class AssignmentManager
Find first based on params
AssignmentManager::findFirstById() — Method in class AssignmentManager
Find first content by ID
AssignmentManager::findFirstByUuid() — Method in class AssignmentManager
Find first item by given UUID
AssignmentManager::findFirstBySrn() — Method in class AssignmentManager
Find first instance by SRN
AssignmentManager::findDueBetween() — Method in class AssignmentManager
AuthorManager::find() — Method in class AuthorManager
Find author
AuthorManager::findFirst() — Method in class AuthorManager
Find first based on params
AuthorManager::findFirstById() — Method in class AuthorManager
Find first content by ID
AuthorManager::findFirstByUuid() — Method in class AuthorManager
Find first item by given UUID
AuthorManager::findFirstBySrn() — Method in class AuthorManager
Find first instance by SRN
ChannelManager::find() — Method in class ChannelManager
Find channel
ChannelManager::findFirst() — Method in class ChannelManager
Find first based on params
ChannelManager::findFirstById() — Method in class ChannelManager
Find first content by ID
ChannelManager::findFirstByUuid() — Method in class ChannelManager
Find first item by given UUID
ChannelManager::findFirstBySrn() — Method in class ChannelManager
Find first instance by SRN
ContainerManager::find() — Method in class ContainerManager
Find container
ContainerManager::findFirst() — Method in class ContainerManager
Find first based on params
ContainerManager::findFirstById() — Method in class ContainerManager
Find first content by ID
ContainerManager::findFirstByUuid() — Method in class ContainerManager
Find first item by given UUID
ContainerManager::findFirstBySrn() — Method in class ContainerManager
Find first instance by SRN
ContentManager::find() — Method in class ContentManager
Find content
ContentManager::findFirst() — Method in class ContentManager
Find first based on params
ContentManager::findFirstById() — Method in class ContentManager
Find first content by ID
ContentManager::findById() — Method in class ContentManager
ContentManager::findFirstByUrl() — Method in class ContentManager
Find first content item by given URL.
ContentManager::findFirstByUuid() — Method in class ContentManager
Find first item by given UUID
ContentManager::findFirstBySrn() — Method in class ContentManager
Find first instance by SRN
ContentManager::findRelatedByKeywords() — Method in class ContentManager
ContentManager::findRelatedByContent() — Method in class ContentManager
EntryManager::find() — Method in class EntryManager
Find entry
EntryManager::findFirst() — Method in class EntryManager
Find first based on params
EntryManager::findFirstById() — Method in class EntryManager
Find first content by ID
EntryManager::findFirstByUuid() — Method in class EntryManager
Find first item by given UUID
EntryManager::findFirstBySrn() — Method in class EntryManager
Find first instance by SRN
EntryManager::findByMeta() — Method in class EntryManager
Find entries by meta value
IssueManager::find() — Method in class IssueManager
Find issue
IssueManager::findFirst() — Method in class IssueManager
Find first based on params
IssueManager::findFirstById() — Method in class IssueManager
Find first content by ID
IssueManager::findFirstByUuid() — Method in class IssueManager
Find first item by given UUID
IssueManager::findFirstBySrn() — Method in class IssueManager
Find first instance by SRN
LockManager::findFirstByContentSrn() — Method in class LockManager
Find first lock instance by PARENT content SRN
LockManager::findFirstByUuid() — Method in class LockManager
Find first lock by lock UUID
MentionManager::findFirstById() — Method in class MentionManager
MentionManager::findFirst() — Method in class MentionManager
MentionManager::find() — Method in class MentionManager
MessageManager::findFirstById() — Method in class MessageManager
MessageManager::findFirst() — Method in class MessageManager
MessageManager::find() — Method in class MessageManager
MessageManager::findFirstBySrn() — Method in class MessageManager
SettingManager::findFirstById() — Method in class SettingManager
SettingManager::findFirst() — Method in class SettingManager
SettingManager::find() — Method in class SettingManager
SstsManager::find() — Method in class SstsManager
Find ssts
SstsManager::findFirst() — Method in class SstsManager
Find first based on params
SstsManager::findFirstById() — Method in class SstsManager
Find first content by ID
SstsManager::findFirstByUuid() — Method in class SstsManager
Find first item by given UUID
SstsManager::findFirstBySrn() — Method in class SstsManager
Find first instance by SRN
TagManager::find() — Method in class TagManager
Find tag
TagManager::findFirst() — Method in class TagManager
Find first based on params
TagManager::findFirstById() — Method in class TagManager
Find first content by ID
TagManager::findFirstByUuid() — Method in class TagManager
Find first item by given UUID
TagManager::findFirstBySrn() — Method in class TagManager
Find first instance by SRN
UserManager::find() — Method in class UserManager
Find users
UserManager::findFirst() — Method in class UserManager
Find first based on params
UserManager::findFirstById() — Method in class UserManager
Find first user by ID
UserManager::findFirstByUuid() — Method in class UserManager
Find first by UUID
WorkflowManager::find() — Method in class WorkflowManager
Find workflow
WorkflowManager::findFirst() — Method in class WorkflowManager
Find first based on params
WorkflowManager::findFirstById() — Method in class WorkflowManager
Find first content by ID
WorkflowManager::findFirstByUuid() — Method in class WorkflowManager
Find first item by given UUID
WorkflowManager::findFirstBySrn() — Method in class WorkflowManager
Find first instance by SRN
WorkflowsectionManager::find() — Method in class WorkflowsectionManager
Find workflow
WorkflowsectionManager::findFirst() — Method in class WorkflowsectionManager
Find first based on params
WorkflowsectionManager::findFirstById() — Method in class WorkflowsectionManager
Find first content by ID
WorkflowsectionManager::findFirstByUuid() — Method in class WorkflowsectionManager
Find first item by given UUID
WorkflowsectionManager::findFirstBySrn() — Method in class WorkflowsectionManager
Find first instance by SRN
FileClass in namespace Ceo\Core\MetaProperties
Upload and store a file
Assignment::find() — Method in class Assignment
Allows to query a set of records that match the specified conditions
Assignment::findFirst() — Method in class Assignment
Allows to query the first record that match the specified conditions
Attachment::find() — Method in class Attachment
Allows to query a set of records that match the specified conditions
Attachment::findFirst() — Method in class Attachment
Allows to query the first record that match the specified conditions
Author::find() — Method in class Author
Allows to query a set of records that match the specified conditions
Author::findFirst() — Method in class Author
Allows to query the first record that match the specified conditions
Channel::find() — Method in class Channel
Allows to query a set of records that match the specified conditions
Channel::findFirst() — Method in class Channel
Allows to query the first record that match the specified conditions
ChannelMeta::find() — Method in class ChannelMeta
Allows to query a set of records that match the specified conditions
ChannelMeta::findFirst() — Method in class ChannelMeta
Allows to query the first record that match the specified conditions
Container::find() — Method in class Container
Allows to query a set of records that match the specified conditions
Container::findFirst() — Method in class Container
Allows to query the first record that match the specified conditions
Content::find() — Method in class Content
Allows to query a set of records that match the specified conditions
Content::findFirst() — Method in class Content
Allows to query the first record that match the specified conditions
Entry::find() — Method in class Entry
Allows to query a set of records that match the specified conditions
Entry::findFirst() — Method in class Entry
Allows to query the first record that match the specified conditions
EntryMeta::find() — Method in class EntryMeta
Allows to query a set of records that match the specified conditions
EntryMeta::findFirst() — Method in class EntryMeta
Allows to query the first record that match the specified conditions
$ExportProperty in class Export
Version number export was generated from
Export::find() — Method in class Export
Allows to query a set of records that match the specified conditions
Export::findFirst() — Method in class Export
Allows to query the first record that match the specified conditions
ExportVersion::find() — Method in class ExportVersion
Allows to query a set of records that match the specified conditions
ExportVersion::findFirst() — Method in class ExportVersion
Allows to query the first record that match the specified conditions
Issue::find() — Method in class Issue
Allows to query a set of records that match the specified conditions
Issue::findFirst() — Method in class Issue
Allows to query the first record that match the specified conditions
LockRequest::find() — Method in class LockRequest
Allows to query a set of records that match the specified conditions
LockRequest::findFirst() — Method in class LockRequest
Allows to query the first record that match the specified conditions
Mention::find() — Method in class Mention
Allows to query a set of records that match the specified conditions
Mention::findFirst() — Method in class Mention
Allows to query the first record that match the specified conditions
Message::find() — Method in class Message
Allows to query a set of records that match the specified conditions
Message::findFirst() — Method in class Message
Allows to query the first record that match the specified conditions
$MetaPropertyProperty in class MetaProperty
Meta property field
MetaProperty::find() — Method in class MetaProperty
Allows to query a set of records that match the specified conditions
MetaProperty::findFirst() — Method in class MetaProperty
Allows to query the first record that match the specified conditions
Setting::find() — Method in class Setting
Allows to query a set of records that match the specified conditions
Setting::findFirst() — Method in class Setting
Allows to query the first record that match the specified conditions
Ssts::find() — Method in class Ssts
Allows to query a set of records that match the specified conditions
Ssts::findFirst() — Method in class Ssts
Allows to query the first record that match the specified conditions
Tag::find() — Method in class Tag
Allows to query a set of records that match the specified conditions
Tag::findFirst() — Method in class Tag
Allows to query the first record that match the specified conditions
Url::find() — Method in class Url
Allows to query a set of records that match the specified conditions
Url::findFirst() — Method in class Url
Allows to query the first record that match the specified conditions
User::find() — Method in class User
Allows to query a set of records that match the specified conditions
User::findFirst() — Method in class User
Allows to query the first record that match the specified conditions
User::findFirstBySrn() — Method in class User
Find first instance by SRN
Version::find() — Method in class Version
Allows to query a set of records that match the specified conditions
Version::findFirst() — Method in class Version
Allows to query the first record that match the specified conditions
Webcron::find() — Method in class Webcron
Allows to query a set of records that match the specified conditions
Webcron::findFirst() — Method in class Webcron
Allows to query the first record that match the specified conditions
Workflow::find() — Method in class Workflow
Allows to query a set of records that match the specified conditions
Workflow::findFirst() — Method in class Workflow
Allows to query the first record that match the specified conditions
Workflowsection::find() — Method in class Workflowsection
Allows to query a set of records that match the specified conditions
Workflowsection::findFirst() — Method in class Workflowsection
Allows to query the first record that match the specified conditions
MessageHandler::finish() — Method in class MessageHandler
Finish is called after everything else has run. This checks the queued messages per user and processes all pending messages
Srnable::findFirstBySrn() — Method in class Srnable
Find model by SRN
ClientConfig::fetchConfig() — Method in class ClientConfig
Return client config
FiltersClass in namespace Ceo\Core\Volt
AuthController::forgotAction() — Method in class AuthController
Render forgot password form
MessageQueueTask::finish() — Method in class MessageQueueTask
Finish is called after everything else has run. This checks the queued messages per user and processes all pending messages
QueueTask::fetchAction() — Method in class QueueTask
WebcronTask::forceAction() — Method in class WebcronTask
Force webcron to run a single action
issuu::foldersList() — Method in class issuu

G

BaseShellCommand::getDI() — Method in class BaseShellCommand
CeoCli::getArguments() — Method in class CeoCli
CeoCli::getConsole() — Method in class CeoCli
AclController::getAction() — Method in class AclController
Get single acl role by name
AssignmentController::getAction() — Method in class AssignmentController
Get single assignment by UUID
AuthorController::getAction() — Method in class AuthorController
Get single author by UUID
ChannelController::getAction() — Method in class ChannelController
Get single channel by UUID
ContainerController::getAction() — Method in class ContainerController
Get single container by UUID
ContentController::getAction() — Method in class ContentController
Get single content item by UUID
EntryController::getAction() — Method in class EntryController
Get single entry by UUID
ExportController::getAction() — Method in class ExportController
Create a new export.
IssueController::getAction() — Method in class IssueController
Get single issue by UUID
LockrequestController::getParentAction() — Method in class LockrequestController
Find lock via its parent content's SRN
LockrequestController::getAction() — Method in class LockrequestController
Get existing lock
PluginController::getAction() — Method in class PluginController
PrintassignmentController::getAction() — Method in class PrintassignmentController
Get single item by UUID
PrintdocumentController::getAction() — Method in class PrintdocumentController
Get single item by UUID or label
SettingController::getAction() — Method in class SettingController
Get single setting by slug
SstsController::getAction() — Method in class SstsController
Get single ssts by UUID
TagController::getAction() — Method in class TagController
Get single tag by UUID
UserController::getAction() — Method in class UserController
Get single user by UUID
VersionController::getAction() — Method in class VersionController
Fetch a single version, will return associated parent.
WorkflowController::getAction() — Method in class WorkflowController
Get single workflow by UUID
WorkflowsectionController::getAction() — Method in class WorkflowsectionController
Get single section by UUID
AssignmentComment::getSource() — Method in class AssignmentComment
Returns table name mapped in the model.
Draft::getSource() — Method in class Draft
Returns table name mapped in the model.
NoteComment::getSource() — Method in class NoteComment
Returns table name mapped in the model.
PrintAssignment::getSource() — Method in class PrintAssignment
Returns table name mapped in the model.
PrintDocument::getSource() — Method in class PrintDocument
Returns table name mapped in the model.
BaseCommand::getDI() — Method in class BaseCommand
SocketToken::getSource() — Method in class SocketToken
Returns table name mapped in the model.
AdapterInterface::getDimensions() — Method in class AdapterInterface
Should return object dimensions, if possible.
AdapterInterface::getType() — Method in class AdapterInterface
Return the unique string type for this adapter
AudioAdapter::getType() — Method in class AudioAdapter
Adapter type
AudioAdapter::getDimensions() — Method in class AudioAdapter
Get the original file dimensions, if possible.
FlashAdapter::getType() — Method in class FlashAdapter
Adapter type
FlashAdapter::getDimensions() — Method in class FlashAdapter
Get the original file dimensions, if possible.
GalleryAdapterClass in namespace Ceo\Core\Adapters
Base Gallery adapter. The Gallery adapter provides the placeholder attachment type for gallery containers.
GalleryAdapter::getType() — Method in class GalleryAdapter
Adapter type
GalleryAdapter::getDimensions() — Method in class GalleryAdapter
Get the original file dimensions, if possible.
ImageAdapter::getType() — Method in class ImageAdapter
Adapter type
ImageAdapter::getDimensions() — Method in class ImageAdapter
Get the original file dimensions, if possible.
ImageAdapter::getIptc() — Method in class ImageAdapter
Return all encoded IPTC data
PdfAdapter::getType() — Method in class PdfAdapter
Adapter type
PdfAdapter::getDimensions() — Method in class PdfAdapter
Get the original file dimensions, if possible.
QuicktimeAdapter::getType() — Method in class QuicktimeAdapter
Adapter type
QuicktimeAdapter::getDimensions() — Method in class QuicktimeAdapter
Get the original file dimensions, if possible.
SvgAdapter::getType() — Method in class SvgAdapter
Adapter type
SvgAdapter::getDimensions() — Method in class SvgAdapter
Get the original file dimensions, if possible.
VimeoAdapter::getType() — Method in class VimeoAdapter
Adapter type
VimeoAdapter::getDimensions() — Method in class VimeoAdapter
Get the original file dimensions, if possible.
YoutubeAdapter::getType() — Method in class YoutubeAdapter
Adapter type
YoutubeAdapter::getDimensions() — Method in class YoutubeAdapter
Get the original file dimensions, if possible.
AuthManager::getUser() — Method in class AuthManager
Fetch user for associated session
AuthManager::getUserId() — Method in class AuthManager
Returns the id of the user
BaseController::getStatusCode() — Method in class BaseController
Return status code
BaseController::getHeaders() — Method in class BaseController
Return current headers
BaseController::getPayload() — Method in class BaseController
Return payload
ExporterInterface::getType() — Method in class ExporterInterface
getType returns a string type for the exporter, e.g. 'icml'
ExporterInterface::getContentType() — Method in class ExporterInterface
getContentType returns a string for MIME type, e.g 'application/xml'
HtmlExporter::getType() — Method in class HtmlExporter
Return type
HtmlExporter::getContentType() — Method in class HtmlExporter
Return mime type
IcmlExporter::getType() — Method in class IcmlExporter
Return type
IcmlExporter::getContentType() — Method in class IcmlExporter
Return mime type
TextExporter::getType() — Method in class TextExporter
Return type
TextExporter::getContentType() — Method in class TextExporter
Return mime type
GravatarHelperClass in namespace Ceo\Core\Helpers
GravatarHelper is a wrapper for forxer\Gravatar, except that it temporarily caches the URLs in an insecure cache.
Request::getJsonRawBody() — Method in class Request
Request::getSegments() — Method in class Request
Get request segments. If you don't provide a segment number will return all segments.
IcmlImporter::getType() — Method in class IcmlImporter
Return type
AclManager::getLists() — Method in class AclManager
Fetch all access control lists, organized by resource [ 'ResourceName' => ['action1', 'action2'], .
AclManager::getActionsForRole() — Method in class AclManager
Get all actions for a given role [ 'ResourceName' => [ ['action' => 'action1', 'allowed' => 0], ['action' => 'action2', 'allowed' => 1], ], .
BaseManager::getPaginator() — Method in class BaseManager
Helps paginate models using the query bulder. Bit more complicated than the native array method, but works better for larger data sets
ContentManager::getUrlSlug() — Method in class ContentManager
MentionManager::getMentions() — Method in class MentionManager
Return all mentions for a given SRN
RouteManager::get() — Method in class RouteManager
SettingManager::get() — Method in class SettingManager
Retrieve a setting value. Returns the default value if not found.
UserManager::getForm() — Method in class UserManager
Build and return standard editing form
Checkbox::getType() — Method in class Checkbox
React type
Date::getType() — Method in class Date
React type
Datetime::getType() — Method in class Datetime
React type
Editortext::getType() — Method in class Editortext
React type
File::getType() — Method in class File
React type
Json::getType() — Method in class Json
React type
Longtext::getType() — Method in class Longtext
React type
MetaPropertyInterface::getType() — Method in class MetaPropertyInterface
React type
Noop::getType() — Method in class Noop
React type
Printonly::getType() — Method in class Printonly
React type
Relatedcontent::getType() — Method in class Relatedcontent
React type
Relatedentries::getType() — Method in class Relatedentries
React type
Richtext::getType() — Method in class Richtext
React type
Securetext::getType() — Method in class Securetext
React type
Selectentry::getType() — Method in class Selectentry
React type
Text::getType() — Method in class Text
React type
Paginator::getPagination() — Method in class Paginator
Return the paginator object
Paginator::getItems() — Method in class Paginator
Return the fetched items
AclRole::getSource() — Method in class AclRole
Return table name
Assignment::getSource() — Method in class Assignment
Returns table name mapped in the model.
Attachment::getSource() — Method in class Attachment
Returns table name mapped in the model.
AuditLog::getSource() — Method in class AuditLog
Return table name
AuditLog::getMessageObject() — Method in class AuditLog
Author::getSource() — Method in class Author
Returns table name mapped in the model.
AuthorContent::getSource() — Method in class AuthorContent
BaseModel::getResultsetClass() — Method in class BaseModel
Channel::getSource() — Method in class Channel
Returns table name mapped in the model.
Channel::getMeta() — Method in class Channel
Load meta property by slug
ChannelMeta::getSource() — Method in class ChannelMeta
Returns table name mapped in the model.
Container::getSource() — Method in class Container
Returns table name mapped in the model.
Container::getMetaProperties() — Method in class Container
ContainerContent::getSource() — Method in class ContainerContent
ContainerTag::getSource() — Method in class ContainerTag
Content::getSource() — Method in class Content
Returns table name mapped in the model.
Content::getVersionMetaProperties() — Method in class Content
Returns only the metaProperties that belong to this version of the content item
Content::getAuditTrail() — Method in class Content
Return audit logs for this content item
Content::getKeywords() — Method in class Content
ContentTag::getSource() — Method in class ContentTag
Entry::getSource() — Method in class Entry
Returns table name mapped in the model.
Entry::getMeta() — Method in class Entry
Load meta property by slug
EntryMeta::getSource() — Method in class EntryMeta
Returns table name mapped in the model.
Export::getSource() — Method in class Export
Returns table name mapped in the model.
ExportVersion::getSource() — Method in class ExportVersion
Returns table name mapped in the model.
Issue::getSource() — Method in class Issue
Returns table name mapped in the model.
LockRequest::getSource() — Method in class LockRequest
Returns table name mapped in the model.
Mention::getSource() — Method in class Mention
Returns table name mapped in the model.
$MessageProperty in class Message
Track the generating item by UUID
Message::getSource() — Method in class Message
Returns table name mapped in the model.
MetaProperty::getSource() — Method in class MetaProperty
Returns table name mapped in the model.
ResetRequest::getSource() — Method in class ResetRequest
Return table name
Setting::getSource() — Method in class Setting
Returns table name mapped in the model.
Ssts::getSource() — Method in class Ssts
Returns table name mapped in the model.
Tag::getSource() — Method in class Tag
Returns table name mapped in the model.
Url::getSource() — Method in class Url
Returns table name mapped in the model.
User::getSource() — Method in class User
Returns table name mapped in the model.
UserAssignment::getSource() — Method in class UserAssignment
UserRole::getSource() — Method in class UserRole
Version::getSource() — Method in class Version
Returns table name mapped in the model.
Webcron::getSource() — Method in class Webcron
Returns table name mapped in the model.
Workflow::getSource() — Method in class Workflow
Returns table name mapped in the model.
Workflowsection::getSource() — Method in class Workflowsection
Returns table name mapped in the model.
Srnable::getSrn() — Method in class Srnable
Return model's SRN. Model should implement a 'srn_name' protected value.
Path::get() — Method in class Path
Generate path
StringUtil::generateToken() — Method in class StringUtil
Generate a relatively random token of a given length.
BaseTask::getMessages() — Method in class BaseTask
Plugin::getName() — Method in class Plugin
Plugin::getSlug() — Method in class Plugin
Plugin::getName() — Method in class Plugin
Plugin::getSlug() — Method in class Plugin
Plugin::getName() — Method in class Plugin
Plugin::getSlug() — Method in class Plugin
Plugin::getName() — Method in class Plugin
Plugin::getSlug() — Method in class Plugin
GcalendarControllerClass in namespace Ceo\Plugins\Gcalendar
Plugin::getName() — Method in class Plugin
Plugin::getSlug() — Method in class Plugin
Plugin::getPlugins() — Method in class Plugin
Plugin::getName() — Method in class Plugin
Plugin::getSlug() — Method in class Plugin
AuthUser::get() — Method in class AuthUser
Find user given SRN and match the token. This is a semi-ticket based auth but works better given our multi-client setup.
PublicationTask::getAction() — Method in class PublicationTask
SocketBootstrap::getSocketSession() — Method in class SocketBootstrap
SphinxTask::generateAll() — Method in class SphinxTask
SphinxTask::generateAction() — Method in class SphinxTask
issuu::getEmbed() — Method in class issuu

H

DepthCommand::handle() — Method in class DepthCommand
HtmlExporterClass in namespace Ceo\Core\Exporters
HTML Exporter
$AttachmentProperty in class Attachment
BaseModel::hasProperty() — Method in class BaseModel
Determine if the model has a public property.
$ChannelProperty in class Channel
Is Hidden
$EntryProperty in class Entry
Hidden
User::hasRole() — Method in class User
AuditLogHandler::handle() — Method in class AuditLogHandler
Stores user and log data from audit log queue
ConnectorHandler::handle() — Method in class ConnectorHandler
MessageHandler::handle() — Method in class MessageHandler
Generates messages for both queueable and non-queable
StringUtil::htmlPurify() — Method in class StringUtil
Run dirty html fragments through the purifier
Filters::highlightMentions() — Method in class Filters
BaseHandler::handle() — Method in class BaseHandler
Process the file
HandlerClass in namespace Ceo\Plugins\Dropbox\Webcron
Dropbox handler

I

AclTask::initialize() — Method in class AclTask
AclTask::initAction() — Method in class AclTask
BaseShellCommand::isClientMode() — Method in class BaseShellCommand
BaseTask::inputMasked() — Method in class BaseTask
CeoBootstrap::init() — Method in class CeoBootstrap
AclController::indexAction() — Method in class AclController
Forwards to list action
AssignmentController::indexAction() — Method in class AssignmentController
Forwards to list action
AuthorController::indexAction() — Method in class AuthorController
Forwards to list action
BatchController::indexAction() — Method in class BatchController
ChannelController::indexAction() — Method in class ChannelController
Forwards to list action
ContainerController::indexAction() — Method in class ContainerController
Forwards to list action
ContentController::indexAction() — Method in class ContentController
Forwards to list action
DraftController::indexAction() — Method in class DraftController
Forwards to list action
EntryController::indexAction() — Method in class EntryController
Forwards to list action
InboundControllerClass in namespace Ceo\Api\Controllers
Inbound controller
IssueControllerClass in namespace Ceo\Api\Controllers
Issue controller
IssueController::indexAction() — Method in class IssueController
Forwards to list action
PluginController::indexAction() — Method in class PluginController
Forwards to list action
PrintassignmentController::indexAction() — Method in class PrintassignmentController
Forwards to list action
PrintdocumentController::indexAction() — Method in class PrintdocumentController
Forwards to list action
SearchController::indexAction() — Method in class SearchController
Forwards to search action
SettingController::indexAction() — Method in class SettingController
Forwards to list action
SiteController::indexAction() — Method in class SiteController
Fetch site status
SstsController::indexAction() — Method in class SstsController
Forwards to list action
StatusController::indexAction() — Method in class StatusController
Empty
TagController::indexAction() — Method in class TagController
Forwards to list action
UserController::indexAction() — Method in class UserController
Forwards to list action
VersionController::indexAction() — Method in class VersionController
Forwards to list action
WorkflowController::indexAction() — Method in class WorkflowController
Forwards to list action
WorkflowsectionController::indexAction() — Method in class WorkflowsectionController
Forwards to list action
$AssignmentCommentProperty in class AssignmentComment
ID
AssignmentComment::initialize() — Method in class AssignmentComment
Initialize method for model.
$DraftProperty in class Draft
ID
Draft::initialize() — Method in class Draft
Initializer
$NoteCommentProperty in class NoteComment
ID
NoteComment::initialize() — Method in class NoteComment
Initialize method for model.
$PrintAssignmentProperty in class PrintAssignment
ID
$PrintAssignmentProperty in class PrintAssignment
Issue ID
PrintAssignment::initialize() — Method in class PrintAssignment
Initializer
$PrintDocumentProperty in class PrintDocument
ID
$PrintDocumentProperty in class PrintDocument
Issue ID
PrintDocument::initialize() — Method in class PrintDocument
Initializer
IndexControllerClass in namespace Ceo\Connect\Controllers
IndexController::indexAction() — Method in class IndexController
$SocketTokenProperty in class SocketToken
SocketToken::initialize() — Method in class SocketToken
Initializer
ImageAdapterClass in namespace Ceo\Core\Adapters
Base image adapter
Acl::isAllowed() — Method in class Acl
Check if action is allowed for role and resource
AuthManager::isLoggedIn() — Method in class AuthManager
Determine if user is logged in
ImportExceptionClass in namespace Ceo\Core\Exceptions
ImportException for specifically trapping issues with imports
IcmlExporterClass in namespace Ceo\Core\Exporters
ICML Exporter
Request::isMethod() — Method in class Request
IcmlImporterClass in namespace Ceo\Core\Importers
ICML Importer
IcmlImporter::import() — Method in class IcmlImporter
AuthorManager::importFromJSON() — Method in class AuthorManager
ContainerManager::importFromJSON() — Method in class ContainerManager
ContentManager::importFromJSON() — Method in class ContentManager
IssueManagerClass in namespace Ceo\Core\Managers
Core issue manager
LockManager::isLocked() — Method in class LockManager
Determine if resource is locked
LockManager::isLockedByUser() — Method in class LockManager
Determine if resource is locked by user
SstsManager::importFromJSON() — Method in class SstsManager
TagManager::importFromJSON() — Method in class TagManager
$AssignmentProperty in class Assignment
Assignment ID
Assignment::initialize() — Method in class Assignment
Initializer
$AttachmentProperty in class Attachment
Attachment::initialize() — Method in class Attachment
Initializer
Attachment::imgixUrl() — Method in class Attachment
Returns path to imgix file. Will defer to Adapter's imgixUrl method if provided.
$AuditLogProperty in class AuditLog
ID
AuditLog::initialize() — Method in class AuditLog
$AuthorProperty in class Author
Author ID
Author::initialize() — Method in class Author
Initializer
$AuthorContentProperty in class AuthorContent
ID
AuthorContent::initialize() — Method in class AuthorContent
$ChannelProperty in class Channel
ID
$ChannelProperty in class Channel
Is routable
Channel::initialize() — Method in class Channel
Initializer
$ChannelMetaProperty in class ChannelMeta
ID
ChannelMeta::initialize() — Method in class ChannelMeta
Initializer
$ContainerProperty in class Container
Container ID
Container::initialize() — Method in class Container
Initializer
$ContainerContentProperty in class ContainerContent
ID
ContainerContent::initialize() — Method in class ContainerContent
$ContainerTagProperty in class ContainerTag
ID
ContainerTag::initialize() — Method in class ContainerTag
$ContentProperty in class Content
ID
Content::initialize() — Method in class Content
Initializer
$ContentTagProperty in class ContentTag
ID
ContentTag::initialize() — Method in class ContentTag
$EntryProperty in class Entry
ID
Entry::initialize() — Method in class Entry
Initializer
$EntryMetaProperty in class EntryMeta
ID
EntryMeta::initialize() — Method in class EntryMeta
Initializer
$ExportProperty in class Export
ID
$ExportProperty in class Export
Dirty state, 1 = dirty (un-merged), 0 = clean (merged)
$ExportProperty in class Export
Print issue
Export::initialize() — Method in class Export
Initializer
$ExportVersionProperty in class ExportVersion
ID
ExportVersion::initialize() — Method in class ExportVersion
Initializer
IssueClass in namespace Ceo\Core\Models
Issue Model
$IssueProperty in class Issue
ID
Issue::initialize() — Method in class Issue
initializer
$LockRequestProperty in class LockRequest
ID
LockRequest::initialize() — Method in class LockRequest
Initialize method for model.
$MentionProperty in class Mention
ID
Mention::initialize() — Method in class Mention
Initialize method for model.
$MessageProperty in class Message
ID
Message::initialize() — Method in class Message
Initialize method for model.
$MetaPropertyProperty in class MetaProperty
ID
MetaProperty::initialize() — Method in class MetaProperty
initializer
$ResetRequestProperty in class ResetRequest
ID
ResetRequest::initialize() — Method in class ResetRequest
$SettingProperty in class Setting
ID
Setting::initialize() — Method in class Setting
Initialize method for model.
$SstsProperty in class Ssts
SSTS ID
Ssts::initialize() — Method in class Ssts
Initializer
$TagProperty in class Tag
Tag ID
Tag::initialize() — Method in class Tag
Initializer
$UrlProperty in class Url
ID
$UrlProperty in class Url
Default url for associated content
Url::initialize() — Method in class Url
initializer
$UserProperty in class User
ID
$UserProperty in class User
Is SNworks flag
$UserProperty in class User
Is a Service User
User::initialize() — Method in class User
Initialize method for model.
$UserAssignmentProperty in class UserAssignment
ID
UserAssignment::initialize() — Method in class UserAssignment
$UserRoleProperty in class UserRole
ID
UserRole::initialize() — Method in class UserRole
$VersionProperty in class Version
ID
Version::initialize() — Method in class Version
Initializer
$WebcronProperty in class Webcron
ID
Webcron::initialize() — Method in class Webcron
initializer
$WorkflowProperty in class Workflow
Workflow ID
$WorkflowProperty in class Workflow
Workflow is for web
$WorkflowProperty in class Workflow
Workflow is for print
$WorkflowProperty in class Workflow
Workflow is for content items
$WorkflowProperty in class Workflow
Workflow is for assignment items
Workflow::initialize() — Method in class Workflow
Initializer
$WorkflowsectionProperty in class Workflowsection
Workflow ID
$WorkflowsectionProperty in class Workflowsection
Workflow is for web
$WorkflowsectionProperty in class Workflowsection
Workflow is for print
Workflowsection::initialize() — Method in class Workflowsection
Initializer
IssuuScriptFilterClass in namespace Ceo\Core\Util\Filters
Simple filter to watch for, then replace in and out issuu embed script calls
StringUtil::isUuid() — Method in class StringUtil
Determine if passed string is a UUIDv4
Time::isValidTimestamp() — Method in class Time
Determine if a value is a valid timestamp
IndexControllerClass in namespace Ceo\Frontdoor\Controllers
IndexController::indexAction() — Method in class IndexController
AuthController::indexAction() — Method in class AuthController
Functionally, does literally nothing.
CeoController::indexAction() — Method in class CeoController
ContentController::indexAction() — Method in class ContentController
Index action
IndexControllerClass in namespace Ceo\Frontend\Controllers
IndexController::indexAction() — Method in class IndexController
SysController::indexAction() — Method in class SysController
Index action
ContentForm::initialize() — Method in class ContentForm
Plugin::install() — Method in class Plugin
AdPro::import() — Method in class AdPro
SmartPublisher::import() — Method in class SmartPublisher
Plugin::install() — Method in class Plugin
Plugin::install() — Method in class Plugin
Plugin::install() — Method in class Plugin
Plugin::install() — Method in class Plugin
Plugin::install() — Method in class Plugin
Plugin::install() — Method in class Plugin
AuthManager::isAuthorizedTo() — Method in class AuthManager
Authorization check At the moment, only the daemon can publish, so we're only checking to see if a user can subscribe to a topic.
QueueBootstrap::init() — Method in class QueueBootstrap
QueueTask::initialize() — Method in class QueueTask
SocketBootstrap::init() — Method in class SocketBootstrap
UserTask::importAction() — Method in class UserTask
issuuClass in namespace

J

JsonClass in namespace Ceo\Core\MetaProperties
JSON encoded data, hidden on the web but can be really useful for plugins.

K

KeyListenerClass in namespace Ceo\Api\Listeners
Key Authentication provider
KeywordBuildCommandClass in namespace Ceo\Cli\Commands
KeywordIndexCommandClass in namespace Ceo\Cli\Commands
KeywordClass in namespace Ceo\Core\Webcron
Keyword indexer

L

AclTask::listRolesAction() — Method in class AclTask
Show ACLs
AclTask::listActionsAction() — Method in class AclTask
Show actions/resources for a role
BaseTask::log() — Method in class BaseTask
Log output
AclController::listAction() — Method in class AclController
Return acls
AclController::listResourcesAction() — Method in class AclController
AssignmentController::listAction() — Method in class AssignmentController
Return assignments
AssignmentcommentController::listAction() — Method in class AssignmentcommentController
List comments for given parent ID
AuthorController::listAction() — Method in class AuthorController
Return authors
BatchController::listAction() — Method in class BatchController
ChannelController::listAction() — Method in class ChannelController
Return channels
ContainerController::listAction() — Method in class ContainerController
Return Containers
ContentController::listAction() — Method in class ContentController
List content
DraftController::listAction() — Method in class DraftController
Return last draft by content SRN. the 'content' query string is required.
EntryController::listAction() — Method in class EntryController
Return entries
ExportController::lockAction() — Method in class ExportController
IssueController::listAction() — Method in class IssueController
Return issues
LockrequestControllerClass in namespace Ceo\Api\Controllers
Lock request controller handles creating and releasing locks.
NotecommentController::listAction() — Method in class NotecommentController
List comments for given parent ID
PluginController::listAction() — Method in class PluginController
PrintassignmentController::listAction() — Method in class PrintassignmentController
List assignments
PrintdocumentController::listAction() — Method in class PrintdocumentController
List documents
PrintdocumentController::lockAction() — Method in class PrintdocumentController
Create a non-exclusive lock on a page object. Technically InDesign handles the exclusivity of the lock.
SettingController::listAction() — Method in class SettingController
Return settings
SstsController::listAction() — Method in class SstsController
Return sstss
TagController::listAction() — Method in class TagController
Return tags
UserController::listAction() — Method in class UserController
Return users
VersionController::listAction() — Method in class VersionController
Return versions by content SRN. the 'content' query string is required.
WorkflowController::listAction() — Method in class WorkflowController
Return workflows
WorkflowsectionController::listAction() — Method in class WorkflowsectionController
Return sections
NotecommentManager::linkNotes() — Method in class NotecommentManager
$PrintAssignmentProperty in class PrintAssignment
Label id
$PrintDocumentProperty in class PrintDocument
Label slug
LibraryCommandClass in namespace Ceo\Cli\Commands
LicenseGenerateCommandClass in namespace Ceo\Cli\Commands
LicenseKeysCommandClass in namespace Ceo\Cli\Commands
$SocketTokenProperty in class SocketToken
Last seen timestamp
LoggableClass in namespace Ceo\Core\Behaviors
Loggable creates a blame interface for changes.
LockManagerClass in namespace Ceo\Core\Managers
Lock manager handles creation and management of locking requests.
LongtextClass in namespace Ceo\Core\MetaProperties
Longer text meta property
$AssignmentProperty in class Assignment
Location of assignment
$ChannelMetaProperty in class ChannelMeta
label
$ContainerProperty in class Container
Layout template for frontend system
$ContentProperty in class Content
Layout template for frontend system
$IssueProperty in class Issue
Issue text label
LockRequestClass in namespace Ceo\Core\Models
$SettingProperty in class Setting
Label
$SstsProperty in class Ssts
SSTS name
$WebcronProperty in class Webcron
Issue text label
ClientConfig::loadConnectionService() — Method in class ClientConfig
Load connection service for client and return text name.
AuthController::loginAction() — Method in class AuthController
Handles login POST action
AuthController::logoutAction() — Method in class AuthController
Destroy session and return to index
DropboxController::listAction() — Method in class DropboxController
Fetch and return list of files currently in dropbox
LicenseTaskClass in namespace
License Task
LicenseTask::listAction() — Method in class LicenseTask

M

BaseTask::mainAction() — Method in class BaseTask
Default handler, override for default action.
$PrintAssignmentProperty in class PrintAssignment
Modified at
$PrintDocumentProperty in class PrintDocument
Modified at
ModuleClass in namespace Ceo\Api
MainCommandClass in namespace Ceo\Cli\Commands
MigrateCommandClass in namespace Ceo\Cli\Commands
ModuleClass in namespace Ceo\Cli
ModuleClass in namespace Ceo\Connect
MentionManagerClass in namespace Ceo\Core\Managers
Mention manager handles parsing mentions from text, association with models and message generation. All mentionable models must have SRNs
MessageManagerClass in namespace Ceo\Core\Managers
Message manager handles templated message generation.
MetaPropertiesClass in namespace Ceo\Core\MetaProperties
MetaProperties manager
MetaPropertyInterfaceClass in namespace Ceo\Core\MetaProperties
Describes standard meta property interface
$AssignmentProperty in class Assignment
Last modified timestamp
$AttachmentProperty in class Attachment
Random metadata for the adapter.
$AuditLogProperty in class AuditLog
Log message, as JSON string
$AuthorProperty in class Author
Random metadata
$AuthorProperty in class Author
Last modified timestamp
$ChannelProperty in class Channel
Last modified timestamp
$ContainerProperty in class Container
Last modified timestamp
$ContentProperty in class Content
Modified timestamp
$EntryProperty in class Entry
Last modified timestamp
$EntryMetaProperty in class EntryMeta
Last modified timestamp
$ExportProperty in class Export
Modified timestamp
$ExportVersionProperty in class ExportVersion
Parent modified_at
$IssueProperty in class Issue
Modified time
$LockRequestProperty in class LockRequest
Modified time
MentionClass in namespace Ceo\Core\Models
Base mention model
$MentionProperty in class Mention
The user that did the mentioning
MessageClass in namespace Ceo\Core\Models
Base message model
$MessageProperty in class Message
Message content
MetaPropertyClass in namespace Ceo\Core\Models
Meta Property Model
$SettingProperty in class Setting
Modified time
$VersionProperty in class Version
Parent modified_at
Resultset::map() — Method in class Resultset
Apply a callback to each member of the resultset
MessageHandlerClass in namespace Ceo\Core\QueueHandlers
Handles queue actions for mail messages
ModuleClass in namespace Ceo\Frontdoor
ModuleClass in namespace Ceo\Frontend
DataManagerTask::mergeAction() — Method in class DataManagerTask
MessageQueueTaskClass in namespace
Message Queue Task
MessageQueueTask::mainAction() — Method in class MessageQueueTask
$QueueBootstrapProperty in class QueueBootstrap
ShellTask::mainAction() — Method in class ShellTask
$SocketBootstrapProperty in class SocketBootstrap
WebcronTask::mainAction() — Method in class WebcronTask

N

NotecommentControllerClass in namespace Ceo\Api\Controllers
Note comment controller
NotecommentManagerClass in namespace Ceo\Api\Managers
Note commetn manager
NoteCommentClass in namespace Ceo\Api\Models
Loggable::notify() — Method in class Loggable
Compare model changes, and record
Pushable::notify() — Method in class Pushable
Push model to websocket queue
Sluggable::notify() — Method in class Sluggable
Fix slugs if not set
Uuidable::notify() — Method in class Uuidable
Set UUID if not set
NoopClass in namespace Ceo\Core\MetaProperties
Noop is the default meta property. It's pretty much just used as a place holder and a test interface. You probably shouldn't use this.
$AssignmentProperty in class Assignment
Editor/Production notes
$AuthorProperty in class Author
Author name
$TagProperty in class Tag
Tag name
$UserProperty in class User
User name (full name)
$WorkflowProperty in class Workflow
Workflow name
$WorkflowsectionProperty in class Workflowsection
Workflow name
$IssuuScriptFilterProperty in class IssuuScriptFilter
Time::now() — Method in class Time
Return the current time as a Carbon object
ContentController::noteAction() — Method in class ContentController

O

OverrideListenerClass in namespace Ceo\Api\Listeners
Override Listener
GalleryAdapter::originalUrl() — Method in class GalleryAdapter
Override originalUrl method Return container's first child original URL
VimeoAdapter::originalUrl() — Method in class VimeoAdapter
Override originalUrl method Return container's first child original URL
YoutubeAdapter::originalUrl() — Method in class YoutubeAdapter
Override originalUrl method Return container's first child original URL
Attachment::originalUrl() — Method in class Attachment
Returns path to original file. Will defer to Adapter's originalUrl method if provided.

P

ExportController::pullAction() — Method in class ExportController
ExportController::pushAction() — Method in class ExportController
InboundController::postmarkAction() — Method in class InboundController
Handle inbound message from postmark
PluginControllerClass in namespace Ceo\Api\Controllers
Plugin controller
PrintassignmentControllerClass in namespace Ceo\Api\Controllers
Print Assignment controller
PrintdocumentControllerClass in namespace Ceo\Api\Controllers
Print Document controller
WorkflowController::priorityAction() — Method in class WorkflowController
Set workflow priority, low to high UUIDs should be sent as non-indexed array
WorkflowsectionController::priorityAction() — Method in class WorkflowsectionController
Set section priority, low to high UUIDs should be sent as non-indexed array
PrintassignmentManagerClass in namespace Ceo\Api\Managers
Print assignment manager
PrintdocumentManagerClass in namespace Ceo\Api\Managers
Print document manager
$NoteCommentProperty in class NoteComment
Parent reference
PrintAssignmentClass in namespace Ceo\Api\Models
Print Assignments model
$PrintAssignmentProperty in class PrintAssignment
Print locked
$PrintAssignmentProperty in class PrintAssignment
Print locked user
PrintDocumentClass in namespace Ceo\Api\Models
Print Documents model
$PrintDocumentProperty in class PrintDocument
Print locked
$PrintDocumentProperty in class PrintDocument
Print locked user
PublicationLockCommandClass in namespace Ceo\Cli\Commands
PushChannelCommandClass in namespace Ceo\Cli\Commands
PushEntryCommandClass in namespace Ceo\Cli\Commands
GalleryAdapter::previewUrl() — Method in class GalleryAdapter
Override previewUrl method Return container's first child preview URL
PdfAdapterClass in namespace Ceo\Core\Adapters
Base PDF adapter
VimeoAdapter::previewUrl() — Method in class VimeoAdapter
Override previewUrl method Return container's first child preview URL
YoutubeAdapter::previewUrl() — Method in class YoutubeAdapter
Override previewUrl method Return container's first child preview URL
PushableClass in namespace Ceo\Core\Behaviors
Pushable Behavior has been deprecated since 0.1.4. Please use Ceo\Core\Traits\Pushable
MentionManager::parseMentions() — Method in class MentionManager
Parses mentions for given fields. Will return an array of NEW mentions, as multiple mention records will not be created for existing mentions.
QueueManager::publish() — Method in class QueueManager
Push data into the work queue
MetaProperties::propertyForType() — Method in class MetaProperties
Return property class for given React type
PrintonlyClass in namespace Ceo\Core\MetaProperties
Can be used as an all purpose hidden property but the intent is a meta property that exists only in print components and is hidden but still tracked on the web.
PaginatorClass in namespace Ceo\Core\ModelHelpers
Paginator
Paginator::paginate() — Method in class Paginator
Paginate results.
$AssignmentProperty in class Assignment
Publish timestamp
$AttachmentProperty in class Attachment
$AttachmentProperty in class Attachment
preview extension
Attachment::previewUrl() — Method in class Attachment
Returns sized preview image. Will defer to Adapter's previewUrl method if provided.
$ChannelMetaProperty in class ChannelMeta
Meta props for react object
$ContainerProperty in class Container
Published at timestamp
$ContentProperty in class Content
Published timestamp
$ExportProperty in class Export
Print locked
$ExportProperty in class Export
Print locked user
$IssueProperty in class Issue
Publish time
$SettingProperty in class Setting
Protected value
$SstsProperty in class Ssts
SSTS parent_id
$SstsProperty in class Ssts
SSTS path
$UserProperty in class User
User phone
$UserProperty in class User
User's (hashed) password
$UserProperty in class User
Public API key
$UserProperty in class User
Private api key
$VersionProperty in class Version
Parent published_at
$WorkflowProperty in class Workflow
Workflow priority
$WorkflowsectionProperty in class Workflowsection
Workflow priority
Email::paragraph() — Method in class Email
Build a wrapped paragraph
{{ emailParagraph('Some text')}}
Email::paragraphStart() — Method in class Email
Start an open ended paragraph, be careful about any HTML you include.
Email::paragraphEnd() — Method in class Email
End open ended paragraph
Connectable::pushToConnector() — Method in class Connectable
Push items to connected front end
PushableClass in namespace Ceo\Core\Traits
The Pushable provides a simple mechanic for pushing an item into the web socket server's pusher.
Pushable::pushToSocket() — Method in class Pushable
Push the model to the web socket server via the queue service Options are set as keyword arguments in the form of

  • category - (string) supplemental category
  • options - (array) override options, see setPushableOptions for more info
IssuuScriptFilter::preFilter() — Method in class IssuuScriptFilter
IssuuScriptFilter::postFilter() — Method in class IssuuScriptFilter
PathClass in namespace Ceo\Core\Util
Helps determine and generate paths.
StringUtil::parseSrn() — Method in class StringUtil
Parse a SRN into its component parts. Returns an array with: * client * appid * resource * uuid * extra
Filters::p2Br() — Method in class Filters
ContentController::previewAction() — Method in class ContentController
Preview sends JWT to connector action as query string _jwt.
SysController::pingAction() — Method in class SysController
Simple heartbeat endpoint. Helps maintain session state.
SysController::passwdAction() — Method in class SysController
Simple endpoint to allow for controlled redirect to the forced password reset box. This allows it to properly redirect after a login
PluginClass in namespace Ceo\Plugins\Admanager
PluginClass in namespace Ceo\Plugins\Classifieds
PluginClass in namespace Ceo\Plugins\DocSync
PluginClass in namespace Ceo\Plugins\Dropbox
PluginClass in namespace Ceo\Plugins\Gcalendar
PluginClass in namespace Ceo\Plugins
PluginClass in namespace Ceo\Plugins\Polls
PollsControllerClass in namespace Ceo\Plugins\Polls
DataManagerTask::preloadAction() — Method in class DataManagerTask
PhinxTaskClass in namespace
Phinx Task
PublicationTaskClass in namespace
Publication Task
UserTask::passwdAction() — Method in class UserTask

Q

BaseTask::quiet() — Method in class BaseTask
Quiet the console
BaseTask::quit() — Method in class BaseTask
Quit and dump the error
QuicktimeAdapterClass in namespace Ceo\Core\Adapters
Base Quicktime adapter provided only as failover.
QueueManagerClass in namespace Ceo\Core\Managers
QueueManager pushes items into the work queue
$MessageProperty in class Message
Queueable message
QueueBootstrapClass in namespace
QueueTaskClass in namespace
Queue management

R

CeoCli::readTasks() — Method in class CeoCli
PluginController::runAction() — Method in class PluginController
SiteController::routeAction() — Method in class SiteController
VersionController::restoreAction() — Method in class VersionController
Restore a previous version. PUT request, will create another version not overwritting the existing
AclListener::returnInvalid() — Method in class AclListener
Output a 403 Forbidden response and proper JSON encoded error message
KeyListener::returnInvalid() — Method in class KeyListener
Output a 403 Forbidden response and proper JSON encoded error message
PrintdocumentManager::removePrintLock() — Method in class PrintdocumentManager
Unset the lock fields on a document. Document locks are non-exclusive.
$NoteCommentProperty in class NoteComment
Parent UUID
Module::registerAutoloaders() — Method in class Module
Module::registerServices() — Method in class Module
Module::registerAutoloaders() — Method in class Module
Registers an autoloader related to the module
Module::registerServices() — Method in class Module
Registers services related to the module
Module::registerAutoloaders() — Method in class Module
Module::registerServices() — Method in class Module
AuthManager::remove() — Method in class AuthManager
Reset the session and private data bag.
TemplateHelper::render() — Method in class TemplateHelper
Render template
RequestClass in namespace Ceo\Core\Http
Extend the base request class to add some helper methods.
BaseManager::restDelete() — Method in class BaseManager
Delete an object with rest
BaseManager::restCreate() — Method in class BaseManager
Create a new object
BaseManager::restUpdate() — Method in class BaseManager
Update an existing object
ExportManager::reset() — Method in class ExportManager
ExportManager::removePrintLock() — Method in class ExportManager
LockManager::release() — Method in class LockManager
Release a lock. SRN must accompany locking user
RouteManagerClass in namespace Ceo\Core\Managers
UserManager::replaceRoles() — Method in class UserManager
Replace user roles with new roles

    echo $user->roles->count(); // 1
    $user = $manager->replaceRoles(1, ['Administrator']);
    echo $user->roles->count(); // 1
UserManager::restGet() — Method in class UserManager
UserManager::restUpdate() — Method in class UserManager
Update an existing object
UserManager::restDelete() — Method in class UserManager
Delete an object with rest
UserManager::restCreate() — Method in class UserManager
Create a new object
RelatedcontentClass in namespace Ceo\Core\MetaProperties
Related content meta property
RelatedentriesClass in namespace Ceo\Core\MetaProperties
Select entry meta property
RichtextClass in namespace Ceo\Core\MetaProperties
Formatted text meta property
$MessageProperty in class Message
Reply to, if any
ResetRequestClass in namespace Ceo\Core\Models
Password reset request
ResultsetClass in namespace Ceo\Core\Mvc\Model
StringUtil::random() — Method in class StringUtil
Generate random string of a fixed length. Only uses alpha-numeric characters.
Assignment::run() — Method in class Assignment
Run must return true, otherwise task runner will loop through getMessages() array for problems.
BaseTask::run() — Method in class BaseTask
Run must return true, otherwise task runner will loop through getMessages() array for problems.
Keyword::run() — Method in class Keyword
Run must return true, otherwise task runner will loop through getMessages() array for problems.
Vimeo::run() — Method in class Vimeo
Run must return true, otherwise task runner will loop through getMessages() array for problems.
Youtube::run() — Method in class Youtube
Run must return true, otherwise task runner will loop through getMessages() array for problems.
Module::registerAutoloaders() — Method in class Module
Module::registerServices() — Method in class Module
AuthController::recoverAction() — Method in class AuthController
Lookup email, generate reset request and message
AuthController::resetLookupAction() — Method in class AuthController
Render reset confirmation
AuthController::resetPasswordAction() — Method in class AuthController
Generate new password, generate confirmation email
AclListener::returnInvalid() — Method in class AclListener
Module::registerAutoloaders() — Method in class Module
Module::registerServices() — Method in class Module
Sync::run() — Method in class Sync
Run must return true, otherwise task runner will loop through getMessages() array for problems.
Handler::run() — Method in class Handler
Run must return true, otherwise task runner will loop through getMessages() array for problems.
Sync::run() — Method in class Sync
Run must return true, otherwise task runner will loop through getMessages() array for problems.
PollsController::responsesAction() — Method in class PollsController
QueueTask::runAction() — Method in class QueueTask
Run the queued jobs within the client environment. This is called automatically by the fetch action and you shouldn't ever need to run it by itself.
ReactTaskClass in namespace
React Task
WebcronTask::runAction() — Method in class WebcronTask
Run as a single instance
daemonTask::restartAction() — Method in class daemonTask

S

SearchControllerClass in namespace Ceo\Api\Controllers
Search controller
SearchController::searchAction() — Method in class SearchController
Search
SettingControllerClass in namespace Ceo\Api\Controllers
Setting controller
SiteControllerClass in namespace Ceo\Api\Controllers
Site controller Used for communicating with the frontend site
SiteController::sslAction() — Method in class SiteController
SstsControllerClass in namespace Ceo\Api\Controllers
Ssts controller
StatusControllerClass in namespace Ceo\Api\Controllers
Status controller Used for getting various status within the system.
PrintdocumentManager::setPrintLock() — Method in class PrintdocumentManager
Set the lock fields on a document. Technically, this is non-exclusive and non-binding.
$AssignmentCommentProperty in class AssignmentComment
Proper srn name
$NoteCommentProperty in class NoteComment
Proper srn name
ServerCheckCommandClass in namespace Ceo\Cli\Commands
ServerCleanCommandClass in namespace Ceo\Cli\Commands
SphinxDeltaCommandClass in namespace Ceo\Cli\Commands
SphinxMergeCommandClass in namespace Ceo\Cli\Commands
SyncExportCommandClass in namespace Ceo\Cli\Commands
SyncHuntCommandClass in namespace Ceo\Cli\Commands
SyncImportCommandClass in namespace Ceo\Cli\Commands
SyncImportPollCommandClass in namespace Ceo\Cli\Commands
SyncPreloadCommandClass in namespace Ceo\Cli\Commands
SyncReattachMediaCommandClass in namespace Ceo\Cli\Commands
SyncRebuildAttachmentsCommandClass in namespace Ceo\Cli\Commands
SyncRebuildGalleriesCommandClass in namespace Ceo\Cli\Commands
SyncRebuildSlugsCommandClass in namespace Ceo\Cli\Commands
SyncRebuildVimeoCommandClass in namespace Ceo\Cli\Commands
SyncRebuildYoutubeCommandClass in namespace Ceo\Cli\Commands
SyncResyncAuthorsCommandClass in namespace Ceo\Cli\Commands
SyncResyncTimesCommandClass in namespace Ceo\Cli\Commands
SyncUsersCommandClass in namespace Ceo\Cli\Commands
SockettokenManagerClass in namespace Ceo\Connect\Managers
Connect token manager
SocketTokenClass in namespace Ceo\Connect\Models
SvgAdapterClass in namespace Ceo\Core\Adapters
Base SVG adapter
SluggableClass in namespace Ceo\Core\Behaviors
Sluggable behavior ensures the slug property is always a slug
BaseController::setStatusCode() — Method in class BaseController
Set status code
BaseController::setHeaders() — Method in class BaseController
Set header value
BaseController::setPayload() — Method in class BaseController
Set payload
BaseController::startBatchMode() — Method in class BaseController
Static method to enable batch mode return handling
Request::setBodyOverride() — Method in class Request
Request::setMethodOverride() — Method in class Request
BaseManager::save() — Method in class BaseManager
Save handler, because DRY
ExportManager::sync() — Method in class ExportManager
MessageManager::sendQueueableMessages() — Method in class MessageManager
MessageManager::sendNonQueueableMessages() — Method in class MessageManager
SettingManagerClass in namespace Ceo\Core\Managers
Setting manager assists in setting and retrieving values.
SettingManager::set() — Method in class SettingManager
Set setting value.
SstsManagerClass in namespace Ceo\Core\Managers
Core ssts manager
Checkbox::sanitize() — Method in class Checkbox
Clean the submitted input
Date::sanitize() — Method in class Date
Clean the submitted input
Datetime::sanitize() — Method in class Datetime
Clean the submitted input
Editortext::sanitize() — Method in class Editortext
Clean the submitted input
File::sanitize() — Method in class File
Clean the submitted input
Json::sanitize() — Method in class Json
Clean the submitted input
Longtext::sanitize() — Method in class Longtext
Clean the submitted input
MetaProperties::serialize() — Method in class MetaProperties
Provided an array or config item of property classes, will serialize and return labels and types
MetaPropertyInterface::sanitize() — Method in class MetaPropertyInterface
Sanitize the property value
Noop::sanitize() — Method in class Noop
Clean the submitted input
Printonly::sanitize() — Method in class Printonly
Clean the submitted input
Relatedcontent::sanitize() — Method in class Relatedcontent
Clean the submitted input
Relatedentries::sanitize() — Method in class Relatedentries
Clean the submitted input
Richtext::sanitize() — Method in class Richtext
Clean the submitted input
SecuretextClass in namespace Ceo\Core\MetaProperties
Securetext meta property
Securetext::sanitize() — Method in class Securetext
Clean the submitted input
SelectentryClass in namespace Ceo\Core\MetaProperties
Select entry meta property
Selectentry::sanitize() — Method in class Selectentry
Clean the submitted input
Text::sanitize() — Method in class Text
Clean the submitted input
Paginator::setPage() — Method in class Paginator
Set the page number
Paginator::setLimit() — Method in class Paginator
Set return limit
Paginator::setBuilder() — Method in class Paginator
Reset the query builder
Paginator::setFilter() — Method in class Paginator
Set the result filter
$AssignmentProperty in class Assignment
Assignment slug
$AttachmentProperty in class Attachment
$AttachmentProperty in class Attachment
$AuditLogProperty in class AuditLog
Source object
$AuditLogProperty in class AuditLog
Source ID
$AuthorProperty in class Author
Author slug
$AuthorProperty in class Author
Author status
BaseModel::setRelated() — Method in class BaseModel
Phalcon has this bug where if you enumerate a relation then try to set it via the magic setter, it won't save.
$ChannelProperty in class Channel
slug
$ChannelMetaProperty in class ChannelMeta
slug
$ContainerProperty in class Container
Container slug
$ContainerProperty in class Container
Container sorted content IDs
$ContentProperty in class Content
Content slug
$ContentProperty in class Content
Workflow state
$EntryProperty in class Entry
slug
$EntryProperty in class Entry
Sort Order
$EntryMetaProperty in class EntryMeta
Meta slug
$IssueProperty in class Issue
Open = 1, closed = 0 Default is open
$LockRequestProperty in class LockRequest
Parent SRN
$LockRequestProperty in class LockRequest
State
$MentionProperty in class Mention
Parent SRN
$MessageProperty in class Message
Email subject
$MessageProperty in class Message
Send status, 0 = Queued, 1 = Sent Do not treat as boolean as futher statuses may be added
$MessageProperty in class Message
SettingClass in namespace Ceo\Core\Models
Base setting model. To keep the table length from growing arbitrarily long settings are store as base64 encoded json objects.
SstsClass in namespace Ceo\Core\Models
SSTS model
$SstsProperty in class Ssts
SSTS slug
$TagProperty in class Tag
Tag slug
$TagProperty in class Tag
Tag status
$UrlProperty in class Url
URL slug
$UserProperty in class User
Slug
$UserProperty in class User
Session id, unused in API
$UserProperty in class User
Session cryptographic salt
$UserProperty in class User
Settings, stored as json encoded string
$UserProperty in class User
User status
$VersionProperty in class Version
Parent slug
$VersionProperty in class Version
Parent state
$WebcronProperty in class Webcron
Schedule
$WebcronProperty in class Webcron
Open = 1, closed = 0 Default is open
$WorkflowProperty in class Workflow
Workflow slug
$WorkflowProperty in class Workflow
Workflow status
$WorkflowsectionProperty in class Workflowsection
Workflow slug
$WorkflowsectionProperty in class Workflowsection
Workflow status
Resultset::splat() — Method in class Resultset
Flattens a result set You can also pass a key/value in the form of key:value $content->versions->splat('uuid'); $assignment->users->splat('uuid:email');
BaseHandler::setUp() — Method in class BaseHandler
Pushable::setPushableOptions() — Method in class Pushable
Set default pushable options for model, uses an array with the keys

  • category - string socket category user is subscribed to
  • related - array of related properties to include when serializing

Example:

class Content extends BaseModel
{
   use Pushable;
   .
SrnableClass in namespace Ceo\Core\Traits
The SRNable trait provides an easy interface to generate and find by SRNs
StringUtilClass in namespace Ceo\Core\Util
CEO String utilities
StringUtil::sluggify() — Method in class StringUtil
Generate slugs
SysControllerClass in namespace Ceo\Frontend\Controllers
Sys controller, possibly other useful backend things
AdmanagerController::saveslotAction() — Method in class AdmanagerController
AdmanagerController::saveadAction() — Method in class AdmanagerController
SmartPublisherClass in namespace Ceo\Plugins\Classifieds\Importers
SyncClass in namespace Ceo\Plugins\DocSync\Webcron
DocSync sync
SyncClass in namespace Ceo\Plugins\Gcalendar\Webcron
Gcalendar sync
PollsController::saveAction() — Method in class PollsController
LicenseTask::setAction() — Method in class LicenseTask
PublicationTask::setAction() — Method in class PublicationTask
SeederTaskClass in namespace
CEO seeder
ShellTaskClass in namespace
Shell Task
SocketBootstrapClass in namespace
SocketBootstrap::setSocketSession() — Method in class SocketBootstrap
SphinxTaskClass in namespace
Sphinx management for the command line
WebcronCommand::setPresenter() — Method in class WebcronCommand
PresenterAware interface.
daemonTask::startAction() — Method in class daemonTask
daemonTask::stopAction() — Method in class daemonTask
issuu::signature() — Method in class issuu

T

TagControllerClass in namespace Ceo\Api\Controllers
Tag controller
AssignmentComment::toArray() — Method in class AssignmentComment
NoteComment::toArray() — Method in class NoteComment
PrintAssignment::toArray() — Method in class PrintAssignment
Array override
$PrintDocumentProperty in class PrintDocument
Normalized combo of the path stub and the file name this doesn't change after first creation
PrintDocument::toArray() — Method in class PrintDocument
Array override
AdapterInterface::toImage() — Method in class AdapterInterface
Convert object to a preview image, if possible.
AudioAdapter::toImage() — Method in class AudioAdapter
Convert to preview image
FlashAdapter::toImage() — Method in class FlashAdapter
Convert to preview image
GalleryAdapter::toImage() — Method in class GalleryAdapter
Convert to preview image
ImageAdapter::toImage() — Method in class ImageAdapter
Convert to preview image
PdfAdapter::toImage() — Method in class PdfAdapter
Convert to preview image
QuicktimeAdapter::toImage() — Method in class QuicktimeAdapter
Convert to preview image
SvgAdapter::toImage() — Method in class SvgAdapter
Convert to preview image
VimeoAdapter::toImage() — Method in class VimeoAdapter
Convert to preview image
YoutubeAdapter::toImage() — Method in class YoutubeAdapter
Convert to preview image
TextExporterClass in namespace Ceo\Core\Exporters
Text Exporter
TemplateHelperClass in namespace Ceo\Core\Helpers
Allows the generation of template partials. Unfortunately, Phalcon's standard views seem to only render once per request, without some crazy hackery. This allows you to generate multiple instances of Volt templates.
$TemplateHelperProperty in class TemplateHelper
ExportManager::togglePrintLock() — Method in class ExportManager
TagManagerClass in namespace Ceo\Core\Managers
Core tag manager
Checkbox::toArray() — Method in class Checkbox
Called by parent model's toArray. Should return the modified array
Date::toArray() — Method in class Date
Called by parent model's toArray. Should return the modified array
Datetime::toArray() — Method in class Datetime
Called by parent model's toArray. Should return the modified array
Editortext::toArray() — Method in class Editortext
Called by parent model's toArray. Should return the modified array
File::toArray() — Method in class File
Called by parent model's toArray. Should return the modified array
Json::toArray() — Method in class Json
Called by parent model's toArray. Should return the modified array
Longtext::toArray() — Method in class Longtext
Called by parent model's toArray. Should return the modified array
MetaPropertyInterface::toArray() — Method in class MetaPropertyInterface
Called by parent model's toArray. Should return the modified array
Noop::toArray() — Method in class Noop
Called by parent model's toArray. Should return the modified array
Printonly::toArray() — Method in class Printonly
Called by parent model's toArray. Should return the modified array
Relatedcontent::toArray() — Method in class Relatedcontent
Called by parent model's toArray. Should return the modified array
Relatedentries::toArray() — Method in class Relatedentries
Called by parent model's toArray. Should return the modified array
Richtext::toArray() — Method in class Richtext
Called by parent model's toArray. Should return the modified array
Securetext::toArray() — Method in class Securetext
Called by parent model's toArray. Should return the modified array
Selectentry::toArray() — Method in class Selectentry
Called by parent model's toArray. Should return the modified array
TextClass in namespace Ceo\Core\MetaProperties
Text meta property
Text::toArray() — Method in class Text
Called by parent model's toArray. Should return the modified array
$AssignmentProperty in class Assignment
Assignment type
$AssignmentProperty in class Assignment
Assignment title
Assignment::toArray() — Method in class Assignment
Array override
$AttachmentProperty in class Attachment
adapter type
Attachment::toArray() — Method in class Attachment
Array override
AuditLog::toArray() — Method in class AuditLog
$AuthorProperty in class Author
Author tagline
Author::toArray() — Method in class Author
Array override
$ChannelProperty in class Channel
title
Channel::toArray() — Method in class Channel
Array override
$ChannelMetaProperty in class ChannelMeta
Meta type
ChannelMeta::toArray() — Method in class ChannelMeta
Array override
$ContainerProperty in class Container
Container title
$ContainerProperty in class Container
Container type
Container::toArray() — Method in class Container
Array override
$ContainerTagProperty in class ContainerTag
tag_id
$ContentProperty in class Content
Title/Headline
$ContentProperty in class Content
Default url dirived from title
$ContentProperty in class Content
User-definable type
Content::toArray() — Method in class Content
Array override
$ContentTagProperty in class ContentTag
tag_id
$EntryProperty in class Entry
title
Entry::toArray() — Method in class Entry
Array override
$EntryMetaProperty in class EntryMeta
Meta type
EntryMeta::toArray() — Method in class EntryMeta
Array override
$ExportProperty in class Export
User-definable type
Export::toArray() — Method in class Export
Array override
ExportVersion::toArray() — Method in class ExportVersion
Array override
Issue::toArray() — Method in class Issue
LockRequest::toArray() — Method in class LockRequest
Array override
$MessageProperty in class Message
Message type, enum
$MetaPropertyProperty in class MetaProperty
Meta property type, maps to React component
MetaProperty::toArray() — Method in class MetaProperty
Ssts::toArray() — Method in class Ssts
Array override
TagClass in namespace Ceo\Core\Models
Tag model
Tag::toArray() — Method in class Tag
Array override
Url::toArray() — Method in class Url
User::toArray() — Method in class User
toArray override to hide things like, you know, hashed passwords. Notice there are no related options for users.
$VersionProperty in class Version
Parent title
$VersionProperty in class Version
Parent title_url
Version::toArray() — Method in class Version
Preform array translation
$WebcronProperty in class Webcron
The task class
Webcron::toArray() — Method in class Webcron
Workflow::toArray() — Method in class Workflow
Array override
Workflowsection::toArray() — Method in class Workflowsection
Array override
BaseHandler::tearDown() — Method in class BaseHandler
TimeClass in namespace Ceo\Core\Util
CEO Time utilities
Time::toDateTime() — Method in class Time
Parse string or int as a Carbon/DateTime object
AdmanagerController::trackAction() — Method in class AdmanagerController
TestSupportTaskClass in namespace
CEO test support for the command line
daemonTask::testAction() — Method in class daemonTask

U

AclTask::updateResourceAction() — Method in class AclTask
Update resources
AclTask::updateRoleAction() — Method in class AclTask
Update acls
AclController::updateAction() — Method in class AclController
Update existing ACL.
AssignmentController::updateAction() — Method in class AssignmentController
Update existing assignment.
AttachmentController::updateAction() — Method in class AttachmentController
Update attachment item
AuthorController::updateAction() — Method in class AuthorController
Update existing author.
ChannelController::updateAction() — Method in class ChannelController
Update existing channel.
ContainerController::updateAction() — Method in class ContainerController
Update existing container.
ContentController::updateAction() — Method in class ContentController
Update content item
EntryController::updateAction() — Method in class EntryController
Update existing entry.
ExportController::updateAction() — Method in class ExportController
ExportController::unlockAction() — Method in class ExportController
IssueController::updateAction() — Method in class IssueController
Update existing issue.
PluginController::updateAction() — Method in class PluginController
PrintassignmentController::updateAction() — Method in class PrintassignmentController
Update item
PrintdocumentController::updateAction() — Method in class PrintdocumentController
Update item
PrintdocumentController::unlockAction() — Method in class PrintdocumentController
Release non-exclusive lock
SettingController::updateAction() — Method in class SettingController
Update existing setting.
SstsController::updateAction() — Method in class SstsController
Update existing ssts.
TagController::updateAction() — Method in class TagController
Update existing tag.
UserControllerClass in namespace Ceo\Api\Controllers
User controller
UserController::updateAction() — Method in class UserController
Update existing user.
UserController::updateMeAction() — Method in class UserController
Update the API user, just like update, but only works on current user
WorkflowController::updateAction() — Method in class WorkflowController
Update existing workflow.
WorkflowsectionController::updateAction() — Method in class WorkflowsectionController
Update existing section.
PrintassignmentManager::update() — Method in class PrintassignmentManager
Update print assignment object.
PrintdocumentManager::update() — Method in class PrintdocumentManager
Update print document object.
$AssignmentCommentProperty in class AssignmentComment
UUID
$AssignmentCommentProperty in class AssignmentComment
Comment User's ID
$DraftProperty in class Draft
Editing user ID
$NoteCommentProperty in class NoteComment
UUID
$NoteCommentProperty in class NoteComment
Comment User's ID
$PrintAssignmentProperty in class PrintAssignment
UUID
$PrintDocumentProperty in class PrintDocument
UUID
UserPurgeCommandClass in namespace Ceo\Cli\Commands
$SocketTokenProperty in class SocketToken
$SocketTokenProperty in class SocketToken
User SRN
UuidableClass in namespace Ceo\Core\Behaviors
Uuidable behavior ensures the UUID property is always set
AclManager::update() — Method in class AclManager
AssignmentManager::update() — Method in class AssignmentManager
Update assignment. Accepts: * slug * abstract * content * notes * due_at - int or string * users - array of assigned users * children - array of assigned content items
AssignmentManager::updateDue() — Method in class AssignmentManager
Update only the due date for the assignment
AssignmentManager::updatePublish() — Method in class AssignmentManager
Update only the publish time of assignment. This will also update associated children's published time.
AuthorManager::update() — Method in class AuthorManager
Update author. Accepts: * slug * name * tagline * description * status * content
ChannelManager::update() — Method in class ChannelManager
Update channel. Accepts:
ContainerManager::update() — Method in class ContainerManager
Update container. Accepts: * slug * title * description * type * content - array of content * tags - array of tags
ContentManager::update() — Method in class ContentManager
Update content object.
EntryManager::update() — Method in class EntryManager
Update entry. Accepts:
ExportManager::update() — Method in class ExportManager
ExportManager::updateWorkflow() — Method in class ExportManager
Update workflow without changing dirty state
IssueManager::update() — Method in class IssueManager
Update issue. Accepts: * label * description * status * published_at * assignments
RouteManager::update() — Method in class RouteManager
SstsManager::update() — Method in class SstsManager
Update ssts. Accepts: * slug * name * status * content
TagManager::update() — Method in class TagManager
Update tag. Accepts: * slug * name * status * content
UserManagerClass in namespace Ceo\Core\Managers
User manager provides a standard API to user model management
UserManager::update() — Method in class UserManager
Update user
WorkflowManager::update() — Method in class WorkflowManager
Update workflow. Accepts: * slug * name * status * isweb * isprint
WorkflowsectionManager::update() — Method in class WorkflowsectionManager
Update workflow section. Accepts: * slug * name * status * isweb * isprint
$AssignmentProperty in class Assignment
Assignment UUID
$AttachmentProperty in class Attachment
$AuditLogProperty in class AuditLog
Parent user id
$AuthorProperty in class Author
Author UUID
$ChannelProperty in class Channel
UUID
$ChannelMetaProperty in class ChannelMeta
UUID
$ContainerProperty in class Container
Container UUID
$ContentProperty in class Content
UUID
$ContentProperty in class Content
Editing user ID
$EntryProperty in class Entry
UUID
Entry::updateMeta() — Method in class Entry
$EntryMetaProperty in class EntryMeta
UUID
$ExportProperty in class Export
UUID
$ExportProperty in class Export
Editing user
$ExportVersionProperty in class ExportVersion
Parent UUID
$ExportVersionProperty in class ExportVersion
Parent user_id
$IssueProperty in class Issue
UUID
$LockRequestProperty in class LockRequest
UUID
$LockRequestProperty in class LockRequest
Locking User's ID
$MentionProperty in class Mention
Parent User
$MessageProperty in class Message
UUID
$MessageProperty in class Message
User id
$ResetRequestProperty in class ResetRequest
UUID
$ResetRequestProperty in class ResetRequest
Requesting user id
$SettingProperty in class Setting
UUID
$SstsProperty in class Ssts
SSTS UUID
$TagProperty in class Tag
Tag UUID
UrlClass in namespace Ceo\Core\Models
URL Model
$UrlProperty in class Url
UUID
UserClass in namespace Ceo\Core\Models
Base user model
$UserProperty in class User
UUID
UserAssignmentClass in namespace Ceo\Core\Models
User assignment model
$UserAssignmentProperty in class UserAssignment
user_id
UserRoleClass in namespace Ceo\Core\Models
User role model
$UserRoleProperty in class UserRole
user_id
$VersionProperty in class Version
Parent UUID
$VersionProperty in class Version
Editing user ID
$WebcronProperty in class Webcron
UUID
$WorkflowProperty in class Workflow
Workflow UUID
$WorkflowsectionProperty in class Workflowsection
Workflow UUID
StringUtil::uuid() — Method in class StringUtil
Generate a (hopefully) unique, time-based UUID
AdmanagerController::uploadAction() — Method in class AdmanagerController
Plugin::uninstall() — Method in class Plugin
ClassifiedsController::uploadAction() — Method in class ClassifiedsController
Plugin::uninstall() — Method in class Plugin
Plugin::uninstall() — Method in class Plugin
DropboxController::uploadAction() — Method in class DropboxController
Plugin::uninstall() — Method in class Plugin
Plugin::uninstall() — Method in class Plugin
Plugin::uninstall() — Method in class Plugin
Plugin::uninstall() — Method in class Plugin
PhinxTask::upAction() — Method in class PhinxTask
TestSupportTask::userAction() — Method in class TestSupportTask
UserTaskClass in namespace
CEO User management for the command line
UserTask::updateAction() — Method in class UserTask
$issuuProperty in class issuu

V

ExportController::versionsAction() — Method in class ExportController
Get export versions.
ExportController::versionAction() — Method in class ExportController
Get single export version
VersionControllerClass in namespace Ceo\Api\Controllers
Version controller
$DraftProperty in class Draft
This version
$NoteCommentProperty in class NoteComment
Version commented on
VersionCommandClass in namespace Ceo\Cli\Commands
VimeoAdapterClass in namespace Ceo\Core\Adapters
Base Vimeo video adapter. The adapter is a placeholder and provides links back to the parent vimeo video
ExportManager::versions() — Method in class ExportManager
ExportManager::version() — Method in class ExportManager
Checkbox::validate() — Method in class Checkbox
Validate the property value
Date::validate() — Method in class Date
Validate the property value
Datetime::validate() — Method in class Datetime
Validate the property value
Editortext::validate() — Method in class Editortext
Validate the property value
File::validate() — Method in class File
Validate the property value
Json::validate() — Method in class Json
Validate the property value
Longtext::validate() — Method in class Longtext
Validate the property value
MetaPropertyInterface::validate() — Method in class MetaPropertyInterface
Validate the property value
Noop::validate() — Method in class Noop
Validate the property value
Printonly::validate() — Method in class Printonly
Validate the property value
Relatedcontent::validate() — Method in class Relatedcontent
Validate the property value
Relatedentries::validate() — Method in class Relatedentries
Validate the property value
Richtext::validate() — Method in class Richtext
Validate the property value
Securetext::validate() — Method in class Securetext
Validate the property value
Selectentry::validate() — Method in class Selectentry
Validate the property value
Text::validate() — Method in class Text
Validate the property value
Assignment::validation() — Method in class Assignment
Author::validation() — Method in class Author
Channel::validation() — Method in class Channel
ChannelMeta::validation() — Method in class ChannelMeta
Container::validation() — Method in class Container
$ContentProperty in class Content
Version number (not ID)
Content::validation() — Method in class Content
$EntryMetaProperty in class EntryMeta
Meta value
$ExportProperty in class Export
Version number (not ID)
$ExportVersionProperty in class ExportVersion
This version
$MetaPropertyProperty in class MetaProperty
Parent version number
$MetaPropertyProperty in class MetaProperty
Meta property value
MetaProperty::validation() — Method in class MetaProperty
$SettingProperty in class Setting
Value
Tag::validation() — Method in class Tag
Url::validation() — Method in class Url
Validator
User::validation() — Method in class User
VersionClass in namespace Ceo\Core\Models
Versions model
$VersionProperty in class Version
This version
Workflow::validation() — Method in class Workflow
Workflowsection::validation() — Method in class Workflowsection
VimeoClass in namespace Ceo\Core\Webcron
Vimeo sync
PollsController::voteAction() — Method in class PollsController

W

WorkflowControllerClass in namespace Ceo\Api\Controllers
Workflow controller
WorkflowsectionControllerClass in namespace Ceo\Api\Controllers
Workflow Section controller
$PrintAssignmentProperty in class PrintAssignment
Workflow ID
$PrintAssignmentProperty in class PrintAssignment
Print workflow section
$PrintDocumentProperty in class PrintDocument
Workflow ID
$PrintDocumentProperty in class PrintDocument
Print workflow section
IndexController::wssAction() — Method in class IndexController
WorkflowManagerClass in namespace Ceo\Core\Managers
Core workflow manager
WorkflowsectionManagerClass in namespace Ceo\Core\Managers
Core workflow section manager
$AssignmentProperty in class Assignment
Workflow ID
$AttachmentProperty in class Attachment
$ContentProperty in class Content
Workflow ID
$ContentProperty in class Content
Content weight.
$ExportProperty in class Export
Workflow ID
$ExportProperty in class Export
Print workflow section
$ExportVersionProperty in class ExportVersion
Parent workflow_id
$VersionProperty in class Version
Parent workflow_id
$VersionProperty in class Version
Parent weight.
WebcronClass in namespace Ceo\Core\Models
Webcron Task Model We use cron-expression for parsing:

 *    *    *    *    *    *
 -    -    -    -    -    -
 |    |    |    |    |    |
 |    |    |    |    |    + year [optional]
 |    |    |    |    +----- day of week (0 - 7) (Sunday=0 or 7)
 |    |    |    +---------- month (1 - 12)
 |    |    +--------------- day of month (1 - 31)
 |    +-------------------- hour (0 - 23)
 +------------------------- min (0 - 59)
WorkflowClass in namespace Ceo\Core\Models
Workflow model
WorkflowsectionClass in namespace Ceo\Core\Models
Workflow Section model
Email::wellStart() — Method in class Email
Start a well
{{ emailWellStart() }}

Hi {{name}} foo bar baz.

Email::wellEnd() — Method in class Email
End a well
WebcronCommandClass in namespace
WebcronTaskClass in namespace
Webcron service

X

CurlClass::xml2json() — Method in class CurlClass

Y

YoutubeAdapterClass in namespace Ceo\Core\Adapters
Base YouTube video adapter. The adapter is a placeholder and provides links back to the parent youtube video
YoutubeClass in namespace Ceo\Core\Webcron
Youtube sync
DataManagerTask::youtubesyncAction() — Method in class DataManagerTask

_

CeoBootstrap::__construct() — Method in class CeoBootstrap
CeoCli::__construct() — Method in class CeoCli
App::__construct() — Method in class App
BaseCommand::__construct() — Method in class BaseCommand
AudioAdapter::__construct() — Method in class AudioAdapter
FlashAdapter::__construct() — Method in class FlashAdapter
GalleryAdapter::__construct() — Method in class GalleryAdapter
ImageAdapter::__construct() — Method in class ImageAdapter
PdfAdapter::__construct() — Method in class PdfAdapter
QuicktimeAdapter::__construct() — Method in class QuicktimeAdapter
SvgAdapter::__construct() — Method in class SvgAdapter
VimeoAdapter::__construct() — Method in class VimeoAdapter
YoutubeAdapter::__construct() — Method in class YoutubeAdapter
Pushable::__construct() — Method in class Pushable
Sluggable::__construct() — Method in class Sluggable
ExporterInterface::__toString() — Method in class ExporterInterface
Return export as string
HtmlExporter::__toString() — Method in class HtmlExporter
Return export as text
IcmlExporter::__toString() — Method in class IcmlExporter
Return export as text
TextExporter::__toString() — Method in class TextExporter
Return export as text
TemplateHelper::__construct() — Method in class TemplateHelper
Constructor
QueueManager::__construct() — Method in class QueueManager
QueueManager::__destruct() — Method in class QueueManager
Paginator::__construct() — Method in class Paginator
Constructor
Paginator::__call() — Method in class Paginator
Forward fluent calls for the querybuilder to the actual querybuilder
BaseHandler::__construct() — Method in class BaseHandler
AuthUser::__construct() — Method in class AuthUser
QueueBootstrap::__construct() — Method in class QueueBootstrap
SocketBootstrap::__construct() — Method in class SocketBootstrap
WebcronCommand::__construct() — Method in class WebcronCommand
{@inheritdoc}
issuu::__construct() — Method in class issuu