Text::RANDOM_HEXDEC

integer RANDOM_HEXDEC

Mvc\Model\Manager::getWriteConnectionService

public getWriteConnectionService (Phalcon\Mvc\ModelInterface $model) Returns the connection service name used to write data related to a model

Cli\Dispatcher::setDefaultTask

public setDefaultTask (mixed $taskName) Sets the default task name

Db\DialectInterface::supportsReleaseSavepoints

abstract public supportsReleaseSavepoints () ...

Mvc\Collection\Document::toArray

public array toArray () Returns the instance as an array representation

Forms\Element\TextArea

extends abstract class Phalcon\Forms\Element implements Phalcon\Forms\ElementInterface Source on GitHub Component TEXTAREA for forms Methods public render ([array $attributes]) Renders the element widget public __construct (string $name, [array $attributes]) inherited from Phalcon\Forms\Element Phalcon\Forms\Element constructor public setForm (Phalcon\Forms\Form $form) inherited from Phalcon\Forms\Element Sets the parent form to the element public getForm () inherited from Phalcon\Forms\Eleme

Cache\Backend\Xcache

extends abstract class Phalcon\Cache\Backend implements Phalcon\Cache\BackendInterface Source on GitHub Allows to cache output fragments, PHP data and raw data using an XCache backend use Phalcon\Cache\Backend\Xcache; use Phalcon\Cache\Frontend\Data as FrontData; // Cache data for 2 days $frontCache = new FrontData([ 'lifetime' => 172800 ]); $cache = new Xcache($frontCache, [ 'prefix' => 'app-data' ]); // Cache arbitrary data $cache->save('my-data', [1, 2, 3, 4, 5]

Mvc\Router\Route::getConverters

public getConverters () Returns the router converter

Translate\Adapter\Gettext::setLocale

public setLocale (mixed $category, mixed $locale) Sets locale information // Set locale to Dutch $gettext->setLocale(LC_ALL, 'nl_NL'); // Try different possible locale names for german $gettext->setLocale(LC_ALL, '[email protected]', 'de_DE', 'de', 'ge');

Kernel::preComputeHashKey

public static preComputeHashKey (mixed $key) ...