Index
A
- AudioAdapter — Class in namespace Ceo\Adapters
- Base audio adapter
- ArticleInterceptor — Class in namespace Ceo\Compat\Interceptors
- Wrap returned articles in Ceo\Compat\Model\Article
- AuthorInterceptor — Class 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.
- Article — Class in namespace Ceo\Compat\Model
- Article Wrapper
- Author — Class 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
- AllInterceptor — Class 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
- ArticleManager — Class in namespace Ceo\Managers
- AuthorManager — Class in namespace Ceo\Managers
- Article — Class in namespace Ceo\Models
- $Article#abstract — Property in class Article
- Abstract
- ArticleAuthor — Class in namespace Ceo\Models
- $ArticleAuthor#author_id — Property in class ArticleAuthor
- Author ID
- ArticleTag — Class in namespace Ceo\Models
- Author — Class 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_uuid — Property in class Media
- CEO attachment UUID
- $Media#adapter — Property in class Media
- Media::afterFetch() — Method in class Media
- $MediaAuthor#author_id — Property in class MediaAuthor
- Author ID
- $Post#abstract — Property in class Post
- Abstract
- $PostAuthor#author_id — Property in class PostAuthor
- Author ID
- App — Class in namespace Ceo\Modules\Cli
- BaseTask::addMessage() — Method in class BaseTask
- ApiController — Class in namespace Ceo\Modules\Frontend\Controllers
- Api Connector controller
- ArticleController — Class in namespace Ceo\Modules\Frontend\Controllers
- Article controller
- AuthorController — Class 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
- ApiService — Class in namespace Ceo\Services
- $TransformPipeline#actions — Property in class TransformPipeline
- Asset — Class in namespace Ceo\View\Filters
- Asset replicates Gryphon's original Asset filter, providing asset urls depending on application location.
- ArticleFluentFetch — Class 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
- AssetPipelineMiddleware — Class 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#alphaCurve — Property in class Curve
- $Curve#alpha — Property in class Curve
- $Curve#alpha0 — Property in class Curve
- $Opti#alpha — Property in class Opti
- $Path#area — Property in class Path
- Quad::at() — Method in class Quad
- Ad — Class in namespace Snworks\Compat\Model
- snworks:ad Compat Model. Wraps Ceo\Models\Entry.
- AdFluentFetch — Class in namespace Snworks\View\Functions\Fetch
- Fluent Fetcher for snworks:ad
B
- BaseAdapter — Class 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.
- BlogInterceptor — Class 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.
- BaseModel — Class in namespace Ceo\Compat\Model
- Base compatibility layer model.
- Blog — Class in namespace Ceo\Compat\Model
- Blog Wrapper
- BaseEntryField — Class in namespace Ceo\Entryfields
- BaseListener — Class 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
- BaseManager — Class in namespace Ceo\Managers
- Base manager class
- Article::beforeSave() — Method in class Article
- $Author#bio — Property in class Author
- Author bio
- BaseModel — Class 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_name — Property 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
- BaseCommand — Class in namespace Ceo\Modules\Cli\Commands
- BaseTask — Class in namespace Ceo\Modules\Cli\Webcron
- BlogController — Class 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
- Builder — Class 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
- BasePlugin — Class in namespace Ceo\Plugins
- ClassifiedInterceptor::beforeRender() — Method in class ClassifiedInterceptor
- Interceptor called before rendering an uncached view.
- $Issuu#builder — Property 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.
- BaseService — Class in namespace Ceo\Services
- Base Service class
- BaseTransform — Class in namespace Ceo\Services
- Default transformer, used when no transformer is defined for a pipeline. Simply returns what is passed.
- BaseFilter — Class in namespace Ceo\View\Filters
- All custom Twig filters inherit from the base filter which ensures they are properly enabled
- BaseFunction — Class in namespace Ceo\View\Functions
- BaseFluentFetch — Class 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#builder — Property in class BaseFluentFetch
- BaseInterceptor — Class 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.
- BaseViewMiddleware — Class 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.
- BeaconMiddleware — Class in namespace Ceo\View\Middleware
- Inserts the beacon tracking js used to track views within CEO.
- Calendar::build() — Method in class Calendar
- Bitmap — Class in namespace Potracio
- $Curve#beta — Property in class Curve
- $Potracio#bm — Property in class Potracio
C
- Collection — Class in namespace Ceo\Common
- Collection::count() — Method in class Collection
- MediaPlaceholder::create() — Method in class MediaPlaceholder
- Collection — Class in namespace Ceo\Compat
- Collection::count() — Method in class Collection
- Alias for length, implementation for Countable interface
- CheckInheritMacro — Class in namespace Ceo\Lint\Twig
- Special check, looks at macro inheritance This is a error level
- CheckAbstract — Class in namespace Ceo\Lint\Twig\Checks
- Lint check abstract class. All checks must inherit from this abstract
- CheckBaseMeta — Class in namespace Ceo\Lint\Twig\Checks
- Check to see if the template is using the builtin meta This is a warning level
- CheckBrowserSniffer — Class in namespace Ceo\Lint\Twig\Checks
- Check for browser sniffing This is a error level
- CheckHttpCdn — Class in namespace Ceo\Lint\Twig\Checks
- Look for plain Http CDN calls This is a error level
- CheckMetaVars — Class in namespace Ceo\Lint\Twig\Checks
- Check to see if the template is using the builtin meta This is a warning level
- CheckRandomFilter — Class in namespace Ceo\Lint\Twig\Checks
- Check for random filter This is a error level
- CheckRawFilterWithFilters — Class in namespace Ceo\Lint\Twig\Checks
- Look for raw filter on items that already have filters This is a error level
- CheckSearchResults — Class 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
- CheckSplitFilter — Class in namespace Ceo\Lint\Twig\Checks
- Check the split fliter, it requires a delimiter now This is a error level
- CheckTabs — Class in namespace Ceo\Lint\Twig\Checks
- Check for the existence of tabs, instead of spaces.
- CheckToTimeFilter — Class in namespace Ceo\Lint\Twig\Checks
- Check for toTime filter This is a error level
- CheckUidNamespace — Class in namespace Ceo\Lint\Twig\Checks
- Check for namespace on UID This is a error level
- CheckVideoJs — Class in namespace Ceo\Lint\Twig\Checks
- Look for VideoJS This is a error level
- CheckWhereUpperUid — Class in namespace Ceo\Lint\Twig\Checks
- Check case on UID in where statements This is a error level
- ContentTypeListener — Class in namespace Ceo\Listeners
- ContentTypeListener watches for json requests and forwards the information to the appropriate handler
- ChannelManager — Class in namespace Ceo\Managers
- ContainerManager — Class in namespace Ceo\Managers
- PostbackManager::create() — Method in class PostbackManager
- $Article#content — Property in class Article
- Parsed story content
- $Article#created_at — Property in class Article
- Created timestamp
- $Article#ceo_id — Property in class Article
- Internal CEO ID
- $Author#ceo_id — Property in class Author
- Internal CEO ID
- Channel — Class in namespace Ceo\Models
- $Channel#created_at — Property in class Channel
- Created timestamp
- $Channel#ceo_id — Property in class Channel
- Internal CEO ID
- Container — Class in namespace Ceo\Models
- $Container#created_at — Property in class Container
- Created timestamp
- $Container#ceo_id — Property in class Container
- Internal CEO ID
- ContainerArticle — Class in namespace Ceo\Models
- $ContainerArticle#container_id — Property in class ContainerArticle
- Container ID
- ContainerMedia — Class in namespace Ceo\Models
- $ContainerMedia#container_id — Property in class ContainerMedia
- Container ID
- ContainerPage — Class in namespace Ceo\Models
- $ContainerPage#container_id — Property in class ContainerPage
- Container ID
- ContainerTag — Class in namespace Ceo\Models
- $Entry#channel_id — Property in class Entry
- Parent channel ID
- $Entry#created_at — Property in class Entry
- Created timestamp
- $Entry#ceo_id — Property in class Entry
- Internal CEO ID
- $EntryMeta#channel_id — Property in class EntryMeta
- Parent channel ID
- $EntryMeta#created_at — Property in class EntryMeta
- Created timestamp
- $EntryMeta#ceo_id — Property in class EntryMeta
- Internal CEO ID
- $Media#content — Property in class Media
- content
- $Media#click_through — Property in class Media
- click through url
- $Media#created_at — Property in class Media
- Created timestamp
- $Media#ceo_id — Property in class Media
- Internal CEO ID
- $Page#content — Property in class Page
- Parsed content
- $Page#created_at — Property in class Page
- Created timestamp
- $Page#ceo_id — Property in class Page
- Internal CEO ID
- $PendingRequest#created_at — Property in class PendingRequest
- Created timestamp
- $PendingRequest#completed_at — Property in class PendingRequest
- Completed at timestamp
- $Post#content — Property in class Post
- Parsed story content
- $Post#container_id — Property in class Post
- Parent blog container
- $Post#created_at — Property in class Post
- Created timestamp
- $Post#ceo_id — Property in class Post
- Internal CEO ID
- $Postback#created_at — Property in class Postback
- Created at time
- $RegistryItem#created_at — Property in class RegistryItem
- Created timestamp
- $Tag#ceo_id — Property in class Tag
- Internal CEO ID
- $Url#ceo_id — Property in class Url
- Internal CEO ID
- $Visit#created_at — Property in class Visit
- Created timestamp
- $App#consoleApp — Property in class App
- ClientRunCommand — Class in namespace Ceo\Modules\Cli\Commands
- ClientRunCommand::configure() — Method in class ClientRunCommand
- CompatRoutesCommand — Class in namespace Ceo\Modules\Cli\Commands
- CompatRoutesCommand::configure() — Method in class CompatRoutesCommand
- ConfigureNginxCommand — Class in namespace Ceo\Modules\Cli\Commands
- ConfigureNginxCommand::configure() — Method in class ConfigureNginxCommand
- ConfigureSslCommand — Class in namespace Ceo\Modules\Cli\Commands
- ConfigureSslCommand::configure() — Method in class ConfigureSslCommand
- ConvertRewritesCommand — Class 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
- Clientcommands — Class in namespace Ceo\Modules\Cli\Webcron
- CeoController — Class in namespace Ceo\Modules\Frontend\Controllers
- Ceo Connector conbtroller
- CeoController::connectorAction() — Method in class CeoController
- ChannelController — Class in namespace Ceo\Modules\Frontend\Controllers
- Channel controller
- ControllerBase — Class in namespace Ceo\Modules\Frontend\Controllers
- Base controller
- IndexController::checkAction() — Method in class IndexController
- EmptyResultSet::count() — Method in class EmptyResultSet
- ClassifiedInterceptor — Class 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.
- CurrentWeather — Class in namespace Ceo\Plugins\Weather\Services
- Provides simple interface for reading and generating information on current weather conditions.
- $CurrentWeather#created_at — Property in class CurrentWeather
- Result::count() — Method in class Result
- $ApiService#ceoUrl — Property in class ApiService
- $ApiService#ceoUrls — Property in class ApiService
- ConnectorService — Class 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.
- Clip — Class in namespace Ceo\View\Filters
- Clip provides the 'clip' twig filter.
- CeoFunction — Class in namespace Ceo\View\Functions
- Provides whitelisted access to injected services
- CsrfTokenFunction — Class in namespace Ceo\View\Functions
- Provides CSRF Form token in a simple function
- CacheMiddleware — Class 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.
- CompatMiddleware — Class in namespace Ceo\View\Middleware
- Manage compatibility layer specific translations
- $FetchHandler#collection — Property in class FetchHandler
- FetchNode::compile() — Method in class FetchNode
- HelperNode::compile() — Method in class HelperNode
- Calendar — Class in namespace Ceo\View\Tags\Helpers
- Config — Class in namespace Ceo\View\Tags\Helpers
- Provides a Gryphon compatible config helper to access the original site Gryphon config, accepts the colon notation.
- Calendar — Class in namespace Google\Compat\Model
- Wrapper for google:calendar, wraps Ceo\Models\Entry.
- CalendarEvent — Class in namespace Google\Compat\Model
- Wrapper for google:calendarEvent, wraps Ceo\Models\Entry.
- CalendarController — Class in namespace Google\Controller
- CalendarController::calendarAction() — Method in class CalendarController
- CalendarEventFluentFetch — Class in namespace Google\View\Functions\Fetch
- Fluent Fetcher for google:calendarEvent
- CalendarFluentFetch — Class in namespace Google\View\Functions\Fetch
- Fluent Fetcher for google:calendar
- Curve — Class in namespace Potracio
- $Curve#c — Property in class Curve
- $Opti#c — Property in class Opti
- $Path#curve — Property in class Path
- Potracio::clear() — Method in class Potracio
- Category — Class in namespace Snworks\Compat\Model
- Wrapper for snworks:category, wraps Ceo\Models\Entry.
D
- IndexController::displayAction() — Method in class IndexController
- $MediaPlaceholder#defaultUrl — Property 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#description — Property in class Container
- Description
- $RegistryItem#data — Property in class RegistryItem
- data
- $App#di — Property in class App
- $BaseCommand#di — Property in class BaseCommand
- DbConvertCommand — Class in namespace Ceo\Modules\Cli\Commands
- DbConvertTableCommand — Class in namespace Ceo\Modules\Cli\Commands
- DbFlushmetadataCommand — Class in namespace Ceo\Modules\Cli\Commands
- DefaultrouteController — Class in namespace Ceo\Modules\Frontend\Controllers
- DefaultRouteController handles custom routing
- Document — Class in namespace Ceo\Plugins\DocSync\Compat
- Document compat wrapper
- Docsync — Class in namespace Ceo\Plugins\DocSync\Helpers
- DocSync Twig Helper
- ApiService::delete() — Method in class ApiService
- ConnectorService::deleteFromCeo() — Method in class ConnectorService
- Date — Class 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.
- DecryptFunction — Class in namespace Ceo\View\Functions
- Decrypt cypher text from CEO. Relies on the existing PSK.
- DelayRenderFunction — Class in namespace Ceo\View\Functions
- DelayRender allows you to force rendered Twig code to the footer of the site. Helpful for javascript.
- DefaultFluentFetch — Class in namespace Ceo\View\Functions\Fetch
- Provides extra sugar for fluent fetches
- DebugMiddleware — Class in namespace Ceo\View\Middleware
- Checks the debug level to see if you're in debug mode.
- Day — Class in namespace Ceo\View\Tags\Helpers\Calendar
- $Bitmap#data — Property in class Bitmap
- $Quad#data — Property 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
- EntryManager — Class in namespace Ceo\Managers
- $Author#email — Property in class Author
- Entry — Class in namespace Ceo\Models
- EntryMeta — Class in namespace Ceo\Models
- $EntryMeta#entry_id — Property in class EntryMeta
- Parent entry ID
- $Media#extension — Property in class Media
- extension
- $Route#endpoint — Property 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.
- ErrorController — Class 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
- EmptyResultSet — Class 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#elementMap — Property in class Ndfd
- Extract — Class in namespace Ceo\View\Filters
- Extract is a dropin replacement for Gryphon's extract filter, using the new paragraph extraction functionality.
- EmbedDisableFunction — Class in namespace Ceo\View\Functions
- Allows the view to directly disable embed middleware.
- EntryFluentFetch — Class in namespace Ceo\View\Functions\Fetch
- Provides extra sugar for entry fetches
- EmbedMiddleware — Class 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
- FlashAdapter — Class in namespace Ceo\Adapters
- Base flv adapter
- Collection::fromArray() — Method in class Collection
- FauxLock — Class 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#field — Property in class BaseEntryField
- FileEntryField — Class 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#fileName — Property 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_data — Property 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#found — Property 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
- FlushCommand — Class in namespace Ceo\Modules\Cli\Commands
- FetchController — Class 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
- FeedsController — Class 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.
- FetchFunction — Class 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
- FilterContentMiddleware — Class in namespace Ceo\View\Middleware
- Scans content as it is being processed and runs user defined content filters on the resulting data.
- FetchHandler — Class in namespace Ceo\View\Tags
- FetchNode — Class in namespace Ceo\View\Tags
- FetchNode for FetchTag
- FetchTag — Class 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
- GalleryAdapter — Class 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
- GenericViewListener — Class 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
- GcalendarInterceptor — Class 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
- HaltException — Class in namespace Ceo\Exceptions
- Html — Class in namespace Ceo\Helpers
- Html processing static class Mostly just helpers
- Twig::hasMessages() — Method in class Twig
- Template has lint messages
- $Article#headline — Property in class Article
- Headline
- BaseModel::hasProperty() — Method in class BaseModel
- Determine if the model has a public property.
- $Media#height — Property in class Media
- height
- $Post#headline — Property in class Post
- Headline
- HitFlushCommand — Class in namespace Ceo\Modules\Cli\Commands
- HitTabulateCommand — Class 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
- HelperHandler — Class in namespace Ceo\View\Tags
- $HelperHandler#helper — Property in class HelperHandler
- HelperNode — Class in namespace Ceo\View\Tags
- HelperNode for HelperTag
- HelperTag — Class 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#hasEvent — Property in class Day
- $Bitmap#h — Property in class Bitmap
I
- IndexController — Class in namespace Admanager\Controller
- IndexController::indexAction() — Method in class IndexController
- ImageAdapter — Class in namespace Ceo\Adapters
- Base image adapter
- Collection::isEmpty() — Method in class Collection
- FauxLock::isLocked() — Method in class FauxLock
- $Collection#itemStack — Property in class Collection
- IndexInterceptor — Class 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#id — Property in class Article
- internal id
- $Article#infobox — Property in class Article
- Infobox
- Article::initialize() — Method in class Article
- $ArticleAuthor#id — Property in class ArticleAuthor
- internal id
- $ArticleAuthor#item_id — Property in class ArticleAuthor
- Item ID
- $ArticleAuthor#item_type — Property in class ArticleAuthor
- Item Type
- ArticleAuthor::initialize() — Method in class ArticleAuthor
- $ArticleTag#id — Property in class ArticleTag
- internal id
- $ArticleTag#item_id — Property in class ArticleTag
- Item ID
- $ArticleTag#item_type — Property in class ArticleTag
- Item Type
- ArticleTag::initialize() — Method in class ArticleTag
- $Author#id — Property in class Author
- internal id
- Author::initialize() — Method in class Author
- $Channel#id — Property in class Channel
- internal id
- $Channel#is_routable — Property in class Channel
- Is this channel routable
- Channel::initialize() — Method in class Channel
- $Container#id — Property in class Container
- internal id
- Container::initialize() — Method in class Container
- $ContainerArticle#id — Property in class ContainerArticle
- internal id
- $ContainerArticle#item_id — Property in class ContainerArticle
- Item ID
- $ContainerArticle#item_type — Property in class ContainerArticle
- Item Type
- ContainerArticle::initialize() — Method in class ContainerArticle
- $ContainerMedia#id — Property in class ContainerMedia
- internal id
- $ContainerMedia#item_id — Property in class ContainerMedia
- Item ID
- $ContainerMedia#item_type — Property in class ContainerMedia
- Item Type
- ContainerMedia::initialize() — Method in class ContainerMedia
- $ContainerPage#id — Property in class ContainerPage
- internal id
- $ContainerPage#item_id — Property in class ContainerPage
- Item ID
- $ContainerPage#item_type — Property in class ContainerPage
- Item Type
- ContainerPage::initialize() — Method in class ContainerPage
- $ContainerTag#id — Property in class ContainerTag
- internal id
- $ContainerTag#item_id — Property in class ContainerTag
- Item ID
- $ContainerTag#item_type — Property in class ContainerTag
- Item Type
- ContainerTag::initialize() — Method in class ContainerTag
- $Entry#id — Property in class Entry
- internal id
- Entry::initialize() — Method in class Entry
- $EntryMeta#id — Property in class EntryMeta
- internal id
- EntryMeta::initialize() — Method in class EntryMeta
- $Media#id — Property in class Media
- internal id
- Media::initialize() — Method in class Media
- Media::isGalleryMember() — Method in class Media
- $MediaAuthor#id — Property in class MediaAuthor
- internal id
- $MediaAuthor#item_id — Property in class MediaAuthor
- Item ID
- $MediaAuthor#item_type — Property in class MediaAuthor
- Item Type
- MediaAuthor::initialize() — Method in class MediaAuthor
- $MediaGallery#id — Property in class MediaGallery
- internal id
- MediaGallery::initialize() — Method in class MediaGallery
- $MediaTag#id — Property in class MediaTag
- internal id
- $MediaTag#item_id — Property in class MediaTag
- Item ID
- $MediaTag#item_type — Property in class MediaTag
- Item Type
- MediaTag::initialize() — Method in class MediaTag
- $Page#id — Property in class Page
- internal id
- Page::initialize() — Method in class Page
- $PageTag#id — Property in class PageTag
- internal id
- $PageTag#item_id — Property in class PageTag
- Item ID
- $PageTag#item_type — Property in class PageTag
- Item Type
- PageTag::initialize() — Method in class PageTag
- $PendingRequest#id — Property in class PendingRequest
- internal id
- $PendingRequest#item_id — Property in class PendingRequest
- Item ID
- $PendingRequest#item_type — Property in class PendingRequest
- Item Type
- PendingRequest::initialize() — Method in class PendingRequest
- $Post#id — Property in class Post
- internal id
- $Post#infobox — Property in class Post
- Infobox
- Post::initialize() — Method in class Post
- $PostAuthor#id — Property in class PostAuthor
- internal id
- $PostAuthor#item_id — Property in class PostAuthor
- Item ID
- $PostAuthor#item_type — Property in class PostAuthor
- Item Type
- PostAuthor::initialize() — Method in class PostAuthor
- $PostTag#id — Property in class PostTag
- internal id
- $PostTag#item_id — Property in class PostTag
- Item ID
- $PostTag#item_type — Property in class PostTag
- Item Type
- PostTag::initialize() — Method in class PostTag
- $Postback#id — Property in class Postback
- internal id
- Postback::initialize() — Method in class Postback
- $RegistryItem#id — Property in class RegistryItem
- internal id
- RegistryItem::initialize() — Method in class RegistryItem
- $Route#id — Property in class Route
- internal id
- Route::initialize() — Method in class Route
- $Tag#id — Property in class Tag
- internal id
- Tag::initialize() — Method in class Tag
- $Url#id — Property in class Url
- internal id
- $Url#item_id — Property in class Url
- Item id
- $Url#item_type — Property in class Url
- Item type
- Url::initialize() — Method in class Url
- $Visit#id — Property in class Visit
- internal id
- $Visit#item_id — Property in class Visit
- Item id
- $Visit#item_type — Property in class Visit
- Item type
- Visit::initialize() — Method in class Visit
- $Webcron#id — Property 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
- IndexController — Class 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
- Issuu — Class 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
- InterceptorService — Class 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.
- Int2Noun — Class 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.
- InterceptorMiddleware — Class 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#imgElement — Property in class Potracio
- $Potracio#imgCanvas — Property in class Potracio
- $Potracio#info — Property 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
- JsonDecode — Class 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
- LicenseException — Class in namespace Ceo\Exceptions
- License — Class 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#label — Property in class RegistryItem
- label
- $Webcron#label — Property in class Webcron
- Issue text label
- ErrorController::licenseAction() — Method in class ErrorController
- Handle the display of license error messages
- $Url#label — Property in class Url
- Weather::loadWeather() — Method in class Weather
- StaticViewService::linkRouteToContent() — Method in class StaticViewService
- Link a route to a UUID.
- LocalDate — Class in namespace Ceo\View\Filters
- LocalDate provides the 'localDate' twig filter.
- InterceptorMiddleware::loadInterceptor() — Method in class InterceptorMiddleware
- Load interceptor via class name
- $Path#len — Property in class Path
- $Path#lon — Property 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. - MediaPlaceholder — Class 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
- MediaInterceptor — Class in namespace Ceo\Compat\Interceptors
- Wrap returned media in Ceo\Compat\Model\Media
- MockShared — Class 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#model — Property in class BaseModel
- Media — Class in namespace Ceo\Compat\Model
- Media Wrapper
- Media::myGallery() — Method in class Media
- Message — Class in namespace Ceo\Lint
- Lint message
- $CheckAbstract#messages — Property in class CheckAbstract
- Message container
- MediaManager — Class in namespace Ceo\Managers
- $Article#media_id — Property in class Article
- Dominant Media
- $Article#modified_at — Property in class Article
- Last modified timestamp
- $Article#metadata — Property in class Article
- Metadata object
- $Author#metadata — Property in class Author
- Metadata object
- $Channel#modified_at — Property in class Channel
- Last modified timestamp
- $Container#modified_at — Property in class Container
- Last modified timestamp
- $Container#metadata — Property in class Container
- Metadata object
- $Entry#modified_at — Property in class Entry
- Last modified timestamp
- $EntryMeta#modified_at — Property in class EntryMeta
- Last modified timestamp
- Media — Class in namespace Ceo\Models
- $Media#modified_at — Property in class Media
- Last modified timestamp
- $Media#metadata — Property in class Media
- Metadata object
- MediaAuthor — Class in namespace Ceo\Models
- MediaGallery — Class in namespace Ceo\Models
- $MediaGallery#media_id — Property in class MediaGallery
- Media ID
- MediaTag — Class in namespace Ceo\Models
- $Page#media_id — Property in class Page
- Dominant Media
- $Page#modified_at — Property in class Page
- Last modified timestamp
- $Page#metadata — Property in class Page
- Metadata object
- PendingRequest::markFailed() — Method in class PendingRequest
- PendingRequest::markFound() — Method in class PendingRequest
- $Post#media_id — Property in class Post
- Dominant Media
- $Post#modified_at — Property in class Post
- Last modified timestamp
- $Post#metadata — Property in class Post
- Metadata object
- $RegistryItem#modified_at — Property in class RegistryItem
- Last modified timestamp
- $Route#metadata — Property in class Route
- Route metadata
- $Tag#metadata — Property in class Tag
- Metadata object
- $Visit#metadata — Property in class Visit
- Metadata
- MainCommand — Class in namespace Ceo\Modules\Cli\Commands
- MigrateCommand — Class in namespace Ceo\Modules\Cli\Commands
- MigrateCreateCommand — Class in namespace Ceo\Modules\Cli\Commands
- Module — Class in namespace Ceo\Modules\Cli
- MediaController — Class in namespace Ceo\Modules\Frontend\Controllers
- Media controller is a polymorphic controller that responds differently in different situations depending on the URL.
- Module — Class 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#mode — Property in class ApiService
- Timer::mark() — Method in class Timer
- Mark a timer.
- MediaFluentFetch — Class in namespace Ceo\View\Functions\Fetch
- Provides extra sugar for media fetches
- ManagerFunction — Class in namespace Ceo\View\Functions
- Fetch a single manager handler allowing you to interact with it.
- MergeFunction — Class in namespace Ceo\View\Functions
- Merge two or more result sets.
- MediaRewriteMiddleware — Class 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#minX — Property in class Path
- $Path#minY — Property in class Path
- $Path#maxX — Property in class Path
- $Path#maxY — Property in class Path
N
- $Article#normalized_tags — Property in class Article
- Normalized tags
- $Author#name — Property in class Author
- Name
- $Media#normalized_tags — Property in class Media
- Normalized tags
- $Page#normalized_tags — Property in class Page
- $Tag#name — Property in class Tag
- Name
- Ndfd — Class in namespace Ceo\Plugins\Weather\Services
- NdfdResponse — Class in namespace Ceo\Plugins\Weather\Services
- Provides the response interface and data processing for the NDFD REST service
- $Curve#n — Property 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
- Opti — Class in namespace Potracio
- AdFluentFetch::orderBy() — Method in class AdFluentFetch
- Handle proper sorting
P
- PdfAdapter — Class 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
- PageInterceptor — Class in namespace Ceo\Compat\Interceptors
- Wrap returned pages in Ceo\Compat\Model\Page
- Page — Class in namespace Ceo\Compat\Model
- Page Wrapper
- Post — Class in namespace Ceo\Compat\Model
- Post Wrapper
- Paginator — Class 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
- PageManager — Class in namespace Ceo\Managers
- PostManager — Class in namespace Ceo\Managers
- PostbackManager — Class in namespace Ceo\Managers
- $Article#published_at — Property in class Article
- Published timestamp
- $Container#published_at — Property in class Container
- Published timestamp
- $Media#preview_extension — Property in class Media
- The preview file's extension
- $Media#published_at — Property in class Media
- Published timestamp
- $Media#parentGallery — Property in class Media
- $MediaGallery#parent_id — Property in class MediaGallery
- Parent ID
- Page — Class in namespace Ceo\Models
- $Page#published_at — Property in class Page
- Published timestamp
- PageTag — Class in namespace Ceo\Models
- PendingRequest — Class in namespace Ceo\Models
- $PendingRequest#pending — Property in class PendingRequest
- Pending
- Post — Class in namespace Ceo\Models
- $Post#published_at — Property in class Post
- Published timestamp
- PostAuthor — Class in namespace Ceo\Models
- PostTag — Class in namespace Ceo\Models
- Postback — Class in namespace Ceo\Models
- $Postback#payload — Property in class Postback
- payload
- PostbackFlushCommand — Class in namespace Ceo\Modules\Cli\Commands
- Postback — Class in namespace Ceo\Modules\Cli\Webcron
- CeoController::previewAction() — Method in class CeoController
- FetchController::postAction() — Method in class FetchController
- FetchController::pageAction() — Method in class FetchController
- PageController — Class in namespace Ceo\Modules\Frontend\Controllers
- Page controller
- PluginController — Class in namespace Ceo\Modules\Frontend\Controllers
- Plugin controller
- Builder::paginate() — Method in class Builder
- Paginate results.
- Pagination — Class 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.
- Plugin — Class in namespace Ceo\Plugins\Admanager
- Ad Maanger Plugin
- Plugin — Class in namespace Ceo\Plugins\Classifieds
- Classifieds Plugin
- $Issuu#parentModel — Property in class Issuu
- Plugin — Class in namespace Ceo\Plugins\DocSync
- DocSync Plugin
- Plugin — Class in namespace Ceo\Plugins\Gcalendar
- Calendar Plugin
- Plugin — Class in namespace Ceo\Plugins\Polls
- Poll Plugin
- PollInterceptor — Class in namespace Ceo\Plugins\Polls
- Plugin — Class in namespace Ceo\Plugins\Weather
- Weather plugin
- $CurrentWeather#properties — Property in class CurrentWeather
- NdfdResponse::parseData() — Method in class NdfdResponse
- Parse the XML object's data element
- $ApiService#privateKey — Property in class ApiService
- $ApiService#publicKey — Property 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#pipelines — Property in class TransformService
- TransformService::pipelineFor() — Method in class TransformService
- Retrieve a pipline for a given type
- Push — Class in namespace Ceo\View\Filters
- Push provides the 'push' twig filter.
- $ArticleFluentFetch#parentModel — Property in class ArticleFluentFetch
- $BaseFluentFetch#parentModel — Property in class BaseFluentFetch
- $DefaultFluentFetch#parentModel — Property in class DefaultFluentFetch
- $EntryFluentFetch#parentModel — Property in class EntryFluentFetch
- $MediaFluentFetch#parentModel — Property in class MediaFluentFetch
- PageFluentFetch — Class in namespace Ceo\View\Functions\Fetch
- Provides extra sugar for page fetches
- $PageFluentFetch#parentModel — Property in class PageFluentFetch
- PostFluentFetch — Class in namespace Ceo\View\Functions\Fetch
- Provides extra sugar for post fetches
- $PostFluentFetch#parentModel — Property in class PostFluentFetch
- PreviewMiddleware — Class 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#parentModel — Property in class CalendarEventFluentFetch
- $CalendarFluentFetch#parentModel — Property in class CalendarFluentFetch
- Poll — Class in namespace Polls\Compat\Model
- Wrapper for polls:poll, wraps Ceo\Models\Entry.
- PollController — Class in namespace Polls\Controller
- PollFluentFetch — Class in namespace Polls\View\Functions\Fetch
- Fluent Fetcher for polls:poll
- $PollFluentFetch#parentModel — Property in class PollFluentFetch
- $Opti#pen — Property in class Opti
- Path — Class in namespace Potracio
- $Path#pt — Property in class Path
- Point — Class in namespace Potracio
- Potracio — Class in namespace Potracio
- $Potracio#pathlist — Property in class Potracio
- Potracio::process() — Method in class Potracio
- $AdFluentFetch#parentModel — Property in class AdFluentFetch
Q
- QuicktimeAdapter — Class 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
- QueryDebugger — Class in namespace Ceo\Mvc\Model
- Query debugger, prints executed queries to the debug log.
- QualifiedUrl — Class in namespace Ceo\View\Filters
- Provides Gryphon compatible qualifiedUrl filter.
- Quad — Class in namespace Potracio
R
- FauxLock::releaseLock() — Method in class FauxLock
- $MediaPlaceholder#resourceUrl — Property in class MediaPlaceholder
- RelatedcontentEntryField — Class in namespace Ceo\Entryfields
- RelatedentriesEntryField — Class in namespace Ceo\Entryfields
- RenderException — Class in namespace Ceo\Exceptions
- Request — Class in namespace Ceo\Http
- Extend the base request class to add some helper methods.
- Response — Class in namespace Ceo\Http
- Response handler, makes building responses easier
- Response::redirectBack() — Method in class Response
- Redirect back to the sending URL
- RenderListener — Class in namespace Ceo\Listeners
- RenderListener watches for the pre render call.
- RegistryItem — Class in namespace Ceo\Models
- Route — Class in namespace Ceo\Models
- $Route#route — Property in class Route
- Match route
- $Route#remap_to — Property in class Route
- Allows the url to masquerade as another URL to the routing parser
- $ServerCommand#requiredExtensions — Property 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
- Resultset — Class 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
- Result — Class 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.
- RegistryService — Class 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.
- Registry — Class in namespace Ceo\View\Tags\Helpers
- Provides a Gryphon compatible registry helper
- Request — Class in namespace Ceo\View\Tags\Helpers
- Response — Class in namespace Polls\Compat\Model
- Wrapper for polls:response, wraps Ceo\Models\Entry.
- ResponseCollection — Class 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
- SearchInterceptor — Class in namespace Ceo\Compat\Interceptors
- Wrap search results and returned parameters to provide a Gryphon template compatible collection of variables.
- SectionInterceptor — Class in namespace Ceo\Compat\Interceptors
- Wrap returned articles in Ceo\Compat\Model\Article and sections in Ceo\Compat\Model\Section
- $BaseModel#stack — Property in class BaseModel
- Section — Class in namespace Ceo\Compat\Model
- Section Wrapper
- SecuretextEntryField — Class in namespace Ceo\Entryfields
- SelectentryEntryField — Class 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
- StaticViewListener — Class in namespace Ceo\Listeners
- StaticViewListener watches dispatcher actions.
- BaseManager::save() — Method in class BaseManager
- Save handler, because DRY
- $Article#slug — Property in class Article
- Base slug
- $Article#subhead — Property in class Article
- Subhed
- $Article#short_token — Property in class Article
- Short token
- $Article#status — Property in class Article
- Publication status
- $Article#ssts_id — Property in class Article
- SSTS id
- $Article#ssts_path — Property in class Article
- SSTS path
- $Author#slug — Property in class Author
- Base slug
- $Author#status — Property 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#slug — Property in class Channel
- Base slug
- $Container#slug — Property in class Container
- Base slug
- $Container#sort_order — Property in class Container
- Sort order
- $Container#status — Property in class Container
- Publication status
- $Entry#slug — Property in class Entry
- Base slug
- $Entry#sort_order — Property in class Entry
- Sort order
- $EntryMeta#slug — Property in class EntryMeta
- Base slug
- $Media#source — Property in class Media
- source
- $Media#status — Property in class Media
- Publication status
- $Media#svg_preview — Property in class Media
- Generated SGV preview
- $Media#ssts_id — Property in class Media
- SSTS id
- $Media#ssts_path — Property in class Media
- SSTS path
- $Page#slug — Property in class Page
- Base slug
- $Page#sidebar — Property in class Page
- Sidebar
- $Page#status — Property in class Page
- Publication status
- $Page#ssts_id — Property in class Page
- SSTS id
- $Page#ssts_path — Property in class Page
- SSTS path
- $Post#slug — Property in class Post
- Base slug
- $Post#subhead — Property in class Post
- Subhed
- $Post#short_token — Property in class Post
- Short token
- $Post#status — Property in class Post
- Publication status
- $Post#ssts_id — Property in class Post
- SSTS id
- $Post#ssts_path — Property in class Post
- SSTS path
- $Tag#slug — Property in class Tag
- Base slug
- $Url#slug — Property in class Url
- Base slug
- $Webcron#schedule — Property in class Webcron
- Schedule
- $Webcron#status — Property in class Webcron
- Open = 1, closed = 0 Default is open
- ServerCommand — Class in namespace Ceo\Modules\Cli\Commands
- ShellCommand — Class in namespace Ceo\Modules\Cli\Commands
- SyncImportCommand — Class in namespace Ceo\Modules\Cli\Commands
- CeoController::statAction() — Method in class CeoController
- FetchController::sectionAction() — Method in class FetchController
- IndexController::styleAction() — Method in class IndexController
- SearchController — Class in namespace Ceo\Modules\Frontend\Controllers
- Search controller
- SectionController — Class in namespace Ceo\Modules\Frontend\Controllers
- Section controller.
- ShorturlController — Class in namespace Ceo\Modules\Frontend\Controllers
- Handle redirects via short URLs
- SrnController — Class in namespace Ceo\Modules\Frontend\Controllers
- SRN controller
- StaticviewController — Class 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#stack — Property in class RegistryService
- RegistryService::set() — Method in class RegistryService
- Set a registry value, override if it exists.
- StaticViewService — Class 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.
- Searchable — Class in namespace Ceo\Traits
- Searchable trait simplifies the handling of the display of search results on a model
- StaticBase — Class in namespace Ceo\Util
- Helpers for static classes loaded via services
- StripTags — Class 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
- StaticViewFunction — Class 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#size — Property in class Bitmap
- $Opti#s — Property in class Opti
- $Path#sum — Property in class Path
- Potracio::setParameter() — Method in class Potracio
- Sum — Class 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
- Tag — Class in namespace Ceo\Compat\Model
- Tag Wrapper
- TextEntryField — Class in namespace Ceo\Entryfields
- Text — Class in namespace Ceo\Helpers
- Text processing static class Mostly just helpers
- Text::truncate() — Method in class Text
- Trim a string, optionally preserving the sentences.
- Time — Class 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#template — Property in class CheckAbstract
- Template context
- Twig — Class in namespace Ceo\Lint\Twig
- Twig linter base. Loads checks and collates messages.
- TagManager — Class in namespace Ceo\Managers
- $Article#template — Property in class Article
- Path to special template
- Article::toArray() — Method in class Article
- $ArticleTag#tag_id — Property in class ArticleTag
- Tag ID
- $Author#tagline — Property 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#title — Property in class Channel
- Title
- Channel::toArray() — Method in class Channel
- $Container#title — Property in class Container
- Title
- $Container#type — Property in class Container
- Type
- $Container#template — Property in class Container
- Template
- Container::toArray() — Method in class Container
- $ContainerTag#tag_id — Property in class ContainerTag
- Tag ID
- $Entry#title — Property in class Entry
- Title
- Entry::toArray() — Method in class Entry
- $EntryMeta#type — Property in class EntryMeta
- Type
- $Media#title — Property in class Media
- title
- $Media#type — Property in class Media
- type
- Media::toArray() — Method in class Media
- $MediaTag#tag_id — Property in class MediaTag
- Tag ID
- $Page#title — Property in class Page
- Title
- $Page#template — Property in class Page
- Path to special template
- Page::toArray() — Method in class Page
- $PageTag#tag_id — Property in class PageTag
- Tag ID
- $Post#template — Property in class Post
- Path to special template
- Post::toArray() — Method in class Post
- $PostTag#tag_id — Property in class PostTag
- Tag ID
- $Route#template — Property in class Route
- Template
- Tag — Class in namespace Ceo\Models
- $Webcron#task — Property in class Webcron
- The task class
- Webcron::toArray() — Method in class Webcron
- TwigDetabCommand — Class in namespace Ceo\Modules\Cli\Commands
- TwigEscapeCommand — Class in namespace Ceo\Modules\Cli\Commands
- TwigLintCommand — Class in namespace Ceo\Modules\Cli\Commands
- Tabulate — Class 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
- TransformService — Class in namespace Ceo\Services
- Transform pipeline master service.
- TransformPipeline — Class in namespace Ceo
- Transform pipline Please use the Transform service to build pipelines
- $TransformPipeline#type — Property in class TransformPipeline
- TransformPipeline::transform() — Method in class TransformPipeline
- Transform a pipline
- Timer — Class in namespace Ceo\Util
- Execution timer class.
- TimeSince — Class in namespace Ceo\View\Filters
- TimeSince provides the 'timeSince' twig filter.
- Transform — Class in namespace Ceo\View\Filters
- Creates an easier to use filter for imgix calls.
- TimerMiddleware — Class in namespace Ceo\View\Middleware
- The most basic of example middleware. Injects the timer value into the generated source.
- Truncate — Class 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#tag — Property in class Curve
- $Opti#t — Property 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
- Url — Class in namespace Ceo\Helpers
- URL processing static class Mostly just helpers
- $Article#uuid — Property in class Article
- CEO UUID
- $Author#uuid — Property in class Author
- CEO UUID
- $Channel#uuid — Property in class Channel
- CEO UUID
- $Container#uuid — Property in class Container
- CEO UUID
- $Entry#uuid — Property in class Entry
- CEO UUID
- $EntryMeta#uuid — Property in class EntryMeta
- CEO UUID
- $Media#uuid — Property in class Media
- CEO UUID
- $Page#uuid — Property in class Page
- CEO UUID
- $PendingRequest#uuid — Property in class PendingRequest
- UUID
- $PendingRequest#uri — Property in class PendingRequest
- Original Uri
- $Post#uuid — Property in class Post
- CEO UUID
- $Postback#uri — Property in class Postback
- uri
- $Route#uuid — Property in class Route
- CEO UUID
- $Tag#uuid — Property in class Tag
- CEO UUID
- Url — Class in namespace Ceo\Models
- $Url#uuid — Property in class Url
- CEO UUID
- $Visit#ua — Property in class Visit
- User Agent
- $Visit#url — Property in class Visit
- Original URL
- $Webcron#uuid — Property in class Webcron
- UUID
- IndexController::uuidAction() — Method in class IndexController
- Url — Class in namespace Ceo\Pagination
- Pagination URL
- $Url#url — Property in class Url
- $CurrentWeather#url — Property in class CurrentWeather
- Url — Class in namespace Ceo\View\Filters
- Url replicates Gryphon's original URL filter, providing absolute urls regardless of leading slash.
V
- VimeoAdapter — Class 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#value — Property in class EntryMeta
- Value
- Visit — Class in namespace Ceo\Models
- VersionCommand — Class 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#vertex — Property in class Curve
W
- Article::wherePublished() — Method in class Article
- $Media#width — Property in class Media
- width
- $Media#weight — Property in class Media
- Weight
- Media::wherePublished() — Method in class Media
- Page::wherePublished() — Method in class Page
- Post::wherePublished() — Method in class Post
- Webcron — Class 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)
- WebcronCommand — Class in namespace Ceo\Modules\Cli\Commands
- WebcronRunCommand — Class in namespace Ceo\Modules\Cli\Commands
- Builder::wherePublished() — Method in class Builder
- Builder::withTags() — Method in class Builder
- Weather — Class 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()
- Week — Class 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#w — Property 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#x — Property in class Point
- $Sum#x — Property in class Sum
- $Sum#xy — Property in class Sum
- $Sum#x2 — Property in class Sum
Y
- YoutubeAdapter — Class in namespace Ceo\Adapters
- Base YouTube video adapter. The adapter is a placeholder and provides links back to the parent youtube video
- $Point#y — Property in class Point
- $Sum#y — Property in class Sum
- $Sum#y2 — Property 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#_category — Property in class Ad
- $Ad#_ad — Property 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#_ads — Property 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