A

AudioAdapterClass in namespace Ceo\Adapters
Base audio adapter
ArticleInterceptorClass in namespace Ceo\Compat\Interceptors
Wrap returned articles in Ceo\Compat\Model\Article
AuthorInterceptorClass in namespace Ceo\Compat\Interceptors
Wrap returned articles in Ceo\Compat\Model\Author
IndexInterceptor::afterRenderUncached() — Method in class IndexInterceptor
Interceptor called after render on an uncached view.
IndexInterceptor::afterRenderCached() — Method in class IndexInterceptor
Interceptor called after render on an cached view.
ArticleClass in namespace Ceo\Compat\Model
Article Wrapper
AuthorClass in namespace Ceo\Compat\Model
Author Wrapper
Response::asJson() — Method in class Response
Easily set the response to json
Response::asHtml() — Method in class Response
Set the response type to html
AllInterceptorClass in namespace Ceo\Interceptors
AllInterceptor runs for ALL requests. Basically just checks cache status and sets a few headers.
AllInterceptor::afterRenderUncached() — Method in class AllInterceptor
Interceptor called after render on an uncached view.
AllInterceptor::afterRenderCached() — Method in class AllInterceptor
Interceptor called after render on an cached view.
CheckAbstract::asString() — Method in class CheckAbstract
Return template as a string
CheckAbstract::asArray() — Method in class CheckAbstract
Return template as an array of lines
ArticleManagerClass in namespace Ceo\Managers
AuthorManagerClass in namespace Ceo\Managers
ArticleClass in namespace Ceo\Models
$Article#abstractProperty in class Article
Abstract
ArticleAuthorClass in namespace Ceo\Models
$ArticleAuthor#author_idProperty in class ArticleAuthor
Author ID
ArticleTagClass in namespace Ceo\Models
AuthorClass in namespace Ceo\Models
BaseModel::afterSave() — Method in class BaseModel
BaseModel::afterFetch() — Method in class BaseModel
Container::afterSave() — Method in class Container
Container::afterFetch() — Method in class Container
Entry::afterSave() — Method in class Entry
Entry::afterFetch() — Method in class Entry
EntryMeta::afterSave() — Method in class EntryMeta
EntryMeta::afterFetch() — Method in class EntryMeta
$Media#attachment_uuidProperty in class Media
CEO attachment UUID
$Media#adapterProperty in class Media
Media::afterFetch() — Method in class Media
$MediaAuthor#author_idProperty in class MediaAuthor
Author ID
$Post#abstractProperty in class Post
Abstract
$PostAuthor#author_idProperty in class PostAuthor
Author ID
AppClass in namespace Ceo\Modules\Cli
BaseTask::addMessage() — Method in class BaseTask
ApiControllerClass in namespace Ceo\Modules\Frontend\Controllers
Api Connector controller
ArticleControllerClass in namespace Ceo\Modules\Frontend\Controllers
Article controller
AuthorControllerClass in namespace Ceo\Modules\Frontend\Controllers
Author controller
DefaultrouteController::anyAction() — Method in class DefaultrouteController
Any exists as a null endpont for any route to attach to.
FetchController::articleAction() — Method in class FetchController
ApiServiceClass in namespace Ceo\Services
$TransformPipeline#actionsProperty in class TransformPipeline
AssetClass in namespace Ceo\View\Filters
Asset replicates Gryphon's original Asset filter, providing asset urls depending on application location.
ArticleFluentFetchClass in namespace Ceo\View\Functions\Fetch
Provides extra sugar for article fetches
BaseFluentFetch::andWherePublished() — Method in class BaseFluentFetch
Provides syntactically consistent andWherePublished
BaseFluentFetch::andWhereIn() — Method in class BaseFluentFetch
AssetPipelineMiddlewareClass in namespace Ceo\View\Middleware
Load asset pipeline
BaseInterceptor::afterRenderUncached() — Method in class BaseInterceptor
Interceptor called after render on an uncached view.
BaseInterceptor::afterRenderCached() — Method in class BaseInterceptor
Interceptor called after render on an cached view.
BaseViewMiddleware::afterRender() — Method in class BaseViewMiddleware
CacheMiddleware::afterRender() — Method in class CacheMiddleware
Bitmap::at() — Method in class Bitmap
$Curve#alphaCurveProperty in class Curve
$Curve#alphaProperty in class Curve
$Curve#alpha0Property in class Curve
$Opti#alphaProperty in class Opti
$Path#areaProperty in class Path
Quad::at() — Method in class Quad
AdClass in namespace Snworks\Compat\Model
snworks:ad Compat Model. Wraps Ceo\Models\Entry.
AdFluentFetchClass in namespace Snworks\View\Functions\Fetch
Fluent Fetcher for snworks:ad

B

BaseAdapterClass in namespace Ceo\Adapters
Base adapter class
ArticleInterceptor::beforeRenderJson() — Method in class ArticleInterceptor
Interceptor called before rendering a JSON view. Can return an array of serializable items, or a response object directly.
ArticleInterceptor::beforeRender() — Method in class ArticleInterceptor
Interceptor called before rendering an uncached view.
AuthorInterceptor::beforeRenderJson() — Method in class AuthorInterceptor
Interceptor called before rendering a JSON view. Can return an array of serializable items, or a response object directly.
AuthorInterceptor::beforeRender() — Method in class AuthorInterceptor
Interceptor called before rendering an uncached view.
BlogInterceptorClass in namespace Ceo\Compat\Interceptors
Wrap returned posts in Ceo\Compat\Model\Post and blogs in Ceo\Compat\Model\Blog
BlogInterceptor::beforeRenderJson() — Method in class BlogInterceptor
Interceptor called before rendering a JSON view. Can return an array of serializable items, or a response object directly.
BlogInterceptor::beforeRender() — Method in class BlogInterceptor
Interceptor called before rendering an uncached view.
IndexInterceptor::beforeRender() — Method in class IndexInterceptor
Interceptor called before rendering an uncached view.
MediaInterceptor::beforeRenderJson() — Method in class MediaInterceptor
Interceptor called before rendering a JSON view. Can return an array of serializable items, or a response object directly.
MediaInterceptor::beforeRender() — Method in class MediaInterceptor
Interceptor called before rendering an uncached view.
PageInterceptor::beforeRenderJson() — Method in class PageInterceptor
Interceptor called before rendering a JSON view. Can return an array of serializable items, or a response object directly.
PageInterceptor::beforeRender() — Method in class PageInterceptor
Interceptor called before rendering an uncached view.
SearchInterceptor::beforeRender() — Method in class SearchInterceptor
Interceptor called before rendering an uncached view.
SectionInterceptor::beforeRenderJson() — Method in class SectionInterceptor
Interceptor called before rendering a JSON view. Can return an array of serializable items, or a response object directly.
SectionInterceptor::beforeRender() — Method in class SectionInterceptor
Interceptor called before rendering an uncached view.
BaseModelClass in namespace Ceo\Compat\Model
Base compatibility layer model.
BlogClass in namespace Ceo\Compat\Model
Blog Wrapper
BaseEntryFieldClass in namespace Ceo\Entryfields
BaseListenerClass in namespace Ceo\Listeners
Provides base Listener class
ContentTypeListener::beforeRender() — Method in class ContentTypeListener
Watch beforeExecuteRoute event
GenericViewListener::beforeExecuteRoute() — Method in class GenericViewListener
Watch beforeExecuteRoute event
RenderListener::beforeRender() — Method in class RenderListener
Watch beforeRender event
StaticViewListener::beforeExecuteRoute() — Method in class StaticViewListener
Watch beforeExecuteRoute event
BaseManagerClass in namespace Ceo\Managers
Base manager class
Article::beforeSave() — Method in class Article
$Author#bioProperty in class Author
Author bio
BaseModelClass in namespace Ceo\Models
Base model methods
BaseModel::beforeSave() — Method in class BaseModel
Container::beforeSave() — Method in class Container
Entry::beforeCreate() — Method in class Entry
Entry::beforeSave() — Method in class Entry
EntryMeta::beforeSave() — Method in class EntryMeta
$Media#base_nameProperty in class Media
Base base_name
Media::beforeSave() — Method in class Media
PendingRequest::beforeSave() — Method in class PendingRequest
Post::beforeSave() — Method in class Post
Postback::beforeSave() — Method in class Postback
RegistryItem::beforeCreate() — Method in class RegistryItem
RegistryItem::beforeSave() — Method in class RegistryItem
Route::beforeSave() — Method in class Route
Visit::beforeSave() — Method in class Visit
Webcron::beforeSave() — Method in class Webcron
BaseCommandClass in namespace Ceo\Modules\Cli\Commands
BaseTaskClass in namespace Ceo\Modules\Cli\Webcron
BlogControllerClass in namespace Ceo\Modules\Frontend\Controllers
Blog controller
BlogController::blogAction() — Method in class BlogController
Blog view action, by default accepts URLs in the form of:
IndexController::beaconAction() — Method in class IndexController
Responds to beacon tracking load call. This is generally not a user definable call, but can be responded to. This is part of the javascript pipeline. Responds to the following URL:
IndexController::blockerAction() — Method in class IndexController
Supports Ad Blocker detection
SearchController::buildItemCollection() — Method in class SearchController
Build collection of items. Casts search results as proper model types.
SearchController::buildPagination() — Method in class SearchController
Build the pagination object
BuilderClass in namespace Ceo\Mvc\Model
Builder
Builder::byTags() — Method in class Builder
Builder::byAuthors() — Method in class Builder
QueryDebugger::beforeQuery() — Method in class QueryDebugger
Pagination::build() — Method in class Pagination
Build pagination. Called automatically on first attempt to access pages
BasePluginClass in namespace Ceo\Plugins
ClassifiedInterceptor::beforeRender() — Method in class ClassifiedInterceptor
Interceptor called before rendering an uncached view.
$Issuu#builderProperty in class Issuu
GcalendarInterceptor::beforeRender() — Method in class GcalendarInterceptor
Interceptor called before rendering an uncached view.
PollInterceptor::beforeRender() — Method in class PollInterceptor
Interceptor called before rendering an uncached view.
BaseServiceClass in namespace Ceo\Services
Base Service class
BaseTransformClass in namespace Ceo\Services
Default transformer, used when no transformer is defined for a pipeline. Simply returns what is passed.
BaseFilterClass in namespace Ceo\View\Filters
All custom Twig filters inherit from the base filter which ensures they are properly enabled
BaseFunctionClass in namespace Ceo\View\Functions
BaseFluentFetchClass in namespace Ceo\View\Functions\Fetch
Base fluent fetch interface provides the inheriting class for custom fetch interfaces and the fallback if one isn't provided.
$BaseFluentFetch#builderProperty in class BaseFluentFetch
BaseInterceptorClass in namespace Ceo\View\Middleware
BaseInterceptor provides base functionality for individual interceptors.
BaseInterceptor::beforeRenderJson() — Method in class BaseInterceptor
Interceptor called before rendering a JSON view. Can return an array of serializable items, or a response object directly.
BaseInterceptor::beforeRender() — Method in class BaseInterceptor
Interceptor called before rendering an uncached view.
BaseViewMiddlewareClass in namespace Ceo\View\Middleware
All view middleware, with the exception of the CacheMiddleware, must derive from the BaseViewMiddleware. The BaseViewMiddleware's register function ensures that the middleware priorities are maintained.
BeaconMiddlewareClass in namespace Ceo\View\Middleware
Inserts the beacon tracking js used to track views within CEO.
Calendar::build() — Method in class Calendar
BitmapClass in namespace Potracio
$Curve#betaProperty in class Curve
$Potracio#bmProperty in class Potracio

C

CollectionClass in namespace Ceo\Common
Collection::count() — Method in class Collection
MediaPlaceholder::create() — Method in class MediaPlaceholder
CollectionClass in namespace Ceo\Compat
Collection::count() — Method in class Collection
Alias for length, implementation for Countable interface
CheckInheritMacroClass in namespace Ceo\Lint\Twig
Special check, looks at macro inheritance This is a error level
CheckAbstractClass in namespace Ceo\Lint\Twig\Checks
Lint check abstract class. All checks must inherit from this abstract
CheckBaseMetaClass in namespace Ceo\Lint\Twig\Checks
Check to see if the template is using the builtin meta This is a warning level
CheckBrowserSnifferClass in namespace Ceo\Lint\Twig\Checks
Check for browser sniffing This is a error level
CheckHttpCdnClass in namespace Ceo\Lint\Twig\Checks
Look for plain Http CDN calls This is a error level
CheckMetaVarsClass in namespace Ceo\Lint\Twig\Checks
Check to see if the template is using the builtin meta This is a warning level
CheckRandomFilterClass in namespace Ceo\Lint\Twig\Checks
Check for random filter This is a error level
CheckRawFilterWithFiltersClass in namespace Ceo\Lint\Twig\Checks
Look for raw filter on items that already have filters This is a error level
CheckSearchResultsClass in namespace Ceo\Lint\Twig\Checks
Check to see if the advanced search results template is using the proper result handler This is a warning level
CheckSplitFilterClass in namespace Ceo\Lint\Twig\Checks
Check the split fliter, it requires a delimiter now This is a error level
CheckTabsClass in namespace Ceo\Lint\Twig\Checks
Check for the existence of tabs, instead of spaces.
CheckToTimeFilterClass in namespace Ceo\Lint\Twig\Checks
Check for toTime filter This is a error level
CheckUidNamespaceClass in namespace Ceo\Lint\Twig\Checks
Check for namespace on UID This is a error level
CheckVideoJsClass in namespace Ceo\Lint\Twig\Checks
Look for VideoJS This is a error level
CheckWhereUpperUidClass in namespace Ceo\Lint\Twig\Checks
Check case on UID in where statements This is a error level
ContentTypeListenerClass in namespace Ceo\Listeners
ContentTypeListener watches for json requests and forwards the information to the appropriate handler
ChannelManagerClass in namespace Ceo\Managers
ContainerManagerClass in namespace Ceo\Managers
PostbackManager::create() — Method in class PostbackManager
$Article#contentProperty in class Article
Parsed story content
$Article#created_atProperty in class Article
Created timestamp
$Article#ceo_idProperty in class Article
Internal CEO ID
$Author#ceo_idProperty in class Author
Internal CEO ID
ChannelClass in namespace Ceo\Models
$Channel#created_atProperty in class Channel
Created timestamp
$Channel#ceo_idProperty in class Channel
Internal CEO ID
ContainerClass in namespace Ceo\Models
$Container#created_atProperty in class Container
Created timestamp
$Container#ceo_idProperty in class Container
Internal CEO ID
ContainerArticleClass in namespace Ceo\Models
$ContainerArticle#container_idProperty in class ContainerArticle
Container ID
ContainerMediaClass in namespace Ceo\Models
$ContainerMedia#container_idProperty in class ContainerMedia
Container ID
ContainerPageClass in namespace Ceo\Models
$ContainerPage#container_idProperty in class ContainerPage
Container ID
ContainerTagClass in namespace Ceo\Models
$Entry#channel_idProperty in class Entry
Parent channel ID
$Entry#created_atProperty in class Entry
Created timestamp
$Entry#ceo_idProperty in class Entry
Internal CEO ID
$EntryMeta#channel_idProperty in class EntryMeta
Parent channel ID
$EntryMeta#created_atProperty in class EntryMeta
Created timestamp
$EntryMeta#ceo_idProperty in class EntryMeta
Internal CEO ID
$Media#contentProperty in class Media
content
$Media#click_throughProperty in class Media
click through url
$Media#created_atProperty in class Media
Created timestamp
$Media#ceo_idProperty in class Media
Internal CEO ID
$Page#contentProperty in class Page
Parsed content
$Page#created_atProperty in class Page
Created timestamp
$Page#ceo_idProperty in class Page
Internal CEO ID
$PendingRequest#created_atProperty in class PendingRequest
Created timestamp
$PendingRequest#completed_atProperty in class PendingRequest
Completed at timestamp
$Post#contentProperty in class Post
Parsed story content
$Post#container_idProperty in class Post
Parent blog container
$Post#created_atProperty in class Post
Created timestamp
$Post#ceo_idProperty in class Post
Internal CEO ID
$Postback#created_atProperty in class Postback
Created at time
$RegistryItem#created_atProperty in class RegistryItem
Created timestamp
$Tag#ceo_idProperty in class Tag
Internal CEO ID
$Url#ceo_idProperty in class Url
Internal CEO ID
$Visit#created_atProperty in class Visit
Created timestamp
$App#consoleAppProperty in class App
ClientRunCommandClass in namespace Ceo\Modules\Cli\Commands
ClientRunCommand::configure() — Method in class ClientRunCommand
CompatRoutesCommandClass in namespace Ceo\Modules\Cli\Commands
CompatRoutesCommand::configure() — Method in class CompatRoutesCommand
ConfigureNginxCommandClass in namespace Ceo\Modules\Cli\Commands
ConfigureNginxCommand::configure() — Method in class ConfigureNginxCommand
ConfigureSslCommandClass in namespace Ceo\Modules\Cli\Commands
ConfigureSslCommand::configure() — Method in class ConfigureSslCommand
ConvertRewritesCommandClass in namespace Ceo\Modules\Cli\Commands
ConvertRewritesCommand::configure() — Method in class ConvertRewritesCommand
DbConvertCommand::configure() — Method in class DbConvertCommand
DbConvertTableCommand::configure() — Method in class DbConvertTableCommand
DbFlushmetadataCommand::configure() — Method in class DbFlushmetadataCommand
FlushCommand::configure() — Method in class FlushCommand
HitFlushCommand::configure() — Method in class HitFlushCommand
HitTabulateCommand::configure() — Method in class HitTabulateCommand
MainCommand::configure() — Method in class MainCommand
MigrateCommand::configure() — Method in class MigrateCommand
MigrateCreateCommand::configure() — Method in class MigrateCreateCommand
PostbackFlushCommand::configure() — Method in class PostbackFlushCommand
ServerCommand::configure() — Method in class ServerCommand
ShellCommand::configure() — Method in class ShellCommand
SyncImportCommand::configure() — Method in class SyncImportCommand
TwigDetabCommand::configure() — Method in class TwigDetabCommand
TwigEscapeCommand::configure() — Method in class TwigEscapeCommand
TwigLintCommand::configure() — Method in class TwigLintCommand
VersionCommand::configure() — Method in class VersionCommand
WebcronCommand::configure() — Method in class WebcronCommand
WebcronRunCommand::configure() — Method in class WebcronRunCommand
ClientcommandsClass in namespace Ceo\Modules\Cli\Webcron
CeoControllerClass in namespace Ceo\Modules\Frontend\Controllers
Ceo Connector conbtroller
CeoController::connectorAction() — Method in class CeoController
ChannelControllerClass in namespace Ceo\Modules\Frontend\Controllers
Channel controller
ControllerBaseClass in namespace Ceo\Modules\Frontend\Controllers
Base controller
IndexController::checkAction() — Method in class IndexController
EmptyResultSet::count() — Method in class EmptyResultSet
ClassifiedInterceptorClass in namespace Ceo\Plugins\Classifieds
Classified interceptor overrides the '/classified[/category] route to allow for backward-compatible loading of Gryphon templates with compatible Category and Ad models.
CurrentWeatherClass in namespace Ceo\Plugins\Weather\Services
Provides simple interface for reading and generating information on current weather conditions.
$CurrentWeather#created_atProperty in class CurrentWeather
Result::count() — Method in class Result
$ApiService#ceoUrlProperty in class ApiService
$ApiService#ceoUrlsProperty in class ApiService
ConnectorServiceClass in namespace Ceo\Services
Connector service Handles incoming data from CEO, parses and runs pipeline.
StaticViewService::cacheViewForRoute() — Method in class StaticViewService
Cache full view for route
Timer::check() — Method in class Timer
Check a timer, returns difference in seconds, or fractions thereof.
ClipClass in namespace Ceo\View\Filters
Clip provides the 'clip' twig filter.
CeoFunctionClass in namespace Ceo\View\Functions
Provides whitelisted access to injected services
CsrfTokenFunctionClass in namespace Ceo\View\Functions
Provides CSRF Form token in a simple function
CacheMiddlewareClass in namespace Ceo\View\Middleware
CacheMiddleware does the actual static template cache call for a given URI. It does not check to see if an item can be cached, but leaves that up to the caching service.
CompatMiddlewareClass in namespace Ceo\View\Middleware
Manage compatibility layer specific translations
$FetchHandler#collectionProperty in class FetchHandler
FetchNode::compile() — Method in class FetchNode
HelperNode::compile() — Method in class HelperNode
CalendarClass in namespace Ceo\View\Tags\Helpers
ConfigClass in namespace Ceo\View\Tags\Helpers
Provides a Gryphon compatible config helper to access the original site Gryphon config, accepts the colon notation.
CalendarClass in namespace Google\Compat\Model
Wrapper for google:calendar, wraps Ceo\Models\Entry.
CalendarEventClass in namespace Google\Compat\Model
Wrapper for google:calendarEvent, wraps Ceo\Models\Entry.
CalendarControllerClass in namespace Google\Controller
CalendarController::calendarAction() — Method in class CalendarController
CalendarEventFluentFetchClass in namespace Google\View\Functions\Fetch
Fluent Fetcher for google:calendarEvent
CalendarFluentFetchClass in namespace Google\View\Functions\Fetch
Fluent Fetcher for google:calendar
CurveClass in namespace Potracio
$Curve#cProperty in class Curve
$Opti#cProperty in class Opti
$Path#curveProperty in class Path
Potracio::clear() — Method in class Potracio
CategoryClass in namespace Snworks\Compat\Model
Wrapper for snworks:category, wraps Ceo\Models\Entry.

D

IndexController::displayAction() — Method in class IndexController
$MediaPlaceholder#defaultUrlProperty in class MediaPlaceholder
MediaPlaceholder::delete() — Method in class MediaPlaceholder
MockShared::database() — Method in class MockShared
ArticleManager::delete() — Method in class ArticleManager
ChannelManager::delete() — Method in class ChannelManager
ContainerManager::delete() — Method in class ContainerManager
EntryManager::delete() — Method in class EntryManager
MediaManager::delete() — Method in class MediaManager
PageManager::delete() — Method in class PageManager
PostManager::delete() — Method in class PostManager
$Container#descriptionProperty in class Container
Description
$RegistryItem#dataProperty in class RegistryItem
data
$App#diProperty in class App
$BaseCommand#diProperty in class BaseCommand
DbConvertCommandClass in namespace Ceo\Modules\Cli\Commands
DbConvertTableCommandClass in namespace Ceo\Modules\Cli\Commands
DbFlushmetadataCommandClass in namespace Ceo\Modules\Cli\Commands
DefaultrouteControllerClass in namespace Ceo\Modules\Frontend\Controllers
DefaultRouteController handles custom routing
DocumentClass in namespace Ceo\Plugins\DocSync\Compat
Document compat wrapper
DocsyncClass in namespace Ceo\Plugins\DocSync\Helpers
DocSync Twig Helper
ApiService::delete() — Method in class ApiService
ConnectorService::deleteFromCeo() — Method in class ConnectorService
DateClass in namespace Ceo\View\Filters
Date overrides the Twig 'date' filter. As all dates are stored and handled in UTC, this converts them to the local timezone before display.
DecryptFunctionClass in namespace Ceo\View\Functions
Decrypt cypher text from CEO. Relies on the existing PSK.
DelayRenderFunctionClass in namespace Ceo\View\Functions
DelayRender allows you to force rendered Twig code to the footer of the site. Helpful for javascript.
DefaultFluentFetchClass in namespace Ceo\View\Functions\Fetch
Provides extra sugar for fluent fetches
DebugMiddlewareClass in namespace Ceo\View\Middleware
Checks the debug level to see if you're in debug mode.
DayClass in namespace Ceo\View\Tags\Helpers\Calendar
$Bitmap#dataProperty in class Bitmap
$Quad#dataProperty in class Quad

E

Html::extractText() — Method in class Html
Extract paragraph nodes from HTML block. Each graf will be returned as a node in an array, sans HTML.
Html::extractHtmlGrafs() — Method in class Html
Extract direct decedent paragraph nodes from HTML block. Each graf will be returned as a node in an array, with html,
CheckInheritMacro::execute() — Method in class CheckInheritMacro
Execute check, must return a boolean and set a message on failure
CheckAbstract::execute() — Method in class CheckAbstract
Execute check, must return a boolean and set a message on failure
CheckBaseMeta::execute() — Method in class CheckBaseMeta
Execute check, must return a boolean and set a message on failure
CheckBrowserSniffer::execute() — Method in class CheckBrowserSniffer
Execute check, must return a boolean and set a message on failure
CheckHttpCdn::execute() — Method in class CheckHttpCdn
Execute check, must return a boolean and set a message on failure
CheckMetaVars::execute() — Method in class CheckMetaVars
Execute check, must return a boolean and set a message on failure
CheckRandomFilter::execute() — Method in class CheckRandomFilter
Execute check, must return a boolean and set a message on failure
CheckRawFilterWithFilters::execute() — Method in class CheckRawFilterWithFilters
Execute check, must return a boolean and set a message on failure
CheckSearchResults::execute() — Method in class CheckSearchResults
Execute check, must return a boolean and set a message on failure
CheckSplitFilter::execute() — Method in class CheckSplitFilter
Execute check, must return a boolean and set a message on failure
CheckTabs::execute() — Method in class CheckTabs
Execute check, must return a boolean and set a message on failure
CheckToTimeFilter::execute() — Method in class CheckToTimeFilter
Execute check, must return a boolean and set a message on failure
CheckUidNamespace::execute() — Method in class CheckUidNamespace
Execute check, must return a boolean and set a message on failure
CheckVideoJs::execute() — Method in class CheckVideoJs
Execute check, must return a boolean and set a message on failure
CheckWhereUpperUid::execute() — Method in class CheckWhereUpperUid
Execute check, must return a boolean and set a message on failure
EntryManagerClass in namespace Ceo\Managers
$Author#emailProperty in class Author
Email
EntryClass in namespace Ceo\Models
EntryMetaClass in namespace Ceo\Models
$EntryMeta#entry_idProperty in class EntryMeta
Parent entry ID
$Media#extensionProperty in class Media
extension
$Route#endpointProperty in class Route
Match endpoint
BaseCommand::exitOk() — Method in class BaseCommand
BaseCommand::exitBad() — Method in class BaseCommand
ClientRunCommand::execute() — Method in class ClientRunCommand
CompatRoutesCommand::execute() — Method in class CompatRoutesCommand
ConfigureNginxCommand::execute() — Method in class ConfigureNginxCommand
ConfigureSslCommand::execute() — Method in class ConfigureSslCommand
ConvertRewritesCommand::execute() — Method in class ConvertRewritesCommand
DbConvertCommand::execute() — Method in class DbConvertCommand
DbConvertTableCommand::execute() — Method in class DbConvertTableCommand
DbFlushmetadataCommand::execute() — Method in class DbFlushmetadataCommand
FlushCommand::execute() — Method in class FlushCommand
HitFlushCommand::execute() — Method in class HitFlushCommand
HitTabulateCommand::execute() — Method in class HitTabulateCommand
MainCommand::execute() — Method in class MainCommand
MigrateCommand::execute() — Method in class MigrateCommand
MigrateCreateCommand::execute() — Method in class MigrateCreateCommand
PostbackFlushCommand::execute() — Method in class PostbackFlushCommand
ServerCommand::execute() — Method in class ServerCommand
ShellCommand::execute() — Method in class ShellCommand
SyncImportCommand::execute() — Method in class SyncImportCommand
TwigDetabCommand::execute() — Method in class TwigDetabCommand
TwigEscapeCommand::execute() — Method in class TwigEscapeCommand
TwigLintCommand::execute() — Method in class TwigLintCommand
VersionCommand::execute() — Method in class VersionCommand
WebcronCommand::execute() — Method in class WebcronCommand
WebcronRunCommand::execute() — Method in class WebcronRunCommand
ControllerBase::enableCompatibilityView() — Method in class ControllerBase
Enables path to Gryphon compatible view, if the view exists AND enableCompatibility is on.
ErrorControllerClass in namespace Ceo\Modules\Frontend\Controllers
Error controller
ErrorController::error500Action() — Method in class ErrorController
ErrorController::error401Action() — Method in class ErrorController
IndexController::embedAction() — Method in class IndexController
MediaController::embedAction() — Method in class MediaController
EmptyResultSetClass in namespace Ceo\Mvc\Model
Defines a fully empty result set that can still be iterated over and provide the same callbacks as a standard result set, though they don't return anything.
$Ndfd#elementMapProperty in class Ndfd
ExtractClass in namespace Ceo\View\Filters
Extract is a dropin replacement for Gryphon's extract filter, using the new paragraph extraction functionality.
EmbedDisableFunctionClass in namespace Ceo\View\Functions
Allows the view to directly disable embed middleware.
EntryFluentFetchClass in namespace Ceo\View\Functions\Fetch
Provides extra sugar for entry fetches
EmbedMiddlewareClass in namespace Ceo\View\Middleware
Embed middleware handle the replacement of the embed placeholders. Replacement templates are searched in the following order:
CalendarController::eventAction() — Method in class CalendarController

F

FlashAdapterClass in namespace Ceo\Adapters
Base flv adapter
Collection::fromArray() — Method in class Collection
FauxLockClass in namespace Ceo\Common
FauxLock doesn't actually lock anything.
Collection::first() — Method in class Collection
Allows the collection to behave somewhat like a query operation.
$BaseEntryField#fieldProperty in class BaseEntryField
FileEntryFieldClass in namespace Ceo\Entryfields
Time::fromSqlTime() — Method in class Time
Take a SQL DateTime and return a Carbon DT object
Time::fromUnixTime() — Method in class Time
Take a Unix Timestamp and return a Carbon DT object
Time::fromString() — Method in class Time
Get a Carbon DT object for a given time and format
Time::fromLocalString() — Method in class Time
Get a Carbon DT object for a given time and format in local time
$CheckAbstract#fileNameProperty in class CheckAbstract
Template filename
ArticleManager::find() — Method in class ArticleManager
ArticleManager::findFirst() — Method in class ArticleManager
ArticleManager::findFirstById() — Method in class ArticleManager
AuthorManager::find() — Method in class AuthorManager
AuthorManager::findFirst() — Method in class AuthorManager
AuthorManager::findByName() — Method in class AuthorManager
ChannelManager::find() — Method in class ChannelManager
ChannelManager::findFirst() — Method in class ChannelManager
ChannelManager::findFirstById() — Method in class ChannelManager
ContainerManager::find() — Method in class ContainerManager
ContainerManager::findFirst() — Method in class ContainerManager
ContainerManager::findFirstById() — Method in class ContainerManager
EntryManager::find() — Method in class EntryManager
EntryManager::findFirst() — Method in class EntryManager
EntryManager::findFirstById() — Method in class EntryManager
EntryManager::findFirstByChannelSlug() — Method in class EntryManager
EntryManager::findByMeta() — Method in class EntryManager
Find entries by meta value
MediaManager::find() — Method in class MediaManager
MediaManager::findFirst() — Method in class MediaManager
MediaManager::findFirstById() — Method in class MediaManager
PageManager::find() — Method in class PageManager
PageManager::findFirst() — Method in class PageManager
PageManager::findFirstById() — Method in class PageManager
PostManager::find() — Method in class PostManager
PostManager::findFirst() — Method in class PostManager
PostManager::findFirstById() — Method in class PostManager
PostbackManager::find() — Method in class PostbackManager
PostbackManager::findFirst() — Method in class PostbackManager
PostbackManager::flush() — Method in class PostbackManager
TagManager::find() — Method in class TagManager
TagManager::findFirst() — Method in class TagManager
TagManager::findByName() — Method in class TagManager
Article::find() — Method in class Article
Allows to query a set of records that match the specified conditions
Article::findFirst() — Method in class Article
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
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
$Entry#field_dataProperty in class Entry
Field data, stored as JSON
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
Media::find() — Method in class Media
Allows to query a set of records that match the specified conditions
Media::findFirst() — Method in class Media
Allows to query the first record that match the specified conditions
Page::find() — Method in class Page
Allows to query a set of records that match the specified conditions
Page::findFirst() — Method in class Page
Allows to query the first record that match the specified conditions
$PendingRequest#foundProperty in class PendingRequest
Found
PendingRequest::find() — Method in class PendingRequest
Allows to query a set of records that match the specified conditions
PendingRequest::findFirst() — Method in class PendingRequest
Allows to query the first record that match the specified conditions
Post::find() — Method in class Post
Allows to query a set of records that match the specified conditions
Post::findFirst() — Method in class Post
Allows to query the first record that match the specified conditions
Postback::find() — Method in class Postback
Allows to query a set of records that match the specified conditions
Postback::findFirst() — Method in class Postback
Allows to query the first record that match the specified conditions
RegistryItem::find() — Method in class RegistryItem
Allows to query a set of records that match the specified conditions
RegistryItem::findFirst() — Method in class RegistryItem
Allows to query the first record that match the specified conditions
Route::find() — Method in class Route
Allows to query a set of records that match the specified conditions
Route::findFirst() — Method in class Route
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
Visit::find() — Method in class Visit
Allows to query a set of records that match the specified conditions
Visit::findFirst() — Method in class Visit
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
FlushCommandClass in namespace Ceo\Modules\Cli\Commands
FetchControllerClass in namespace Ceo\Modules\Frontend\Controllers
Fetch controller pulls data from the CEO API
Builder::find() — Method in class Builder
Issuu::find() — Method in class Issuu
Execute the query and return objects
Issuu::first() — Method in class Issuu
FeedsControllerClass in namespace Ceo\Plugins\Feeds
Ndfd::fetch() — Method in class Ndfd
Fetches data from the NDFD REST service based on set properties. Note that the full processing API may not yet be supported by \tsn\ndfd\response.
Result::fromSphinx() — Method in class Result
Build result from a Sphinx match.
FetchFunctionClass in namespace Ceo\View\Functions
The fetch function sort of replicates Gryphon's original fetch tag with a number of supercharged changes.
ArticleFluentFetch::find() — Method in class ArticleFluentFetch
Execute the query and return objects
ArticleFluentFetch::findFirst() — Method in class ArticleFluentFetch
BaseFluentFetch::findInPath() — Method in class BaseFluentFetch
Provide a simple interface to handle findInPath functionality to find articles that fall in a SSTS path classification. Modifiers allow you to change the search mode
BaseFluentFetch::findByTags() — Method in class BaseFluentFetch
Provide a simple interface to handle findByTags functionality

{% set article = fetch('article').wherePublished().findByTags(['foo', 'bar']) %}
{% set article = fetch('article').wherePublished().findByTags(['foo', 'bar'], 'NOT') %}

Sluggifies the name so "Top Stories" and "top-stories" are treated the same.

BaseFluentFetch::findByAuthors() — Method in class BaseFluentFetch
Provide a simple interface to handle findByAuthors functionality

{% set article = fetch('article').wherePublished().findByAuthors(['foo', 'bar']) %}

Sluggifies the name so "Top Stories" and "top-stories" are treated the same.

BaseFluentFetch::find() — Method in class BaseFluentFetch
Execute the query and return objects
BaseFluentFetch::first() — Method in class BaseFluentFetch
Execute the query, automatically limiting to one and return the first result
MediaFluentFetch::find() — Method in class MediaFluentFetch
Execute the query and return objects
MediaFluentFetch::findFirst() — Method in class MediaFluentFetch
PageFluentFetch::find() — Method in class PageFluentFetch
Execute the query and return objects
PageFluentFetch::findFirst() — Method in class PageFluentFetch
PostFluentFetch::find() — Method in class PostFluentFetch
Execute the query and return objects
PostFluentFetch::findFirst() — Method in class PostFluentFetch
FilterContentMiddlewareClass in namespace Ceo\View\Middleware
Scans content as it is being processed and runs user defined content filters on the resulting data.
FetchHandlerClass in namespace Ceo\View\Tags
FetchNodeClass in namespace Ceo\View\Tags
FetchNode for FetchTag
FetchTagClass in namespace Ceo\View\Tags
Defines the 'fetch' template tag that provides backward compatibility with Gryphon-based templates. Objects returned will be wrapped in object compatibility wrappers.
CalendarEventFluentFetch::find() — Method in class CalendarEventFluentFetch
Execute the query and return objects
CalendarFluentFetch::find() — Method in class CalendarFluentFetch
Execute the query and return objects
PollFluentFetch::findByTags() — Method in class PollFluentFetch
Provide a simple interface to handle findByTags functionality

{% set article = fetch('article').wherePublished().findByTags(['foo', 'bar']) %}
{% set article = fetch('article').wherePublished().findByTags(['foo', 'bar'], 'NOT') %}

Sluggifies the name so "Top Stories" and "top-stories" are treated the same.

PollFluentFetch::find() — Method in class PollFluentFetch
Execute the query and return objects
Bitmap::flip() — Method in class Bitmap
AdFluentFetch::find() — Method in class AdFluentFetch
Execute the query and return objects

G

GalleryAdapterClass in namespace Ceo\Adapters
Base gallery adapter
GalleryAdapter::getFriendlyUrl() — Method in class GalleryAdapter
GalleryAdapter::getCustomUrl() — Method in class GalleryAdapter
GalleryAdapter::getOriginalUrl() — Method in class GalleryAdapter
VimeoAdapter::getCustomUrl() — Method in class VimeoAdapter
Override customUrl method Return container's first child preview URL
VimeoAdapter::getOriginalUrl() — Method in class VimeoAdapter
Override originalUrl method Return container's first child original URL
YoutubeAdapter::getCustomUrl() — Method in class YoutubeAdapter
Override customUrl method Return container's first child preview URL
YoutubeAdapter::getOriginalUrl() — Method in class YoutubeAdapter
Override originalUrl method Return container's first child original URL
Collection::getIterator() — Method in class Collection
FauxLock::getLock() — Method in class FauxLock
MediaPlaceholder::getCustomUrl() — Method in class MediaPlaceholder
Emulate getCustomUrl
MediaPlaceholder::getFriendlyUrl() — Method in class MediaPlaceholder
Emulate getFriendlyUrl
Collection::getIterator() — Method in class Collection
Collection::grab() — Method in class Collection
Grab all the models whose property matches the passed value
Article::getRelated() — Method in class Article
BaseModel::getCompatSource() — Method in class BaseModel
Return source model
BaseEntryField::getType() — Method in class BaseEntryField
BaseEntryField::getValue() — Method in class BaseEntryField
BaseEntryField::getSlug() — Method in class BaseEntryField
BaseEntryField::getUuid() — Method in class BaseEntryField
FileEntryField::getValue() — Method in class FileEntryField
RelatedcontentEntryField::getValue() — Method in class RelatedcontentEntryField
RelatedentriesEntryField::getValue() — Method in class RelatedentriesEntryField
SecuretextEntryField::getValue() — Method in class SecuretextEntryField
SelectentryEntryField::getValue() — Method in class SelectentryEntryField
Text::generateToken() — Method in class Text
Generate a relatively random token of a given length.
Request::getSegments() — Method in class Request
Get request segments. If you don't provide a segment number will return all segments.
License::getLicenseData() — Method in class License
Message::getMessage() — Method in class Message
Get message
Message::getType() — Method in class Message
Get type
CheckAbstract::getFileName() — Method in class CheckAbstract
Return filename
CheckAbstract::getMessages() — Method in class CheckAbstract
Return messages, if it exists
Twig::getMessages() — Method in class Twig
Get lint messages
GenericViewListenerClass in namespace Ceo\Listeners
GenericView watches dispatcher actions.
BaseManager::getBuilder() — Method in class BaseManager
Article::getSource() — Method in class Article
Article::getIsPublished() — Method in class Article
Article::getShortUrl() — Method in class Article
Article::getCanonicalUrl() — Method in class Article
Article::getFriendlyUrl() — Method in class Article
ArticleAuthor::getSource() — Method in class ArticleAuthor
ArticleTag::getSource() — Method in class ArticleTag
Author::getSource() — Method in class Author
Author::getFriendlyUrl() — Method in class Author
BaseModel::getResultsetClass() — Method in class BaseModel
BaseModel::getMetadata() — Method in class BaseModel
Channel::getSource() — Method in class Channel
Channel::getCanonicalUrl() — Method in class Channel
Channel::getFriendlyUrl() — Method in class Channel
Container::getSource() — Method in class Container
Container::getCanonicalUrl() — Method in class Container
Container::getFriendlyUrl() — Method in class Container
Container::getChildren() — Method in class Container
ContainerArticle::getSource() — Method in class ContainerArticle
ContainerMedia::getSource() — Method in class ContainerMedia
ContainerPage::getSource() — Method in class ContainerPage
ContainerTag::getSource() — Method in class ContainerTag
Entry::getSource() — Method in class Entry
Entry::getFields() — Method in class Entry
Fetch and transform field data.
Entry::getCanonicalUrl() — Method in class Entry
Entry::getFriendlyUrl() — Method in class Entry
EntryMeta::getSource() — Method in class EntryMeta
Media::getSource() — Method in class Media
Media::getIsPublished() — Method in class Media
Media::getWidthFromHeight() — Method in class Media
Media::getHeightFromWidth() — Method in class Media
Media::getSearchUrl() — Method in class Media
Media::getCanonicalUrl() — Method in class Media
Media::getFriendlyUrl() — Method in class Media
Media::getCustomUrl() — Method in class Media
Media::getOriginalUrl() — Method in class Media
Media::getPreviewSvg() — Method in class Media
Media::getPreviewName() — Method in class Media
Media::getOriginalName() — Method in class Media
Media::getAdapter() — Method in class Media
Media::getPreviewStyle() — Method in class Media
Media::getParentGallery() — Method in class Media
Media::getAltData() — Method in class Media
Cascade alt data
MediaAuthor::getSource() — Method in class MediaAuthor
MediaGallery::getSource() — Method in class MediaGallery
MediaTag::getSource() — Method in class MediaTag
Page::getSource() — Method in class Page
Page::getIsPublished() — Method in class Page
Page::getCanonicalUrl() — Method in class Page
Page::getFriendlyUrl() — Method in class Page
PageTag::getSource() — Method in class PageTag
PendingRequest::getSource() — Method in class PendingRequest
Post::getSource() — Method in class Post
Post::getIsPublished() — Method in class Post
Post::getShortUrl() — Method in class Post
Post::getCanonicalUrl() — Method in class Post
Post::getFriendlyUrl() — Method in class Post
PostAuthor::getSource() — Method in class PostAuthor
PostTag::getSource() — Method in class PostTag
Postback::getSource() — Method in class Postback
RegistryItem::getSource() — Method in class RegistryItem
Route::getSource() — Method in class Route
Tag::getSource() — Method in class Tag
Url::getSource() — Method in class Url
Visit::getSource() — Method in class Visit
Webcron::getSource() — Method in class Webcron
Returns table name mapped in the model.
BaseCommand::getDI() — Method in class BaseCommand
BaseCommand::getClientList() — Method in class BaseCommand
Determines installed CEO clients based on installed configs.
BaseTask::getMessages() — Method in class BaseTask
ControllerBase::getHttpCodeDescription() — Method in class ControllerBase
ControllerBase::getRequestSegments() — Method in class ControllerBase
Return rewrite url segments
ControllerBase::getJsonData() — Method in class ControllerBase
Fetch POSTed/PUTed json data
Builder::getPagination() — Method in class Builder
Return the paginator object
Builder::getItems() — Method in class Builder
Return the fetched items
EmptyResultSet::getIterator() — Method in class EmptyResultSet
Pagination::getFirst() — Method in class Pagination
Get first page
Pagination::getLast() — Method in class Pagination
Get last page
Pagination::getNext() — Method in class Pagination
Get next page
Pagination::getPrevious() — Method in class Pagination
Get previous page
Pagination::getPages() — Method in class Pagination
Get all numbered pages, e.g. not first/last and next/previous
Pagination::getIterator() — Method in class Pagination
Allow for iterator access
Url::getUrl() — Method in class Url
Return page url
Url::getLabel() — Method in class Url
Return page label
Url::getParameters() — Method in class Url
Return hash of current parameters
GcalendarInterceptorClass in namespace Ceo\Plugins\Gcalendar
NdfdResponse::getWeather() — Method in class NdfdResponse
Return a \tsn\ndfd\currentWeather object based on processed data.
Result::getTitle() — Method in class Result
Return searchTitle
Result::getType() — Method in class Result
Return searchType
Result::getPreview() — Method in class Result
Return searchPreview
Result::getSearchUrl() — Method in class Result
Return searchUrl
Result::getSearchPreviewUrl() — Method in class Result
Return searchPreviewUrl Always returns false
Result::getSearchDate() — Method in class Result
Return the published_at DateTime
ApiService::get() — Method in class ApiService
InterceptorService::getInterceptors() — Method in class InterceptorService
RegistryService::get() — Method in class RegistryService
StaticViewService::getViewForRoute() — Method in class StaticViewService
Fetch view for given route. Will return false if route does not exist or cache has timed out.
Searchable::getSearchTitle() — Method in class Searchable
Determine the search title for an item
Searchable::getSearchType() — Method in class Searchable
Determine the model type
Searchable::getSearchDate() — Method in class Searchable
Determine the display time
Searchable::getSearchPreview() — Method in class Searchable
Determine the preview text
Searchable::getSearchUrl() — Method in class Searchable
Determine the canonical url
Searchable::getSearchPreviewUrl() — Method in class Searchable
Determine the preview image, if there is one FALSE otherwise
StaticBase::getInstance() — Method in class StaticBase
Help find static instances loaded via services
Asset::getFilterName() — Method in class Asset
Return the filter name
BaseFilter::getFilterOptions() — Method in class BaseFilter
BaseFilter::getDI() — Method in class BaseFilter
Return default dependency injector
Clip::getFilterName() — Method in class Clip
Return the filter name
Date::getFilterName() — Method in class Date
Return the filter name
Extract::getFilterName() — Method in class Extract
Return the filter name
Extract::getFilterOptions() — Method in class Extract
Allows this filter to return unescaped HTML
Int2Noun::getFilterName() — Method in class Int2Noun
Return the filter name
JsonDecode::getFilterName() — Method in class JsonDecode
Return the filter name
LocalDate::getFilterName() — Method in class LocalDate
Return the filter name
Push::getFilterName() — Method in class Push
Return the filter name
QualifiedUrl::getFilterName() — Method in class QualifiedUrl
Return the filter name
StripTags::getFilterName() — Method in class StripTags
Return the filter name
StripTags::getFilterOptions() — Method in class StripTags
Allows this filter to return unescaped HTML
TimeSince::getFilterName() — Method in class TimeSince
Return the filter name
Transform::getFilterName() — Method in class Transform
Return the filter name
Url::getFilterName() — Method in class Url
Return the filter name
BaseFunction::getFunctionOptions() — Method in class BaseFunction
BaseFunction::getDI() — Method in class BaseFunction
CeoFunction::getFunctionName() — Method in class CeoFunction
CsrfTokenFunction::getFunctionName() — Method in class CsrfTokenFunction
CsrfTokenFunction::getFunctionOptions() — Method in class CsrfTokenFunction
Return function options Allows the function to automatically escape HTML strings
DecryptFunction::getFunctionName() — Method in class DecryptFunction
Return function name
DelayRenderFunction::getStack() — Method in class DelayRenderFunction
Return the remaining items in the render stack if anything exists.
DelayRenderFunction::getFunctionName() — Method in class DelayRenderFunction
EmbedDisableFunction::getEmbedControlTag() — Method in class EmbedDisableFunction
Static function as it's called elsewhere.
EmbedDisableFunction::getFunctionName() — Method in class EmbedDisableFunction
EmbedDisableFunction::getFunctionOptions() — Method in class EmbedDisableFunction
Return function options Allows the function to automatically escape HTML strings
FetchFunction::getFunctionName() — Method in class FetchFunction
Return function name
BaseFluentFetch::getBinds() — Method in class BaseFluentFetch
Get binds reference
ManagerFunction::getFunctionName() — Method in class ManagerFunction
MergeFunction::getFunctionName() — Method in class MergeFunction
Return function name
StaticViewFunction::getCacheControlTag() — Method in class StaticViewFunction
Static function as it's called elsewhere.
StaticViewFunction::getFunctionName() — Method in class StaticViewFunction
StaticViewFunction::getFunctionOptions() — Method in class StaticViewFunction
Return function options Allows the function to automatically escape HTML strings
InterceptorMiddleware::getMatchedInterceptor() — Method in class InterceptorMiddleware
Determine matched interceptor based on route.
FetchHandler::getCollection() — Method in class FetchHandler
FetchTag::getTag() — Method in class FetchTag
HelperHandler::getHelper() — Method in class HelperHandler
HelperTag::getTag() — Method in class HelperTag
Calendar::getNow() — Method in class Calendar
Calendar::getFirstDay() — Method in class Calendar
Calendar::getLastDay() — Method in class Calendar
Calendar::getName() — Method in class Calendar
Calendar::getMonth() — Method in class Calendar
Calendar::getYear() — Method in class Calendar
Calendar::getTime() — Method in class Calendar
Calendar::getNext() — Method in class Calendar
Calendar::getPrevious() — Method in class Calendar
Calendar::getNextTime() — Method in class Calendar
Calendar::getPreviousTime() — Method in class Calendar
Calendar::getDays() — Method in class Calendar
Calendar::getWeeks() — Method in class Calendar
Calendar::getEmptyDaysBefore() — Method in class Calendar
Calendar::getEmptyDaysAfter() — Method in class Calendar
Calendar::getAllDays() — Method in class Calendar
Day::getShortName() — Method in class Day
Day::getName() — Method in class Day
Day::getDate() — Method in class Day
Day::getMonth() — Method in class Day
Day::getYear() — Method in class Day
Day::getTime() — Method in class Day
Day::getNext() — Method in class Day
Day::getPrevious() — Method in class Day
Day::getNextTime() — Method in class Day
Day::getPreviousTime() — Method in class Day
Week::getMonth() — Method in class Week
Week::getYear() — Method in class Week
Week::getTime() — Method in class Week
Week::getNext() — Method in class Week
Week::getPrevious() — Method in class Week
Week::getNextTime() — Method in class Week
Week::getPreviousTime() — Method in class Week
Week::getDays() — Method in class Week
Config::get() — Method in class Config
Fetch key from service
Registry::get() — Method in class Registry
Fetch key from service
Request::getSegment() — Method in class Request
Request::get() — Method in class Request
Truncate::getFilters() — Method in class Truncate
Truncate::getName() — Method in class Truncate
Poll::getResponses() — Method in class Poll
Poll::getEmbed() — Method in class Poll
Potracio::getSVG() — Method in class Potracio
Ad::getAd() — Method in class Ad
Fetch ad copy as entry meta

H

HaltExceptionClass in namespace Ceo\Exceptions
HtmlClass in namespace Ceo\Helpers
Html processing static class Mostly just helpers
Twig::hasMessages() — Method in class Twig
Template has lint messages
$Article#headlineProperty in class Article
Headline
BaseModel::hasProperty() — Method in class BaseModel
Determine if the model has a public property.
$Media#heightProperty in class Media
height
$Post#headlineProperty in class Post
Headline
HitFlushCommandClass in namespace Ceo\Modules\Cli\Commands
HitTabulateCommandClass in namespace Ceo\Modules\Cli\Commands
NdfdResponse::handle_weather() — Method in class NdfdResponse
NdfdResponse::handle_temperature() — Method in class NdfdResponse
NdfdResponse::handle_cloudamount() — Method in class NdfdResponse
Asset::handle() — Method in class Asset
Handle filter response
Clip::handle() — Method in class Clip
Handle filter response
Extract::handle() — Method in class Extract
Handle filter response
Int2Noun::handle() — Method in class Int2Noun
Handle filter response
JsonDecode::handle() — Method in class JsonDecode
Handle filter response
LocalDate::handle() — Method in class LocalDate
Handle filter response
Push::handle() — Method in class Push
Handle filter response
StripTags::handle() — Method in class StripTags
Handle filter response
TimeSince::handle() — Method in class TimeSince
Handle filter response
Transform::handle() — Method in class Transform
Handle filter response
Url::handle() — Method in class Url
Handle filter response
CeoFunction::handle() — Method in class CeoFunction
Return a service
CsrfTokenFunction::handle() — Method in class CsrfTokenFunction
Return a service
DecryptFunction::handle() — Method in class DecryptFunction
Decrypt cyphertext encoded by CEO using the existing PSK.
DelayRenderFunction::handle() — Method in class DelayRenderFunction
Delay render handle
EmbedDisableFunction::handle() — Method in class EmbedDisableFunction
Modify the cache output, mostly just disable it
FetchFunction::handle() — Method in class FetchFunction
Fetch some dehydrated data.
ManagerFunction::handle() — Method in class ManagerFunction
Return a manager instance
MergeFunction::handle() — Method in class MergeFunction
Fetch some dehydrated data.
StaticViewFunction::handle() — Method in class StaticViewFunction
Modify the cache output, mostly just disable it
AssetPipelineMiddleware::handle() — Method in class AssetPipelineMiddleware
BeaconMiddleware::handle() — Method in class BeaconMiddleware
CompatMiddleware::handle() — Method in class CompatMiddleware
DebugMiddleware::handle() — Method in class DebugMiddleware
EmbedMiddleware::handle() — Method in class EmbedMiddleware
FilterContentMiddleware::handle() — Method in class FilterContentMiddleware
InterceptorMiddleware::handle() — Method in class InterceptorMiddleware
Handle uncached intercepter call.
MediaRewriteMiddleware::handle() — Method in class MediaRewriteMiddleware
PreviewMiddleware::handle() — Method in class PreviewMiddleware
TimerMiddleware::handle() — Method in class TimerMiddleware
HelperHandlerClass in namespace Ceo\View\Tags
$HelperHandler#helperProperty in class HelperHandler
HelperNodeClass in namespace Ceo\View\Tags
HelperNode for HelperTag
HelperTagClass in namespace Ceo\View\Tags
Defines the 'helper' template tag that provides backward compatibility with Gryphon-based templates. Most items will simply return compatible service objects
$Day#hasEventProperty in class Day
$Bitmap#hProperty in class Bitmap

I

IndexControllerClass in namespace Admanager\Controller
IndexController::indexAction() — Method in class IndexController
ImageAdapterClass in namespace Ceo\Adapters
Base image adapter
Collection::isEmpty() — Method in class Collection
FauxLock::isLocked() — Method in class FauxLock
$Collection#itemStackProperty in class Collection
IndexInterceptorClass in namespace Ceo\Compat\Interceptors
Text::isUuid() — Method in class Text
Determine if passed string is a UUIDv4
ArticleManager::importFromCeo() — Method in class ArticleManager
AuthorManager::importFromCeo() — Method in class AuthorManager
ChannelManager::importFromCeo() — Method in class ChannelManager
ContainerManager::importFromCeo() — Method in class ContainerManager
EntryManager::importFromCeo() — Method in class EntryManager
MediaManager::importFromCeo() — Method in class MediaManager
MediaManager::importAsGallery() — Method in class MediaManager
PageManager::importFromCeo() — Method in class PageManager
PostManager::importFromCeo() — Method in class PostManager
TagManager::importFromCeo() — Method in class TagManager
$Article#idProperty in class Article
internal id
$Article#infoboxProperty in class Article
Infobox
Article::initialize() — Method in class Article
$ArticleAuthor#idProperty in class ArticleAuthor
internal id
$ArticleAuthor#item_idProperty in class ArticleAuthor
Item ID
$ArticleAuthor#item_typeProperty in class ArticleAuthor
Item Type
ArticleAuthor::initialize() — Method in class ArticleAuthor
$ArticleTag#idProperty in class ArticleTag
internal id
$ArticleTag#item_idProperty in class ArticleTag
Item ID
$ArticleTag#item_typeProperty in class ArticleTag
Item Type
ArticleTag::initialize() — Method in class ArticleTag
$Author#idProperty in class Author
internal id
Author::initialize() — Method in class Author
$Channel#idProperty in class Channel
internal id
$Channel#is_routableProperty in class Channel
Is this channel routable
Channel::initialize() — Method in class Channel
$Container#idProperty in class Container
internal id
Container::initialize() — Method in class Container
$ContainerArticle#idProperty in class ContainerArticle
internal id
$ContainerArticle#item_idProperty in class ContainerArticle
Item ID
$ContainerArticle#item_typeProperty in class ContainerArticle
Item Type
ContainerArticle::initialize() — Method in class ContainerArticle
$ContainerMedia#idProperty in class ContainerMedia
internal id
$ContainerMedia#item_idProperty in class ContainerMedia
Item ID
$ContainerMedia#item_typeProperty in class ContainerMedia
Item Type
ContainerMedia::initialize() — Method in class ContainerMedia
$ContainerPage#idProperty in class ContainerPage
internal id
$ContainerPage#item_idProperty in class ContainerPage
Item ID
$ContainerPage#item_typeProperty in class ContainerPage
Item Type
ContainerPage::initialize() — Method in class ContainerPage
$ContainerTag#idProperty in class ContainerTag
internal id
$ContainerTag#item_idProperty in class ContainerTag
Item ID
$ContainerTag#item_typeProperty in class ContainerTag
Item Type
ContainerTag::initialize() — Method in class ContainerTag
$Entry#idProperty in class Entry
internal id
Entry::initialize() — Method in class Entry
$EntryMeta#idProperty in class EntryMeta
internal id
EntryMeta::initialize() — Method in class EntryMeta
$Media#idProperty in class Media
internal id
Media::initialize() — Method in class Media
Media::isGalleryMember() — Method in class Media
$MediaAuthor#idProperty in class MediaAuthor
internal id
$MediaAuthor#item_idProperty in class MediaAuthor
Item ID
$MediaAuthor#item_typeProperty in class MediaAuthor
Item Type
MediaAuthor::initialize() — Method in class MediaAuthor
$MediaGallery#idProperty in class MediaGallery
internal id
MediaGallery::initialize() — Method in class MediaGallery
$MediaTag#idProperty in class MediaTag
internal id
$MediaTag#item_idProperty in class MediaTag
Item ID
$MediaTag#item_typeProperty in class MediaTag
Item Type
MediaTag::initialize() — Method in class MediaTag
$Page#idProperty in class Page
internal id
Page::initialize() — Method in class Page
$PageTag#idProperty in class PageTag
internal id
$PageTag#item_idProperty in class PageTag
Item ID
$PageTag#item_typeProperty in class PageTag
Item Type
PageTag::initialize() — Method in class PageTag
$PendingRequest#idProperty in class PendingRequest
internal id
$PendingRequest#item_idProperty in class PendingRequest
Item ID
$PendingRequest#item_typeProperty in class PendingRequest
Item Type
PendingRequest::initialize() — Method in class PendingRequest
$Post#idProperty in class Post
internal id
$Post#infoboxProperty in class Post
Infobox
Post::initialize() — Method in class Post
$PostAuthor#idProperty in class PostAuthor
internal id
$PostAuthor#item_idProperty in class PostAuthor
Item ID
$PostAuthor#item_typeProperty in class PostAuthor
Item Type
PostAuthor::initialize() — Method in class PostAuthor
$PostTag#idProperty in class PostTag
internal id
$PostTag#item_idProperty in class PostTag
Item ID
$PostTag#item_typeProperty in class PostTag
Item Type
PostTag::initialize() — Method in class PostTag
$Postback#idProperty in class Postback
internal id
Postback::initialize() — Method in class Postback
$RegistryItem#idProperty in class RegistryItem
internal id
RegistryItem::initialize() — Method in class RegistryItem
$Route#idProperty in class Route
internal id
Route::initialize() — Method in class Route
$Tag#idProperty in class Tag
internal id
Tag::initialize() — Method in class Tag
$Url#idProperty in class Url
internal id
$Url#item_idProperty in class Url
Item id
$Url#item_typeProperty in class Url
Item type
Url::initialize() — Method in class Url
$Visit#idProperty in class Visit
internal id
$Visit#item_idProperty in class Visit
Item id
$Visit#item_typeProperty in class Visit
Item type
Visit::initialize() — Method in class Visit
$Webcron#idProperty in class Webcron
ID
Webcron::initialize() — Method in class Webcron
initializer
ApiController::indexAction() — Method in class ApiController
ArticleController::indexAction() — Method in class ArticleController
Article view action, by default accepts URLs in the form of:
AuthorController::indexAction() — Method in class AuthorController
Author view action, by default accepts URLs in the form of:
BlogController::indexAction() — Method in class BlogController
Index handles display of multiple blogs, in the case of multiple blogs.
CeoController::indexAction() — Method in class CeoController
ChannelController::indexAction() — Method in class ChannelController
Channel view action, by default accepts URLs in the form of:
ControllerBase::initialize() — Method in class ControllerBase
Initialize response headers
DefaultrouteController::indexAction() — Method in class DefaultrouteController
By checking the custom route table, dispatch controller actions based on custom routing rules.
ErrorController::indexAction() — Method in class ErrorController
Handle the display of error messages
FetchController::indexAction() — Method in class FetchController
IndexControllerClass in namespace Ceo\Modules\Frontend\Controllers
Default index controller
IndexController::indexAction() — Method in class IndexController
Site index, responds to the following URL:
IndexController::infoAction() — Method in class IndexController
IndexController::imgswapAction() — Method in class IndexController
MediaController::indexAction() — Method in class MediaController
PageController::indexAction() — Method in class PageController
Page view action, by default accepts URLs in the form of:
SearchController::indexAction() — Method in class SearchController
Search action, by URLs in the form of:
SectionController::indexAction() — Method in class SectionController
Section view action, by default accepts URLs in the form of:
ShorturlController::indexAction() — Method in class ShorturlController
Handle redirect action
SrnController::indexAction() — Method in class SrnController
Helps to locate resources only via SRN, accepts the URL:
StaticviewController::indexAction() — Method in class StaticviewController
Default action Load uri and contents from StaticViewService and return content as response
Builder::isPublished() — Method in class Builder
Url::isCurrent() — Method in class Url
Is this the currently active page
Docsync::issuu() — Method in class Docsync
IssuuClass in namespace Ceo\Plugins\DocSync\Helpers
Issuu fluid fetcher. Helps with Gryphon compatibility.
Issuu::inAccount() — Method in class Issuu
Issuu::inFolder() — Method in class Issuu
Search inside a specific folder.
FeedsController::indexAction() — Method in class FeedsController
CurrentWeather::icon() — Method in class CurrentWeather
ConnectorService::importFromCeo() — Method in class ConnectorService
Import object from CEO
InterceptorServiceClass in namespace Ceo\Services
The Interceptor Service allows you to extend and add interceptors at runtime, when normally they wouldn't be able to be modified.
InterceptorService::interceptorForRoute() — Method in class InterceptorService
Link a route to an interceptor
StaticViewService::invalidateRoute() — Method in class StaticViewService
Invalidate a route regardless of timeout. Invaliding a route will force it to regenerate at the next request.
StaticViewService::invalidateUuid() — Method in class StaticViewService
Invalidate a uuid regardless of view timeout. Invaliding a UUID will invalidate ALL routes the UUID is associated with.
Int2NounClass in namespace Ceo\View\Filters
Provides Gryphon compatible int2noun filter.
BaseViewMiddleware::injectMessage() — Method in class BaseViewMiddleware
Inject message output HTML. Will keep all messages contained to the same container. Can be styled via #__ceo-debug-message ID.
InterceptorMiddlewareClass in namespace Ceo\View\Middleware
InterceptorMiddleware allows the client template to provide a callback for a route.
Day::isCurrent() — Method in class Day
Day::isCurrentMonth() — Method in class Day
Week::isCurrent() — Method in class Week
Request::isController() — Method in class Request
Request::isAction() — Method in class Request
Request::isMobile() — Method in class Request
Request::isTablet() — Method in class Request
Request::isDesktop() — Method in class Request
CalendarController::indexAction() — Method in class CalendarController
PollController::indexAction() — Method in class PollController
Bitmap::index() — Method in class Bitmap
$Potracio#imgElementProperty in class Potracio
$Potracio#imgCanvasProperty in class Potracio
$Potracio#infoProperty in class Potracio

J

Collection::jsonSerialize() — Method in class Collection
Pagination::jsonSerialize() — Method in class Pagination
Allow for proper JSON serialization
Result::jsonSerialize() — Method in class Result
Implements json_serialize for search results
JsonDecodeClass in namespace Ceo\View\Filters
Twig doesn't provide a JSON Decode method, which seems odd.

K

MockShared::key() — Method in class MockShared

L

IndexController::loaderAction() — Method in class IndexController
Collection::length() — Method in class Collection
Collection::length() — Method in class Collection
Return the number of objects in the stack. Can also be accessed as a property
LicenseExceptionClass in namespace Ceo\Exceptions
LicenseClass in namespace Ceo\License
CheckAbstract::loadTemplate() — Method in class CheckAbstract
Handle the loading of the template
Twig::loadFromFile() — Method in class Twig
Load template from SplFileInfo reference, usually from Finder
Twig::loadFromString() — Method in class Twig
Load template from string
Twig::loadFromPath() — Method in class Twig
Load template from file path
Twig::lint() — Method in class Twig
Lint template
$RegistryItem#labelProperty in class RegistryItem
label
$Webcron#labelProperty in class Webcron
Issue text label
ErrorController::licenseAction() — Method in class ErrorController
Handle the display of license error messages
$Url#labelProperty in class Url
Weather::loadWeather() — Method in class Weather
StaticViewService::linkRouteToContent() — Method in class StaticViewService
Link a route to a UUID.
LocalDateClass in namespace Ceo\View\Filters
LocalDate provides the 'localDate' twig filter.
InterceptorMiddleware::loadInterceptor() — Method in class InterceptorMiddleware
Load interceptor via class name
$Path#lenProperty in class Path
$Path#lonProperty in class Path
Potracio::loadImageFromFile() — Method in class Potracio

M

IndexController::manifestAction() — Method in class IndexController
Collection::map() — Method in class Collection
Apply a callback to each member of the resultset. Returning null from the callback will exclude the item from the resultset.
MediaPlaceholderClass in namespace Ceo\Common
Placeholder us used for media objects that are embedded via URL
Collection::merge() — Method in class Collection
Merges two collections together. If you pass a second argument it attempts to sort it via that property (both models must have that property).
Collection::metaIs() — Method in class Collection
Collection::metaContains() — Method in class Collection
MediaInterceptorClass in namespace Ceo\Compat\Interceptors
Wrap returned media in Ceo\Compat\Model\Media
MockSharedClass in namespace Ceo\Compat
MockShared acts as a placeholder for the SNworksShared library file for when it is either not available, or for an older library.
$BaseModel#modelProperty in class BaseModel
MediaClass in namespace Ceo\Compat\Model
Media Wrapper
Media::myGallery() — Method in class Media
MessageClass in namespace Ceo\Lint
Lint message
$CheckAbstract#messagesProperty in class CheckAbstract
Message container
MediaManagerClass in namespace Ceo\Managers
$Article#media_idProperty in class Article
Dominant Media
$Article#modified_atProperty in class Article
Last modified timestamp
$Article#metadataProperty in class Article
Metadata object
$Author#metadataProperty in class Author
Metadata object
$Channel#modified_atProperty in class Channel
Last modified timestamp
$Container#modified_atProperty in class Container
Last modified timestamp
$Container#metadataProperty in class Container
Metadata object
$Entry#modified_atProperty in class Entry
Last modified timestamp
$EntryMeta#modified_atProperty in class EntryMeta
Last modified timestamp
MediaClass in namespace Ceo\Models
$Media#modified_atProperty in class Media
Last modified timestamp
$Media#metadataProperty in class Media
Metadata object
MediaAuthorClass in namespace Ceo\Models
MediaGalleryClass in namespace Ceo\Models
$MediaGallery#media_idProperty in class MediaGallery
Media ID
MediaTagClass in namespace Ceo\Models
$Page#media_idProperty in class Page
Dominant Media
$Page#modified_atProperty in class Page
Last modified timestamp
$Page#metadataProperty in class Page
Metadata object
PendingRequest::markFailed() — Method in class PendingRequest
PendingRequest::markFound() — Method in class PendingRequest
$Post#media_idProperty in class Post
Dominant Media
$Post#modified_atProperty in class Post
Last modified timestamp
$Post#metadataProperty in class Post
Metadata object
$RegistryItem#modified_atProperty in class RegistryItem
Last modified timestamp
$Route#metadataProperty in class Route
Route metadata
$Tag#metadataProperty in class Tag
Metadata object
$Visit#metadataProperty in class Visit
Metadata
MainCommandClass in namespace Ceo\Modules\Cli\Commands
MigrateCommandClass in namespace Ceo\Modules\Cli\Commands
MigrateCreateCommandClass in namespace Ceo\Modules\Cli\Commands
ModuleClass in namespace Ceo\Modules\Cli
MediaControllerClass in namespace Ceo\Modules\Frontend\Controllers
Media controller is a polymorphic controller that responds differently in different situations depending on the URL.
ModuleClass in namespace Ceo\Modules\Frontend
EmptyResultSet::map() — Method in class EmptyResultSet
Resultset::map() — Method in class Resultset
Apply a callback to each member of the resultset
$ApiService#modeProperty in class ApiService
Timer::mark() — Method in class Timer
Mark a timer.
MediaFluentFetchClass in namespace Ceo\View\Functions\Fetch
Provides extra sugar for media fetches
ManagerFunctionClass in namespace Ceo\View\Functions
Fetch a single manager handler allowing you to interact with it.
MergeFunctionClass in namespace Ceo\View\Functions
Merge two or more result sets.
MediaRewriteMiddlewareClass in namespace Ceo\View\Middleware
Scans content as it is being processed and automatically rewrites older Gryphon-style media URLs and turns them into CEO-style media URLs assuming that it can find the media file.
$Path#minXProperty in class Path
$Path#minYProperty in class Path
$Path#maxXProperty in class Path
$Path#maxYProperty in class Path

N

$Article#normalized_tagsProperty in class Article
Normalized tags
$Author#nameProperty in class Author
Name
$Media#normalized_tagsProperty in class Media
Normalized tags
$Page#normalized_tagsProperty in class Page
$Tag#nameProperty in class Tag
Name
NdfdClass in namespace Ceo\Plugins\Weather\Services
NdfdResponseClass in namespace Ceo\Plugins\Weather\Services
Provides the response interface and data processing for the NDFD REST service
$Curve#nProperty in class Curve

O

Collection::offsetGet() — Method in class Collection
Collection::offsetExists() — Method in class Collection
Collection::offsetSet() — Method in class Collection
Collection::offsetUnset() — Method in class Collection
Entry::orderedFields() — Method in class Entry
Issuu::order() — Method in class Issuu
BaseFluentFetch::order() — Method in class BaseFluentFetch
Provide an overload for the "orderBy" method
EntryFluentFetch::orderBy() — Method in class EntryFluentFetch
BaseInterceptor::overrideView() — Method in class BaseInterceptor
Allows you to override the view after the render process has already selected the template. Only works for Twig and Volt templates.
CalendarEventFluentFetch::orderBy() — Method in class CalendarEventFluentFetch
Handle proper sorting
CalendarFluentFetch::orderBy() — Method in class CalendarFluentFetch
Handle proper sorting
PollFluentFetch::orderBy() — Method in class PollFluentFetch
Handle proper sorting
OptiClass in namespace Potracio
AdFluentFetch::orderBy() — Method in class AdFluentFetch
Handle proper sorting

P

PdfAdapterClass in namespace Ceo\Adapters
Base pdf adapter
Collection::push() — Method in class Collection
Collection::pop() — Method in class Collection
Collection::push() — Method in class Collection
Push a foundry\model object onto the stack
Collection::pop() — Method in class Collection
Remove and return the last object in the stack
Collection::peekBack() — Method in class Collection
Return the last model on the stack, but don't remove it
Collection::peekFront() — Method in class Collection
Return, but don't remove, the first item on the stack
PageInterceptorClass in namespace Ceo\Compat\Interceptors
Wrap returned pages in Ceo\Compat\Model\Page
PageClass in namespace Ceo\Compat\Model
Page Wrapper
PostClass in namespace Ceo\Compat\Model
Post Wrapper
PaginatorClass in namespace Ceo\Helpers
Builds off pagination returned by builder to create a simple pagination object that can be looped over.
Text::parseSrn() — Method in class Text
Parse SRN into component parts Return array in the format of

  • client
  • appid
  • resource
  • uuid
  • extra
Text::Pluralize() — Method in class Text
pluralize a word
Url::path() — Method in class Url
Return only the path element of a URL
PageManagerClass in namespace Ceo\Managers
PostManagerClass in namespace Ceo\Managers
PostbackManagerClass in namespace Ceo\Managers
$Article#published_atProperty in class Article
Published timestamp
$Container#published_atProperty in class Container
Published timestamp
$Media#preview_extensionProperty in class Media
The preview file's extension
$Media#published_atProperty in class Media
Published timestamp
$Media#parentGalleryProperty in class Media
$MediaGallery#parent_idProperty in class MediaGallery
Parent ID
PageClass in namespace Ceo\Models
$Page#published_atProperty in class Page
Published timestamp
PageTagClass in namespace Ceo\Models
PendingRequestClass in namespace Ceo\Models
$PendingRequest#pendingProperty in class PendingRequest
Pending
PostClass in namespace Ceo\Models
$Post#published_atProperty in class Post
Published timestamp
PostAuthorClass in namespace Ceo\Models
PostTagClass in namespace Ceo\Models
PostbackClass in namespace Ceo\Models
$Postback#payloadProperty in class Postback
payload
PostbackFlushCommandClass in namespace Ceo\Modules\Cli\Commands
PostbackClass in namespace Ceo\Modules\Cli\Webcron
CeoController::previewAction() — Method in class CeoController
FetchController::postAction() — Method in class FetchController
FetchController::pageAction() — Method in class FetchController
PageControllerClass in namespace Ceo\Modules\Frontend\Controllers
Page controller
PluginControllerClass in namespace Ceo\Modules\Frontend\Controllers
Plugin controller
Builder::paginate() — Method in class Builder
Paginate results.
PaginationClass in namespace Ceo\Pagination
Pagination accepts a pagination object generated by the Builder system to create a loopable set of objects you can include in a template.
PluginClass in namespace Ceo\Plugins\Admanager
Ad Maanger Plugin
PluginClass in namespace Ceo\Plugins\Classifieds
Classifieds Plugin
$Issuu#parentModelProperty in class Issuu
PluginClass in namespace Ceo\Plugins\DocSync
DocSync Plugin
PluginClass in namespace Ceo\Plugins\Gcalendar
Calendar Plugin
PluginClass in namespace Ceo\Plugins\Polls
Poll Plugin
PollInterceptorClass in namespace Ceo\Plugins\Polls
PluginClass in namespace Ceo\Plugins\Weather
Weather plugin
$CurrentWeather#propertiesProperty in class CurrentWeather
NdfdResponse::parseData() — Method in class NdfdResponse
Parse the XML object's data element
$ApiService#privateKeyProperty in class ApiService
$ApiService#publicKeyProperty in class ApiService
ApiService::post() — Method in class ApiService
ApiService::preformGet() — Method in class ApiService
ApiService::preformPost() — Method in class ApiService
ApiService::preformDelete() — Method in class ApiService
$TransformService#pipelinesProperty in class TransformService
TransformService::pipelineFor() — Method in class TransformService
Retrieve a pipline for a given type
PushClass in namespace Ceo\View\Filters
Push provides the 'push' twig filter.
$ArticleFluentFetch#parentModelProperty in class ArticleFluentFetch
$BaseFluentFetch#parentModelProperty in class BaseFluentFetch
$DefaultFluentFetch#parentModelProperty in class DefaultFluentFetch
$EntryFluentFetch#parentModelProperty in class EntryFluentFetch
$MediaFluentFetch#parentModelProperty in class MediaFluentFetch
PageFluentFetchClass in namespace Ceo\View\Functions\Fetch
Provides extra sugar for page fetches
$PageFluentFetch#parentModelProperty in class PageFluentFetch
PostFluentFetchClass in namespace Ceo\View\Functions\Fetch
Provides extra sugar for post fetches
$PostFluentFetch#parentModelProperty in class PostFluentFetch
PreviewMiddlewareClass in namespace Ceo\View\Middleware
Checks to see if you have preview abilities;
FetchTag::parse() — Method in class FetchTag
HelperTag::parse() — Method in class HelperTag
Request::path() — Method in class Request
$CalendarEventFluentFetch#parentModelProperty in class CalendarEventFluentFetch
$CalendarFluentFetch#parentModelProperty in class CalendarFluentFetch
PollClass in namespace Polls\Compat\Model
Wrapper for polls:poll, wraps Ceo\Models\Entry.
PollControllerClass in namespace Polls\Controller
PollFluentFetchClass in namespace Polls\View\Functions\Fetch
Fluent Fetcher for polls:poll
$PollFluentFetch#parentModelProperty in class PollFluentFetch
$Opti#penProperty in class Opti
PathClass in namespace Potracio
$Path#ptProperty in class Path
PointClass in namespace Potracio
PotracioClass in namespace Potracio
$Potracio#pathlistProperty in class Potracio
Potracio::process() — Method in class Potracio
$AdFluentFetch#parentModelProperty in class AdFluentFetch

Q

QuicktimeAdapterClass in namespace Ceo\Adapters
Base quicktime adapter
ArticleManager::query() — Method in class ArticleManager
ChannelManager::query() — Method in class ChannelManager
ContainerManager::query() — Method in class ContainerManager
EntryManager::query() — Method in class EntryManager
MediaManager::query() — Method in class MediaManager
PageManager::query() — Method in class PageManager
PostManager::query() — Method in class PostManager
QueryDebuggerClass in namespace Ceo\Mvc\Model
Query debugger, prints executed queries to the debug log.
QualifiedUrlClass in namespace Ceo\View\Filters
Provides Gryphon compatible qualifiedUrl filter.
QuadClass in namespace Potracio

R

FauxLock::releaseLock() — Method in class FauxLock
$MediaPlaceholder#resourceUrlProperty in class MediaPlaceholder
RelatedcontentEntryFieldClass in namespace Ceo\Entryfields
RelatedentriesEntryFieldClass in namespace Ceo\Entryfields
RenderExceptionClass in namespace Ceo\Exceptions
RequestClass in namespace Ceo\Http
Extend the base request class to add some helper methods.
ResponseClass in namespace Ceo\Http
Response handler, makes building responses easier
Response::redirectBack() — Method in class Response
Redirect back to the sending URL
RenderListenerClass in namespace Ceo\Listeners
RenderListener watches for the pre render call.
RegistryItemClass in namespace Ceo\Models
RouteClass in namespace Ceo\Models
$Route#routeProperty in class Route
Match route
$Route#remap_toProperty in class Route
Allows the url to masquerade as another URL to the routing parser
$ServerCommand#requiredExtensionsProperty in class ServerCommand
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
BaseTask::run() — Method in class BaseTask
Run must return true, otherwise task runner will loop through getMessages() array for problems.
Clientcommands::run() — Method in class Clientcommands
Run must return true, otherwise task runner will loop through getMessages() array for problems.
Postback::run() — Method in class Postback
Run must return true, otherwise task runner will loop through getMessages() array for problems.
Tabulate::run() — Method in class Tabulate
Run must return true, otherwise task runner will loop through getMessages() array for problems.
ApiController::routeAction() — Method in class ApiController
PluginController::runAction() — Method in class PluginController
Routes plugin handlers
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
ResultsetClass in namespace Ceo\Mvc\Model
Pagination::rebuild() — Method in class Pagination
Force a rebuild of pagination. Really only useful if you reset the pagination object or url options after building
Plugin::register() — Method in class Plugin
Plugin::registerViews() — Method in class Plugin
BasePlugin::register() — Method in class BasePlugin
BasePlugin::registerViews() — Method in class BasePlugin
Plugin::register() — Method in class Plugin
Plugin::register() — Method in class Plugin
Plugin::register() — Method in class Plugin
Plugin::register() — Method in class Plugin
Plugin::register() — Method in class Plugin
ResultClass in namespace Ceo\Search
Basic result class. This object is substituted for a CEO model if the content object isn't found. This can happen if the content hasn't been synced in some time.
RegistryServiceClass in namespace Ceo\Services
Store and retrieve arbitrary data. With the registry service you don't need to encode/decode your data. It's smart enough to know what you've provided and handle it appropriately.
TransformService::registerPipeline() — Method in class TransformService
Register or re-register a pipeline
BaseViewMiddleware::register() — Method in class BaseViewMiddleware
CacheMiddleware::register() — Method in class CacheMiddleware
Handles it's own register function because it must be called last.
RegistryClass in namespace Ceo\View\Tags\Helpers
Provides a Gryphon compatible registry helper
RequestClass in namespace Ceo\View\Tags\Helpers
ResponseClass in namespace Polls\Compat\Model
Wrapper for polls:response, wraps Ceo\Models\Entry.
ResponseCollectionClass in namespace Polls\Compat\Model

S

Collection::shift() — Method in class Collection
MediaPlaceholder::save() — Method in class MediaPlaceholder
Collection::shift() — Method in class Collection
Remove and return the first item from the stack
Collection::sort() — Method in class Collection
Sort a collection by an item property
Collection::splat() — Method in class Collection
Flattens the collection into a single property array This is useful for returning elements for an auto complete search system implemented via AJAX
SearchInterceptorClass in namespace Ceo\Compat\Interceptors
Wrap search results and returned parameters to provide a Gryphon template compatible collection of variables.
SectionInterceptorClass in namespace Ceo\Compat\Interceptors
Wrap returned articles in Ceo\Compat\Model\Article and sections in Ceo\Compat\Model\Section
$BaseModel#stackProperty in class BaseModel
SectionClass in namespace Ceo\Compat\Model
Section Wrapper
SecuretextEntryFieldClass in namespace Ceo\Entryfields
SelectentryEntryFieldClass in namespace Ceo\Entryfields
Paginator::setPagination() — Method in class Paginator
Paginator::setUrl() — Method in class Paginator
Text::sluggify() — Method in class Text
Generate slugs
Text::singularize() — Method in class Text
Singularize a word
Response::send() — Method in class Response
Message::setMessage() — Method in class Message
Set message
Message::setType() — Method in class Message
Set type
CheckInheritMacro::setMacros() — Method in class CheckInheritMacro
CheckAbstract::setFileName() — Method in class CheckAbstract
Set template filename
CheckAbstract::setMessage() — Method in class CheckAbstract
StaticViewListenerClass in namespace Ceo\Listeners
StaticViewListener watches dispatcher actions.
BaseManager::save() — Method in class BaseManager
Save handler, because DRY
$Article#slugProperty in class Article
Base slug
$Article#subheadProperty in class Article
Subhed
$Article#short_tokenProperty in class Article
Short token
$Article#statusProperty in class Article
Publication status
$Article#ssts_idProperty in class Article
SSTS id
$Article#ssts_pathProperty in class Article
SSTS path
$Author#slugProperty in class Author
Base slug
$Author#statusProperty in class 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.
$Channel#slugProperty in class Channel
Base slug
$Container#slugProperty in class Container
Base slug
$Container#sort_orderProperty in class Container
Sort order
$Container#statusProperty in class Container
Publication status
$Entry#slugProperty in class Entry
Base slug
$Entry#sort_orderProperty in class Entry
Sort order
$EntryMeta#slugProperty in class EntryMeta
Base slug
$Media#sourceProperty in class Media
source
$Media#statusProperty in class Media
Publication status
$Media#svg_previewProperty in class Media
Generated SGV preview
$Media#ssts_idProperty in class Media
SSTS id
$Media#ssts_pathProperty in class Media
SSTS path
$Page#slugProperty in class Page
Base slug
$Page#sidebarProperty in class Page
Sidebar
$Page#statusProperty in class Page
Publication status
$Page#ssts_idProperty in class Page
SSTS id
$Page#ssts_pathProperty in class Page
SSTS path
$Post#slugProperty in class Post
Base slug
$Post#subheadProperty in class Post
Subhed
$Post#short_tokenProperty in class Post
Short token
$Post#statusProperty in class Post
Publication status
$Post#ssts_idProperty in class Post
SSTS id
$Post#ssts_pathProperty in class Post
SSTS path
$Tag#slugProperty in class Tag
Base slug
$Url#slugProperty in class Url
Base slug
$Webcron#scheduleProperty in class Webcron
Schedule
$Webcron#statusProperty in class Webcron
Open = 1, closed = 0 Default is open
ServerCommandClass in namespace Ceo\Modules\Cli\Commands
ShellCommandClass in namespace Ceo\Modules\Cli\Commands
SyncImportCommandClass in namespace Ceo\Modules\Cli\Commands
CeoController::statAction() — Method in class CeoController
FetchController::sectionAction() — Method in class FetchController
IndexController::styleAction() — Method in class IndexController
SearchControllerClass in namespace Ceo\Modules\Frontend\Controllers
Search controller
SectionControllerClass in namespace Ceo\Modules\Frontend\Controllers
Section controller.
ShorturlControllerClass in namespace Ceo\Modules\Frontend\Controllers
Handle redirects via short URLs
SrnControllerClass in namespace Ceo\Modules\Frontend\Controllers
SRN controller
StaticviewControllerClass in namespace Ceo\Modules\Frontend\Controllers
StaticViewController handles loading of statically cached views.
Builder::setPage() — Method in class Builder
Set the page number
Builder::setLimit() — Method in class Builder
Set return limit
Builder::setBuilder() — Method in class Builder
Reset the query builder
Builder::setFilter() — Method in class Builder
Set the result filter
EmptyResultSet::splat() — Method in class EmptyResultSet
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');
Pagination::setShow() — Method in class Pagination
Set number of pages to show for sliding pagination
Pagination::setLimit() — Method in class Pagination
Set the number of items per page
Pagination::setPagination() — Method in class Pagination
Set the pagination object
Pagination::setParams() — Method in class Pagination
Set extra query params, note that reserved words will be unset
Pagination::setUrl() — Method in class Pagination
Set the base pagination URL. Will substitute page and per_page attributes
Docsync::scribd() — Method in class Docsync
CurrentWeather::string() — Method in class CurrentWeather
Ndfd::setZip() — Method in class Ndfd
Set the zipcode for the local forecast
Ndfd::setStart() — Method in class Ndfd
Set the start time
Ndfd::setEnd() — Method in class Ndfd
Set the end time
Ndfd::setProperty() — Method in class Ndfd
Set a query property
ApiService::setPrivateKey() — Method in class ApiService
ApiService::setPublicKey() — Method in class ApiService
ApiService::setMode() — Method in class ApiService
ApiService::setUrl() — Method in class ApiService
$RegistryService#stackProperty in class RegistryService
RegistryService::set() — Method in class RegistryService
Set a registry value, override if it exists.
StaticViewServiceClass in namespace Ceo\Services
The StaticViewService is responsible for managing the storage and invalidation of static views. It is the core of CEO's dynamically-static (statically-dynamic?) caching system.
SearchableClass in namespace Ceo\Traits
Searchable trait simplifies the handling of the display of search results on a model
StaticBaseClass in namespace Ceo\Util
Helpers for static classes loaded via services
StripTagsClass in namespace Ceo\View\Filters
StripTags overrides Twig's striptags filter. We override because the striptags filter isn't HTML safe, and while we're stripping tags, we're not stripping non-escaped characters, like  .
BaseFluentFetch::setBinds() — Method in class BaseFluentFetch
Store binds reference for later
DefaultFluentFetch::setParentModel() — Method in class DefaultFluentFetch
StaticViewFunctionClass in namespace Ceo\View\Functions
Allows the view to directly disable static view cache.
Calendar::setTime() — Method in class Calendar
Day::setCalendarTime() — Method in class Day
Week::setCalendarTime() — Method in class Week
$Bitmap#sizeProperty in class Bitmap
$Opti#sProperty in class Opti
$Path#sumProperty in class Path
Potracio::setParameter() — Method in class Potracio
SumClass in namespace Potracio

T

IndexController::trackclickAction() — Method in class IndexController
Collection::toArray() — Method in class Collection
Collection::toCompat() — Method in class Collection
Return this collection as a CEO Compat Collection
BaseModel::toCompat() — Method in class BaseModel
TagClass in namespace Ceo\Compat\Model
Tag Wrapper
TextEntryFieldClass in namespace Ceo\Entryfields
TextClass in namespace Ceo\Helpers
Text processing static class Mostly just helpers
Text::truncate() — Method in class Text
Trim a string, optionally preserving the sentences.
TimeClass in namespace Ceo\Helpers
Time helper class
Time::toSqlDateTime() — Method in class Time
Take a timestamp and return a properly formatted SQL datetime string
$CheckAbstract#templateProperty in class CheckAbstract
Template context
TwigClass in namespace Ceo\Lint\Twig
Twig linter base. Loads checks and collates messages.
TagManagerClass in namespace Ceo\Managers
$Article#templateProperty in class Article
Path to special template
Article::toArray() — Method in class Article
$ArticleTag#tag_idProperty in class ArticleTag
Tag ID
$Author#taglineProperty in class Author
Author tagline
BaseModel::toArrayRelated() — Method in class BaseModel
BaseModel::toCompat() — Method in class BaseModel
Returns a base CEO model as a Gryphon compatible one.
$Channel#titleProperty in class Channel
Title
Channel::toArray() — Method in class Channel
$Container#titleProperty in class Container
Title
$Container#typeProperty in class Container
Type
$Container#templateProperty in class Container
Template
Container::toArray() — Method in class Container
$ContainerTag#tag_idProperty in class ContainerTag
Tag ID
$Entry#titleProperty in class Entry
Title
Entry::toArray() — Method in class Entry
$EntryMeta#typeProperty in class EntryMeta
Type
$Media#titleProperty in class Media
title
$Media#typeProperty in class Media
type
Media::toArray() — Method in class Media
$MediaTag#tag_idProperty in class MediaTag
Tag ID
$Page#titleProperty in class Page
Title
$Page#templateProperty in class Page
Path to special template
Page::toArray() — Method in class Page
$PageTag#tag_idProperty in class PageTag
Tag ID
$Post#templateProperty in class Post
Path to special template
Post::toArray() — Method in class Post
$PostTag#tag_idProperty in class PostTag
Tag ID
$Route#templateProperty in class Route
Template
TagClass in namespace Ceo\Models
$Webcron#taskProperty in class Webcron
The task class
Webcron::toArray() — Method in class Webcron
TwigDetabCommandClass in namespace Ceo\Modules\Cli\Commands
TwigEscapeCommandClass in namespace Ceo\Modules\Cli\Commands
TwigLintCommandClass in namespace Ceo\Modules\Cli\Commands
TabulateClass in namespace Ceo\Modules\Cli\Webcron
ControllerBase::terminateWithView() — Method in class ControllerBase
Terminate the action with a view partial. Will dump output directly to browser, but return the action allowing process to continue.
Resultset::toCollection() — Method in class Resultset
Return this resultset as a CEO Collection
BaseTransform::transform() — Method in class BaseTransform
TransformServiceClass in namespace Ceo\Services
Transform pipeline master service.
TransformPipelineClass in namespace Ceo
Transform pipline Please use the Transform service to build pipelines
$TransformPipeline#typeProperty in class TransformPipeline
TransformPipeline::transform() — Method in class TransformPipeline
Transform a pipline
TimerClass in namespace Ceo\Util
Execution timer class.
TimeSinceClass in namespace Ceo\View\Filters
TimeSince provides the 'timeSince' twig filter.
TransformClass in namespace Ceo\View\Filters
Creates an easier to use filter for imgix calls.
TimerMiddlewareClass in namespace Ceo\View\Middleware
The most basic of example middleware. Injects the timer value into the generated source.
TruncateClass in namespace Dzango\Twig\Extension
A Tiwg extension that truncates text while preservice HTML tags.
Truncate::truncate() — Method in class Truncate
Truncates a string up to a number of characters while preserving whole words and HTML tags
$Curve#tagProperty in class Curve
$Opti#tProperty in class Opti

U

Collection::unshift() — Method in class Collection
MediaPlaceholder::update() — Method in class MediaPlaceholder
Collection::unshift() — Method in class Collection
Push a foundry\model object into the front of the stack
Text::uuid() — Method in class Text
Generate a (hopefully) unique, time-based UUID
UrlClass in namespace Ceo\Helpers
URL processing static class Mostly just helpers
$Article#uuidProperty in class Article
CEO UUID
$Author#uuidProperty in class Author
CEO UUID
$Channel#uuidProperty in class Channel
CEO UUID
$Container#uuidProperty in class Container
CEO UUID
$Entry#uuidProperty in class Entry
CEO UUID
$EntryMeta#uuidProperty in class EntryMeta
CEO UUID
$Media#uuidProperty in class Media
CEO UUID
$Page#uuidProperty in class Page
CEO UUID
$PendingRequest#uuidProperty in class PendingRequest
UUID
$PendingRequest#uriProperty in class PendingRequest
Original Uri
$Post#uuidProperty in class Post
CEO UUID
$Postback#uriProperty in class Postback
uri
$Route#uuidProperty in class Route
CEO UUID
$Tag#uuidProperty in class Tag
CEO UUID
UrlClass in namespace Ceo\Models
$Url#uuidProperty in class Url
CEO UUID
$Visit#uaProperty in class Visit
User Agent
$Visit#urlProperty in class Visit
Original URL
$Webcron#uuidProperty in class Webcron
UUID
IndexController::uuidAction() — Method in class IndexController
UrlClass in namespace Ceo\Pagination
Pagination URL
$Url#urlProperty in class Url
$CurrentWeather#urlProperty in class CurrentWeather
UrlClass in namespace Ceo\View\Filters
Url replicates Gryphon's original URL filter, providing absolute urls regardless of leading slash.

V

VimeoAdapterClass in namespace Ceo\Adapters
Base Vimeo video adapter. The adapter is a placeholder and provides links back to the parent vimeo video
License::verify() — Method in class License
$EntryMeta#valueProperty in class EntryMeta
Value
VisitClass in namespace Ceo\Models
VersionCommandClass in namespace Ceo\Modules\Cli\Commands
BlogController::viewAction() — Method in class BlogController
Post view action, by default accepts URLs in the form of:
MediaController::viewAction() — Method in class MediaController
Media view action, by default accepts URLs in the form of:
PollController::viewAction() — Method in class PollController
PollController::voteAction() — Method in class PollController
Execute a poll vote. This is somewhat complex.
$Curve#vertexProperty in class Curve

W

Article::wherePublished() — Method in class Article
$Media#widthProperty in class Media
width
$Media#weightProperty in class Media
Weight
Media::wherePublished() — Method in class Media
Page::wherePublished() — Method in class Page
Post::wherePublished() — Method in class Post
WebcronClass in namespace Ceo\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)
WebcronCommandClass in namespace Ceo\Modules\Cli\Commands
WebcronRunCommandClass in namespace Ceo\Modules\Cli\Commands
Builder::wherePublished() — Method in class Builder
Builder::withTags() — Method in class Builder
WeatherClass in namespace Ceo\Plugins\Weather\Helpers
Weather helper. Helps with Gryphon compatibility.
ArticleFluentFetch::wherePublished() — Method in class ArticleFluentFetch
Handle appropriate selection logic for published articles

{% set articles = fetch('article').wherePublished().find() %}

Internally, this is just looking at published_at <= NOW()

BaseFluentFetch::wherePublished() — Method in class BaseFluentFetch
BaseFluentFetch::whereIn() — Method in class BaseFluentFetch
Provides syntactically consistent andWhereIn handlers
EntryFluentFetch::whereMeta() — Method in class EntryFluentFetch
MediaFluentFetch::wherePublished() — Method in class MediaFluentFetch
Handle appropriate selection logic for published media

{% set media = fetch('media').wherePublished().find() %}

Internally, this is just looking at published_at <= NOW()

PageFluentFetch::wherePublished() — Method in class PageFluentFetch
Handle appropriate selection logic for published page

{% set page = fetch('page').wherePublished().find() %}

Internally, this is just looking at published_at <= NOW()

PostFluentFetch::wherePublished() — Method in class PostFluentFetch
Handle appropriate selection logic for published posts

{% set posts = fetch('post').wherePublished().find() %}

Internally, this is just looking at published_at <= NOW()

WeekClass in namespace Ceo\View\Tags\Helpers\Calendar
CalendarEventFluentFetch::where() — Method in class CalendarEventFluentFetch
Override where, most of these are looking for featured, so "status = 1" classifieds. That changes with the Entry method.
CalendarFluentFetch::where() — Method in class CalendarFluentFetch
PollFluentFetch::where() — Method in class PollFluentFetch
$Bitmap#wProperty in class Bitmap
AdFluentFetch::where() — Method in class AdFluentFetch
Override where, most of these are looking for featured, so "status = 1" classifieds. That changes with the Entry method.

X

$Point#xProperty in class Point
$Sum#xProperty in class Sum
$Sum#xyProperty in class Sum
$Sum#x2Property in class Sum

Y

YoutubeAdapterClass in namespace Ceo\Adapters
Base YouTube video adapter. The adapter is a placeholder and provides links back to the parent youtube video
$Point#yProperty in class Point
$Sum#yProperty in class Sum
$Sum#y2Property in class Sum

_

Collection::__construct() — Method in class Collection
Collection::__construct() — Method in class Collection
Article::__url() — Method in class Article
Provides {{ article.url }} property
Article::__status() — Method in class Article
Provides {{ article.status }} property
Article::__published() — Method in class Article
Provides {{ article.published }} property
Article::__created() — Method in class Article
Provides {{ article.created }} property
Article::__modified() — Method in class Article
Provides {{ article.modified }} property
Article::__authors() — Method in class Article
Provides {{ article.authors }} collection
Article::__tags() — Method in class Article
Provides {{ article.tags }} collection
Article::__sections() — Method in class Article
Provides {{ article.sections }}. Note that this will only return sections related to the article via tag - CEO's "automatic" sections. This will not return manual containers because that's now how Gryphon worked.
Article::__media() — Method in class Article
Provides {{ article.media }} collection
Article::__mediaOrdered() — Method in class Article
Article::__copy() — Method in class Article
Provides {{ article.copy }} string
Article::__copy_formatted() — Method in class Article
Provides {{ article.copy_formatted }} string
Article::__abstract_formatted() — Method in class Article
Provides {{ article.abstract_formatted }} string
Article::__headline_formatted() — Method in class Article
Provides {{ article.headline_formatted }} string
Article::__subhead_formatted() — Method in class Article
Provides {{ article.subhead_formatted }} string
Article::__infobox_formatted() — Method in class Article
Provides {{ article.infobox_formatted }} string
Article::__title() — Method in class Article
One of gryphon's attributes (before traits) allowed for title.
Author::__url() — Method in class Author
Provides {{ author.url }} property
Author::__tagline() — Method in class Author
Author::__articles() — Method in class Author
Author::__blogPosts() — Method in class Author
Author::__media() — Method in class Author
BaseModel::__construct() — Method in class BaseModel
BaseModel::__uid() — Method in class BaseModel
Provides {{ item.uid }}
BaseModel::__metaProperties() — Method in class BaseModel
Provides {{ item.metaProperties }}
BaseModel::__get() — Method in class BaseModel
BaseModel::__call() — Method in class BaseModel
Check for properties on the wrapper then wrapped model in that order
Blog::__url() — Method in class Blog
Provides {{ blog.url }} property
Blog::__status() — Method in class Blog
Provides {{ blog.status }} property
Blog::__published() — Method in class Blog
Provides {{ blog.published }} property
Blog::__created() — Method in class Blog
Provides {{ blog.created }} property
Blog::__modified() — Method in class Blog
Provides {{ blog.modified }} property
Blog::__name() — Method in class Blog
Media::__name() — Method in class Media
Help with title/name confusion
Media::__fileType() — Method in class Media
Provides {{ media.fileType }}
Media::__urlDefault() — Method in class Media
Provides {{ media.url }} property
Media::__status() — Method in class Media
Provides {{ media.status }} property
Media::__published() — Method in class Media
Provides {{ media.published }} property
Media::__created() — Method in class Media
Provides {{ media.created }} property
Media::__modified() — Method in class Media
Provides {{ media.modified }} property
Media::__authors() — Method in class Media
Provides {{ media.authors }} collection
Media::__tags() — Method in class Media
Provides {{ media.tags }} collection
Media::__caption() — Method in class Media
Provides {{ media.caption_formatted }} string
Media::__caption_formatted() — Method in class Media
Provides {{ media.caption }} string
Media::__description() — Method in class Media
Provides {{ media.description }} string for galleries
Media::__description_formatted() — Method in class Media
Provides {{ media.description_formatted }} string for galleries
Media::__media_id() — Method in class Media
Provided for Gryphon2 compatibility only.
Media::__urlPreview() — Method in class Media
Provides {{ media.urlPreview }}
Media::__urlThumbnail() — Method in class Media
Provides {{ media.urlThumbnail }}
Media::__url() — Method in class Media
Provides {{ media.url }}
Media::__urlOriginal() — Method in class Media
Provides {{ media.urlOriginal }}
Media::__urlCustom() — Method in class Media
Provides {{ media.urlCustom }}
Media::__extended() — Method in class Media
Provides {{ media.extended }}
Media::__mediaOrdered() — Method in class Media
Provides {{ gallery.mediaOrdered }} and {{ gallery.media }} with compat child elements.
Media::__media() — Method in class Media
Provides {{ gallery.mediaOrdered }} and {{ gallery.media }} with compat child elements.
Media::__link() — Method in class Media
Provides {{ media.link }}
Media::__gallery() — Method in class Media
Provides {{ media.gallery }}
Media::__myGallery() — Method in class Media
Old skool myGallery support. Note that this method of gallery access has been deprecated since Gryphon 2.
Page::__url() — Method in class Page
Provides {{ page.url }} property
Page::__status() — Method in class Page
Provides {{ page.status }} property
Page::__published() — Method in class Page
Provides {{ page.published }} property
Page::__created() — Method in class Page
Provides {{ page.created }} property
Page::__modified() — Method in class Page
Provides {{ page.modified }} property
Page::__tags() — Method in class Page
Provides {{ page.tags }} collection
Page::__media() — Method in class Page
Provides {{ page.media }} collection
Page::__content_formatted() — Method in class Page
Provides {{ page.content_formatted }} string
Page::__name() — Method in class Page
Post::__url() — Method in class Post
Provides {{ post.url }} property
Post::__status() — Method in class Post
Provides {{ post.status }} property
Post::__published() — Method in class Post
Provides {{ post.published }} property
Post::__created() — Method in class Post
Provides {{ post.created }} property
Post::__modified() — Method in class Post
Provides {{ post.modified }} property
Post::__authors() — Method in class Post
Provides {{ post.authors }} collection
Post::__tags() — Method in class Post
Provides {{ post.tags }} collection
Post::__sections() — Method in class Post
Post::__media() — Method in class Post
Provides {{ post.media }} collection
Post::__mediaOrdered() — Method in class Post
Post::__content_formatted() — Method in class Post
Provides {{ post.content_formatted }} string
Post::__abstract_formatted() — Method in class Post
Provides {{ post.abstract_formatted }} string
Post::__headline_formatted() — Method in class Post
Provides {{ post.headline_formatted }} string
Post::__copy() — Method in class Post
Provides {{ post.copy }} string
Post::__copy_formatted() — Method in class Post
Provides {{ post.copy_formatted }} string
Post::__blog_id() — Method in class Post
Provides {{ post.blog_id }}
Section::__url() — Method in class Section
Provides {{ section.url }} property
Section::__content() — Method in class Section
Provides {{ section.content }} property
Section::__content_formatted() — Method in class Section
Provides {{ section.content_formatted }} property
Section::__status() — Method in class Section
Provides {{ section.status }} property
Section::__published() — Method in class Section
Provides {{ section.published }} property
Section::__created() — Method in class Section
Provides {{ section.created }} property
Section::__modified() — Method in class Section
Provides {{ section.modified }} property
Section::__name() — Method in class Section
Section::__tags() — Method in class Section
Provides {{ section.tags }} collection
Tag::__name_normalized() — Method in class Tag
Provides {{ tag.name_normalized }} property
BaseEntryField::__construct() — Method in class BaseEntryField
BaseEntryField::__toString() — Method in class BaseEntryField
SecuretextEntryField::__toString() — Method in class SecuretextEntryField
Paginator::__construct() — Method in class Paginator
License::__construct() — Method in class License
Message::__construct() — Method in class Message
Prepopulate message context
Message::__toString() — Method in class Message
To string
Entry::__call() — Method in class Entry
Entry::__toString() — Method in class Entry
If the entry is called as a string, simply return the UUID
App::__construct() — Method in class App
BaseCommand::__construct() — Method in class BaseCommand
Builder::__construct() — Method in class Builder
Builder::__call() — Method in class Builder
Forward fluent calls for the querybuilder to the actual querybuilder
Pagination::__construct() — Method in class Pagination
Create new paginator If no url is provided, will use current.
Url::__construct() — Method in class Url
Url::__toString() — Method in class Url
Output page as a anchor string
Document::__url() — Method in class Document
Provides {{ document.url }}
Document::__urlPreview() — Method in class Document
Provides {{ document.urlPreview }}
Issuu::__construct() — Method in class Issuu
Issuu::__call() — Method in class Issuu
Weather::__construct() — Method in class Weather
Weather::__get() — Method in class Weather
Weather::__call() — Method in class Weather
Weather::__isset() — Method in class Weather
Weather::__toString() — Method in class Weather
CurrentWeather::__construct() — Method in class CurrentWeather
CurrentWeather::__isset() — Method in class CurrentWeather
CurrentWeather::__get() — Method in class CurrentWeather
CurrentWeather::__call() — Method in class CurrentWeather
CurrentWeather::__toString() — Method in class CurrentWeather
CurrentWeather::__sleep() — Method in class CurrentWeather
Ndfd::__construct() — Method in class Ndfd
NdfdResponse::__construct() — Method in class NdfdResponse
Result::__construct() — Method in class Result
ApiService::__construct() — Method in class ApiService
TransformPipeline::__construct() — Method in class TransformPipeline
BaseFilter::__construct() — Method in class BaseFilter
BaseFunction::__construct() — Method in class BaseFunction
ArticleFluentFetch::__construct() — Method in class ArticleFluentFetch
BaseFluentFetch::__construct() — Method in class BaseFluentFetch
BaseFluentFetch::__call() — Method in class BaseFluentFetch
DefaultFluentFetch::__construct() — Method in class DefaultFluentFetch
EntryFluentFetch::__construct() — Method in class EntryFluentFetch
MediaFluentFetch::__construct() — Method in class MediaFluentFetch
PageFluentFetch::__construct() — Method in class PageFluentFetch
PostFluentFetch::__construct() — Method in class PostFluentFetch
FetchHandler::__construct() — Method in class FetchHandler
FetchNode::__construct() — Method in class FetchNode
HelperHandler::__construct() — Method in class HelperHandler
HelperNode::__construct() — Method in class HelperNode
Calendar::__toString() — Method in class Calendar
Calendar::__get() — Method in class Calendar
Day::__construct() — Method in class Day
Day::__toString() — Method in class Day
Day::__get() — Method in class Day
Week::__construct() — Method in class Week
Week::__toString() — Method in class Week
Week::__get() — Method in class Week
Config::__construct() — Method in class Config
Registry::__construct() — Method in class Registry
Request::__toString() — Method in class Request
Calendar::__url() — Method in class Calendar
Calendar::__name() — Method in class Calendar
CalendarEvent::__allDay() — Method in class CalendarEvent
CalendarEvent::__start_time() — Method in class CalendarEvent
CalendarEvent::__end_time() — Method in class CalendarEvent
CalendarEvent::__url() — Method in class CalendarEvent
CalendarEvent::__location() — Method in class CalendarEvent
CalendarEvent::__abstract() — Method in class CalendarEvent
CalendarEvent::__content() — Method in class CalendarEvent
CalendarEvent::__content_formatted() — Method in class CalendarEvent
CalendarEvent::__calendar() — Method in class CalendarEvent
CalendarEventFluentFetch::__construct() — Method in class CalendarEventFluentFetch
CalendarFluentFetch::__construct() — Method in class CalendarFluentFetch
Poll::__uid() — Method in class Poll
Provides {{ item.uid }}
Poll::__url() — Method in class Poll
Poll::__voteUrl() — Method in class Poll
Poll::__question() — Method in class Poll
Poll::__published() — Method in class Poll
Poll::__total() — Method in class Poll
Poll::__responses() — Method in class Poll
Poll::__hasVoted() — Method in class Poll
Poll::__toArray() — Method in class Poll
Response::__total() — Method in class Response
Response::__answer() — Method in class Response
Response::__percent() — Method in class Response
Response::__poll() — Method in class Response
Response::__toArray() — Method in class Response
ResponseCollection::__toString() — Method in class ResponseCollection
ResponseCollection::__toArray() — Method in class ResponseCollection
PollFluentFetch::__construct() — Method in class PollFluentFetch
Bitmap::__construct() — Method in class Bitmap
Curve::__construct() — Method in class Curve
Opti::__construct() — Method in class Opti
Point::__construct() — Method in class Point
Potracio::__construct() — Method in class Potracio
Sum::__construct() — Method in class Sum
$Ad#_categoryProperty in class Ad
$Ad#_adProperty in class Ad
Ad::__category() — Method in class Ad
Provides {{ ad.category }}
Ad::__url() — Method in class Ad
Provides {{ ad.url }}
Ad::__preview() — Method in class Ad
Provides {{ ad.preview }}
Ad::__copy() — Method in class Ad
Provides {{ ad.copy }}
$Category#_adsProperty in class Category
Category::__uid() — Method in class Category
Normally uid returns id, but in this case we want the uuid for tracking purposes.
Category::__name() — Method in class Category
Provides {{ category.name }}
Category::__url() — Method in class Category
Provides {{ category.url }}
Category::__ads() — Method in class Category
Provides {{ category.ads }}
AdFluentFetch::__construct() — Method in class AdFluentFetch