Session\Adapter::setOptions

public setOptions (array $options) Sets session’s options $session->setOptions(['uniqueId' => 'my-private-app']);

Http\Cookie

implements Phalcon\Http\CookieInterface, Phalcon\Di\InjectionAwareInterface Source on GitHub Provide OO wrappers to manage a HTTP cookie Methods public __construct (string $name, [mixed $value], [int $expire], [string $path], [boolean $secure], [string $domain], [boolean $httpOnly]) Phalcon\Http\Cookie constructor public setDI (Phalcon\DiInterface $dependencyInjector) Sets the dependency injector public getDI () Returns the internal dependency injector public Phalcon\Http\Cookie setValue (strin

Validation\ValidatorInterface

Source on GitHub Methods abstract public hasOption (mixed $key) ... abstract public getOption (mixed $key, [mixed $defaultValue]) ... abstract public validate (Phalcon\Validation $validation, mixed $attribute) ...

Db\Reference::getSchemaName

public getSchemaName () ...

Session\Adapter::remove

public remove (mixed $index) Removes a session variable from an application context $session->remove('auth');

Assets\Filters\Cssmin::filter

public filter (mixed $content) Filters the content using CSSMIN

Mvc\ViewBaseInterface::partial

abstract public partial (mixed $partialPath, [mixed $params]) ...

Debug

Source on GitHub Provides debug capabilities to Phalcon applications Methods public setUri (mixed $uri) Change the base URI for static resources public setShowBackTrace (mixed $showBackTrace) Sets if files the exception’s backtrace must be showed public setShowFiles (mixed $showFiles) Set if files part of the backtrace must be shown in the output public setShowFileFragment (mixed $showFileFragment) Sets if files must be completely opened and showed in the output or just the fragment related to

Mvc\Router\GroupInterface::getPaths

abstract public getPaths () ...

Mvc\Model\Manager::getHasOneRecords

public getHasOneRecords (mixed $method, mixed $modelName, mixed $modelRelation, Phalcon\Mvc\ModelInterface $record, [mixed $parameters]) Gets belongsTo related records from a model