Cache\Frontend\Json::getContent

public string getContent () Returns output cached content

Http\Response\Headers::send

public send () Sends the headers to the client

Http\CookieInterface::setDomain

abstract public setDomain (mixed $domain) ...

Db\Dialect\Mysql::getColumnDefinition

public getColumnDefinition (Phalcon\Db\ColumnInterface $column) Gets the column name in MySQL

Mvc\View\Engine\Php

extends abstract class Phalcon\Mvc\View\Engine implements Phalcon\Di\InjectionAwareInterface, Phalcon\Events\EventsAwareInterface, Phalcon\Mvc\View\EngineInterface Source on GitHub Adapter to use PHP itself as templating engine Methods public render (mixed $path, mixed $params, [mixed $mustClean]) Renders a view using the template engine public __construct (Phalcon\Mvc\ViewBaseInterface $view, [Phalcon\DiInterface $dependencyInjector]) inherited from Phalcon\Mvc\View\Engine Phalcon\Mvc\View\En

Mvc\View\Simple::setContent

public setContent (mixed $content) Externally sets the view content $this->view->setContent("<h1>hello</h1>");

Assets\Resource\Css

extends class Phalcon\Assets\Resource Source on GitHub Represents CSS resources Methods public __construct (string $path, [boolean $local], [boolean $filter], [array $attributes]) public getType () inherited from Phalcon\Assets\Resource public getPath () inherited from Phalcon\Assets\Resource public getLocal () inherited from Phalcon\Assets\Resource public getFilter () inherited from Phalcon\Assets\Resource public getAttributes () inherited from Phalcon\Assets\Resource public getSourcePath

Validation\CombinedFieldsValidator

extends abstract class Phalcon\Validation\Validator implements Phalcon\Validation\ValidatorInterface Source on GitHub Methods public __construct ([array $options]) inherited from Phalcon\Validation\Validator Phalcon\Validation\Validator constructor public isSetOption (mixed $key) inherited from Phalcon\Validation\Validator Checks if an option has been defined public hasOption (mixed $key) inherited from Phalcon\Validation\Validator Checks if an option is defined public getOption (mixed $key,

Mvc\Model\MetaData\Xcache::MODELS_DATE_IN

integer MODELS_DATE_IN

Mvc\ModelInterface::setConnectionService

abstract public setConnectionService (mixed $connectionService) ...